Can I change the naming of the shipping categories e.g. I want to change 'Flat Rate' or "UPS' to 'UK NExt Day Delivery' , etc. Many thanks!
Can I change the naming of the shipping categories e.g. I want to change 'Flat Rate' or "UPS' to 'UK NExt Day Delivery' , etc. Many thanks!
Easy for just the title displayed on the page -
Use the admin > tools > developers tool kit > scroll to the bottom left and enter the text you seek > in the drop select all catalog files > then search
From the results look for a defines statement with either flat rate or the text that you entered.
Grab the file and edit what is between the single quotes and save > upload to correct location
Thanks!
I've done this. However, I now have the problem that if I select one of the editing shipping methods it doesn't move onto stage 2 of the order process. It just re-shows the same page.
Any ideas?
you just edited the text in
/includes/languages/english(or whatever)/modules/shipping?
I can't think of a good reason that would bork a shipping module....
Which modules did you edit?
I edited the flat.php and ups.php file. Only changing the text in ' ' to suit. This now display correctly but doean't do anything. I have the zonal shipping method set up and this works fine - just the 2 I edited in this way. Thanks!
...the files in the /includes/languages/english/modules/shipping folder or the
/includes/modules/shipping folder?
The former...