![]() |
free shipping
how do I get rid of:
"Shipping cost = $0.00USD" at check out when shipping is included. |
Re: free shipping
Silverson,
I used this question for the subject of a quick tutorial: http://youtu.be/qi_idD1lixI 3:52 In skin /common_files/modules/One_Page_Checkout/summary/cart_totals.tpl around line 50 you will see this code: Code:
{if $config.Shipping.enable_shipping eq "Y"} Simply wrap this in an additional if statement: Code:
{if $cart.shipping_cost gt 0} |
Re: free shipping
Success! Thank you very much. Your U tube video really helped as well just to know what goes where. :-)
|
All times are GMT -8. The time now is 07:48 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.