Jump to content

Prestashop 1.5.4.1 - hide text BestPrice and BestTime in cart in step choose delivery


Guest

Recommended Posts

I use three delivery company but all three company have same price for delivery and same speed.

 

So I need to delete text in delivery step: Best price and Best time for delivery.

 

What I must edit in the step - select delivery/carrier?

Anyone know how make this, give me tip please. thanks

Link to comment
Share on other sites

  • 1 month later...

I just took out the words 'The best price and speed'

from

 

themes/yourtheme/order-carrier.tpl

 

around line 160 :

 

 

{if count($option_list) > 1}
{if $option.is_best_grade}
{if $option.is_best_price}
<div class="delivery_option_best delivery_option_icon">{l s='The best price and speed'}</div>
{else}
<div class="delivery_option_fast delivery_option_icon">{l s='The fastest'}</div>
{/if}
{else}
{if $option.is_best_price}
<div class="delivery_option_best_price delivery_option_icon">{l s='The best price'}</div>
{/if}
{/if}
{/if}
Link to comment
Share on other sites

×
×
  • Create New...