FoTam74![]() 2008-05-11 17:35 | How to make delivery free, if a customer buys more than three products, or orders over 50 USD? How to set these limits? I mean if they buy less than three or 50 USD, they have to pay for delivery as usual. Is it possible to add these modifications for a lame coder like me? Thanks! » Quick.Cart v3.xQ.C v3 - toyadesign.com/webshop |
beholder2008-05-11 18:52 | Why don't you specify a new Carrier with name "Free delivery (more than 3 products or order value > 50 USD)" and set all delivery fees for that carrier anulled. Modify some CSS in default.css so that the long name of the carrier doesn't break the design. Or use <font> tag in the free carrier name to make the characters in the parenthesis small. QC v. 3.0 final |
beholder2008-05-11 19:05 | unfortunately, you'd have to specify that for all carriers, that means you'd have a set of carrier options for orders with value < 50 USD and a set of 'free' carriers for orders > 50 USD. Essentially doubling your carriers. That's how my brother did it. QC v. 3.0 final |
beholder2008-05-11 19:16 | Edit 'maxlength' value in the templates/admin/carriers.tpl file to allow for more characters in the carrier name. QC v. 3.0 final |
FoTam74![]() 2008-05-13 22:42 | beholder - thank you, I think I'm gonna try it this way... Q.C v3 - toyadesign.com/webshop |
beholder2008-05-29 13:42 | Hello FoTam74, I really got ahead with my knowledge of QC, so I think this could interest you: QC 3.0 |