Guest Posted May 23, 2003 Posted May 23, 2003 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
Bricker Posted May 23, 2003 Posted May 23, 2003 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! :)
Guest Posted May 25, 2003 Posted May 25, 2003 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)
sparky3387 Posted December 14, 2004 Posted December 14, 2004 Can anyone tell me where to remove the brackets in the shipping title - ie to have simple - Flat Rate Best WayIdeally, I just want to display Flat Rate - and not Flat Rate (Best Way) <{POST_SNAPBACK}> 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!!
fat_dog Posted May 14, 2005 Posted May 14, 2005 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.