Jump to content

Remove 'the Best Price And Speed' Text?


Recommended Posts

  • 4 weeks later...

Hi there,

 

In PS 1.6.1 in "order-carrier.tpl" file remove or disable lines 91 to 101 containing the code below:

 

{if count($option_list) > 1}
                                                    <br />
                                                        {if $option.is_best_grade}
                                                            {if $option.is_best_price}
                                                                <span class="best_grade best_grade_price best_grade_speed">{l s='The best price and speed'}</span>
                                                            {else}
                                                                <span class="best_grade best_grade_speed">{l s='The fastest'}</span>
                                                            {/if}
                                                        {elseif $option.is_best_price}
                                                            <span class="best_grade best_grade_price">{l s='The best price'}</span>
                                                        {/if}
                                                    {/if}

Worked for me.

Cheers

  • Like 3
Link to comment
Share on other sites

  • 1 month later...

hello everyone

 

i think the best solution instead of editing .tpl (which is not very recommended) is to add a line in global.css

 

.best_grade.best_grade_price {
  display: none; }

 

around line 7775 with all others orders and carriers classes.

  • Like 2
Link to comment
Share on other sites

  • 2 months later...

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...