VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Development Projects, Modifications, Hacks & Tweaks. VM1.1 => Shipping Modules => Topic started by: gorlaz on October 10, 2006, 12:33:00 PM

Title: Auspost shipping change name from 'auspost'
Post by: gorlaz on October 10, 2006, 12:33:00 PM
Hey guys,

Just wondering how I can change my auspost module name from auspost to something a little more formal say 'Australia Post'!!!

Reason is on the order confirmation page it seems to be pulling from the shipping module name, so thought this would be the best place to change it.

Cheers

Liam
Title: Re: Auspost shipping change name from 'auspost'
Post by: porl66 on September 18, 2009, 02:58:55 AM
Hi Gorlaz

Did you find a solution for this?

Thanks
Title: Re: Auspost shipping change name from 'auspost'
Post by: ozneilau on January 16, 2010, 09:26:23 AM
Shipping modules live at: /administrator/components/com_virtuemart/classes/shipping/ and it is the file name that is displayed as the Shipping Module name. Rename the three files associated with your shipping method. E.g. rename the following files:

auspost.cfg.php to Australia_Post.cfg.php
auspost.ini to Australia_Post.ini
auspost.php to Australia_Post.php

That's all you need to do.

Neil.