Guest Posted August 6, 2013 Share Posted August 6, 2013 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 More sharing options...
cjrent Posted September 6, 2013 Share Posted September 6, 2013 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 More sharing options...
Guest Posted September 6, 2013 Share Posted September 6, 2013 okay thanks. Link to comment Share on other sites More sharing options...
Recommended Posts