Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shipping text


Guest

Recommended Posts

Posted

Hi everybody :) I want to change the wording "Flat Rate (Best Way) , where do I fing the text to change. I have looking everywhere i know but still havent found it :?

 

Thanks

Rich

Posted

You'll want to go to catalog/includes/languages/english/modules/shipping/flat.php

 

It has three lines of code and they are Define lines. Just make your chages in the single quotations on all the lines and you're all set! :)

Posted

Can anyone tell me where to remove the brackets in the shipping title - ie to have simple - Flat Rate Best Way

 

Ideally, I just want to display Flat Rate - and not Flat Rate (Best Way)

  • 1 year later...
Posted
Can anyone tell me where to remove the brackets in the shipping title - ie to have simple - Flat Rate Best Way

Ideally, I just want to display Flat Rate - and not Flat Rate (Best Way)

 

I have been after the same thing.

 

I traced it as far as order_total.php and this line:

 

' <td align="right" class="main">' . $GLOBALS[$class]->output[$i]['text'] . '</td>' . "\n" .

 

But I cant find out how to edit the variable to remove the brackets (parenthesis).

 

PLEASE SOMEONE HELP ME!!

  • 5 months later...
Posted

It took me a while to find but here is the solution:

 

In checkout_shipping.php run a search for

 

'title' => (($free_shipping == true) ? ?$quote[0]['methods'][0]['title'] : $quote[0]['module'] . ' (' . $quote[0]['methods'][0]['title'] . ')'),

 

You want to remove (or change) the brackets in blue.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...