5haun Posted November 20, 2013 Share Posted November 20, 2013 (edited) Hi All,How do I remove the shipping cost from the complete 'Total' in the Shopping-cart summary? Edited November 22, 2013 by 5haun (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted November 20, 2013 Share Posted November 20, 2013 instead of {displayPrice price=$total_price} you can use {displayPrice price=$total_products} Link to comment Share on other sites More sharing options...
5haun Posted November 20, 2013 Author Share Posted November 20, 2013 instead of {displayPrice price=$total_price} you can use {displayPrice price=$total_products} Thanks but this didn't seem to have worked when editied the code in shopping-cart.tpl. Delivery cost still shows in the total. Any other suggestions? Link to comment Share on other sites More sharing options...
vekia Posted November 20, 2013 Share Posted November 20, 2013 ahve you tried to clear cache in store? just turn force compile on (adv. preferences > performance tab in back office) Link to comment Share on other sites More sharing options...
5haun Posted November 20, 2013 Author Share Posted November 20, 2013 ahve you tried to clear cache in store? just turn force compile on (adv. preferences > performance tab in back office) I just did that now and it still shows the shipping cost... Anything else I could do? Link to comment Share on other sites More sharing options...
vekia Posted November 20, 2013 Share Posted November 20, 2013 hello take a look: <td colspan="2" class="price total_price_container" id="total_price_container"> <p>{l s='Total'}</p> <span id="total_price">{displayPrice price=$total_products_wt} {displayPrice price=$total_products}</span> </td> {else} <td colspan="2" class="price total_price_container" id="total_price_container"> <p>{l s='Total'}</p> <span id="total_price">{displayPrice price=$total_price_without_tax}</span> </td> {/if} i used two variables: displayPrice price=$total_products_wt} {displayPrice price=$total_products} Link to comment Share on other sites More sharing options...
5haun Posted November 21, 2013 Author Share Posted November 21, 2013 hello take a look: <td colspan="2" class="price total_price_container" id="total_price_container"> <p>{l s='Total'}</p> <span id="total_price">{displayPrice price=$total_products_wt} {displayPrice price=$total_products}</span> </td> {else} <td colspan="2" class="price total_price_container" id="total_price_container"> <p>{l s='Total'}</p> <span id="total_price">{displayPrice price=$total_price_without_tax}</span> </td> {/if} i used two variables: displayPrice price=$total_products_wt} {displayPrice price=$total_products} I'm not sure what's going on? It's still not working? Please help me Link to comment Share on other sites More sharing options...
vekia Posted November 21, 2013 Share Posted November 21, 2013 make sure that your hoster doesn't use any cache software (im not talking about your shop cache settings, but about host cache feature) you use default theme? you changing your theme .tpl files? Link to comment Share on other sites More sharing options...
5haun Posted November 22, 2013 Author Share Posted November 22, 2013 I seems the problem has been resolved!I really don't know why it started to work now - must have been a cache problem..Thanks for your support vekia! Link to comment Share on other sites More sharing options...
vekia Posted November 22, 2013 Share Posted November 22, 2013 definitely cache problem maybe you hoster use some cache software which isn't related to prestashop settings etc. anyway, glad that it works thank you for confirmation with regards, Milos Link to comment Share on other sites More sharing options...
jiro Posted November 23, 2013 Share Posted November 23, 2013 This is not solving the problem... because when You add a voucher then total cost will show You only total products and it should total_products - total_vouchers. Link to comment Share on other sites More sharing options...
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