• Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #21067 - Remove shipping cost from cart and checkout before carrier selection

Is it possible to disable/remove the shipping cost that shown in cart module and in checkout before selecting the carrier. It’s very confusing for customers when you have several shipping options and PS shows the default carriers price even before the visitor chose it. It should appear only when you select the shipping method.

Comments

Mietek 17 Mar 2021, 21:17

That would be a major improvement.

Fred 18 Mar 2021, 11:39

The is rather a question to prestashop developers, because Classic theme works in the same way - https://take.ms/2Kuew

But I’ll check that out, maybe there is some easy solution could be applied

Fred 19 Mar 2021, 12:43

I have tried to investigate that but it’s too deep in the prestashop code.
I have found out similar problem here https://www.prestashop.com/forums/topic/1012510-remove-shipping-from-cart-ps-17/

Vidmantas Dapkus 19 Mar 2021, 13:06

yes, i wanted to try to implement it but the code in your files are different from the presented

-themes/[theme name]/templates/checkout/_partials/cart-summary.tpl
-themes/[theme name]/templates/checkout/_partials/cart-detailed-totals.tpl 

(for the cart and checkout pages)

-themes/[theme name]/modules/ps_shoppingcart/ps_shoppingcart.tpl
-themes/[theme name]/modules/ps_shoppingcart/modal.tpl
 (for the ajax cart preview)

Vidmantas Dapkus 22 Mar 2021, 16:09

yes, i wanted to try to implement it but the code in your files are different from the presented

-themes/[theme name]/templates/checkout/_partials/cart-summary.tpl
-themes/[theme name]/templates/checkout/_partials/cart-detailed-totals.tpl 

(for the cart and checkout pages)

-themes/[theme name]/modules/ps_shoppingcart/ps_shoppingcart.tpl
-themes/[theme name]/modules/ps_shoppingcart/modal.tpl
 (for the ajax cart preview)

Fred 22 Mar 2021, 23:59

you can try to take original files from Classic theme