ipeary Posted May 22, 2018 Posted May 22, 2018 Hello every body Can this code make a count down for free shipping in TB ? step 1 in blockcart.php (at line70) add //get shipping cost quota $shippingcostquota= Tools::convertPrice((float)(Configuration::get('PSSHIPPINGFREE_PRICE'))); and at line 120 'shippingcostquota' => > $shippingcostquota, step 2. in the blockcart-json.tpl line96 add "shippingcostquota": "{$shippingcostquota|htmlentitydecode:2:'UTF-8'}", step 3. to blockcart.tpl line 80, add the formula, (can add it anywhere inside $products) ... {if ($shippingcostquota - $total)>0} Remaining to spend for free shipping:{$shippingcostquota-$product.totalwt}€ {else} If you spend{$shippingcost_quota}€ free shipping!!! {/if} cheers !!
colorful-ant Posted May 22, 2018 Posted May 22, 2018 you can look here - i dont now, if this will help for you https://forum.thirtybees.com/topic/1018/spend-x-to-get-free-shipping-module
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now