Jump to content

How to hide the shipping cost block until checkout?


Recommended Posts

  • 1 year later...
Any luck thus far?
<br/><br/>Nothing yet, was hoping for an answer off the forum but everyone seems to be asleep :)<br/><br/>Happy new year to everyone :)

Hi everybody, I now this is a very old thread but it seems that I haven't seen any solution.

My issue is that shipping fees varies a lot depending on the area I have to ship and I don't want the customer to be confused. So, once the customer logs the shipping fee can be calculated correclty and the cart should show the shipping fees. But not before!

Any ideas ?

 

Thanks

 

George

Link to comment
Share on other sites

  • 1 year later...

Depending on what cart module you are using just find the relevant .tpl file in the modules directory (blockcart.tpl or blockcart2.tpl etc.) and comment out the rows for the "Delivery" text and cost.

 

Something like below:

 

<!--

 

<span>Delivery</span>

 

<span id="cart_block_shipping_cost" class="price ajax_cart_shipping_cost">€0.00</span>

-->

 

Or you should also be able to add a "display: none;" in your css file, just as easy.

 

Be sure to backup your files before modifying them in case you need to roll back!

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...