how can i make my shipping method like this http://www.esaleschina.com/personal-...watch-8171.htm my website is http://oitem.com/
![]()
how can i make my shipping method like this http://www.esaleschina.com/personal-...watch-8171.htm my website is http://oitem.com/
![]()
i want to put some image like fedex image etc
i use zones as a shipping method zone 1 zone 2 etc ,, but i dont know where can i put the picture on my file manager
As I said, you'll need to customise your shipping modules. Uploading the pictures isn't enough.
The code changes aren't difficult, at least in theory.
Firt you'll need to finds the lines in your shipping module ... assuming it's zones.php you'll need to search for code that reads like:
$shipping_method = MODULE_SHIPPING_ZONES_TEXT_WAY . ' ' . $dest_country;
Then you'll need to modify the $shipping_method variable to make it into an image with ALT text. Something like:
$shipping_method = zen_image("/images/image.jpg", $shipping_method);
In other words, you'll need to ADD this line of code AFTER the existing line(s) of code.
Change the /images/ path and image name to match where ever you choose to store your images.
Cheers
Rod
ps. Make a backup of the file before editing. DO NOT back it up using a .php extension in the /shipping/ folder. It will cause problems.
New support site for the ozpost shipping module now live!
Bookmarks