en_shua Posted May 2, 2006 Posted May 2, 2006 How can I have a "free shipping"promotion? I've seen contributions that say that shpping will be free if order amount is greater than x, or if I put a product's weight at 0. Are those the only ways of accomplishing it? Thanks.
Wizzums Posted May 2, 2006 Posted May 2, 2006 I kind of have a similar question. I would like to have free shipping offered for orders over $150 through USPS Priority (only for the US). The customer also needs the option of doing Table Rate UPS, Next Day Air (also for US only). The problem I am running into is that any time there is a Free Shipping option active, it will override the entire shipping selection and never give them an option to choose anything else. I can maniuplate specific IF statements to get both options to appear (Table Rate and Free Shipping), but have no way of selecting them (using radio buttons or what not). Perhaps there is a contribution specifically for this I could modify easily or someone has other insight. Anything is greatly appreciated. Thanks! (And sorry to share threads)
compwhizmm90 Posted May 3, 2006 Posted May 3, 2006 How can I have a "free shipping"promotion? I've seen contributions that say that shpping will be free if order amount is greater than x, or if I put a product's weight at 0. Are those the only ways of accomplishing it? Thanks. This might be a lot of work, but you could install ccgv which would allow you to do many different kinds of shipping promotions.
Guest Posted May 3, 2006 Posted May 3, 2006 you could simply edit the quotes function of the shipping module. Check for the total (the $order is global) if its over a certain amount you return 0 shipping cost. and if you have time you could make it a configuration switch for the shipping module to control it via the osc admin.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.