Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2012
    Posts
    82
    Plugin Contributions
    0

    Default Shipping Method Image

    how can i make my shipping method like this http://www.esaleschina.com/personal-...watch-8171.htm my website is http://oitem.com/
    Name:  shipping method.jpg
Views: 35
Size:  20.7 KB

  2. #2
    Join Date
    Apr 2012
    Posts
    82
    Plugin Contributions
    0

    Default Re: Shipping Method Image

    i want to put some image like fedex image etc

  3. #3
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    4,057
    Plugin Contributions
    1

    Default Re: Shipping Method Image

    Quote Originally Posted by oitem View Post
    how can i make my shipping method like this
    You'll need to customise whatever shipping module(s) you are using.

    Cheers
    Rod

  4. #4
    Join Date
    Apr 2012
    Posts
    82
    Plugin Contributions
    0

    Default Re: Shipping Method Image

    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

  5. #5
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    4,057
    Plugin Contributions
    1

    Default Re: Shipping Method Image

    Quote Originally Posted by oitem View Post
    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!

 

 

Similar Threads

  1. shipping method based on payment method?
    By psr racing in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 27 Apr 2011, 01:25 PM
  2. How to not display the shipping cost under shipping method?
    By welldone in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 17 Nov 2010, 09:03 AM
  3. image under shipping method
    By louisapple in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 2 May 2009, 08:56 AM
  4. Only show payment method when UPS shipping method chosen?
    By helen610 in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 28 Aug 2008, 03:04 AM
  5. Replies: 9
    Last Post: 13 Dec 2007, 04:45 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •