You can create a custom shipping module to do this. If you look at an existing shipping module, you'll see that there is a "valid" method. You can query the order total and if it meets your dollar threshold, you can return True and the user will have the option to select the "White Glove" option.
-Chris On Mon, Oct 26, 2009 at 4:20 PM, lifewithryan <[email protected]>wrote: > > We have to ways to ship, both added via the tired shipping and > carriers configuration. > > 1) free shipping > 2) $200 white glove shipping > > We only want to offer the white glove shipping on the big ticket > items. Thinks like accessories and parts will be free shipping (for > now) > > is there a to configure this or am I forced into writing a template > tag that checks the cart to see if there are any products that qualify > for the $200 white glove shipping and if so, show that option along > with the free shipping option? > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
