Francois Posted November 16, 2017 Share Posted November 16, 2017 Friends, I'm using PS 1.7.2.2 with stock ps_shoppingcart module. In my site it also comes with enabled ajax cart preview option. There is no free shipping option in my store (and it wont be) so in ajax cart preview I would like to exclude shipping price. For example if the price of item is 14eur, while shipping is 2eur, it shows total of 16eur. I would like to hide shipping price until user gets to the checkout page. Any suggestions here would be very helpful. Note that i'm using PS 1.7.x Cheers. Link to comment Share on other sites More sharing options...
Yakos Tyatszyu Posted December 20, 2017 Share Posted December 20, 2017 The same question! Have anyone an answer? Link to comment Share on other sites More sharing options...
Mathos Posted May 11, 2018 Share Posted May 11, 2018 Same question too Link to comment Share on other sites More sharing options...
xwvth Posted December 27, 2018 Share Posted December 27, 2018 total remove the shipping from cart: themes\classic\modules\ps_shoppingcart\modal.tpl remove : <p><strong>{l s='Total shipping:' d='Shop.Theme.Checkout'}</strong> {$cart.subtotals.shipping.value} {hook h='displayCheckoutSubtotalDetails' subtotal=$cart.subtotals.shipping}</p> + css (only to remove it from checkout ) div#cart-subtotal-shipping.cart-summary-line { display:none; } Link to comment Share on other sites More sharing options...
shapwill Posted May 25, 2020 Share Posted May 25, 2020 Please see my solution to this problem posted here: 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