Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2006
    Posts
    25
    Plugin Contributions
    0

    Default How to add images to shipping/payment options?

    How can I add image after certain shipping / payment alternative?

    For example:

    Shipping option 1 (image here)
    Shipping option 2 (image here)
    Shipping option 3 (image here)

    And same for payment?

    Could I use normal html?

    Thanks a lot :)

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: How to add images to shipping/payment options?

    Use the admin > tools > developers tools > and search for the "DEFINES" for the text that currently is displayed. This will normally be in a file and contained between a set of single quotes.

    Then replace the text with an image statement.
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: How to add images to shipping/payment options?

    Please make sure that you have permission from the appropriate entity to USE their logo.

  4. #4
    Join Date
    Oct 2006
    Posts
    25
    Plugin Contributions
    0

    Default Re: How to add images to shipping/payment options?

    Very very big thanks!

    One thing though, what to do, if I would like to have them both? Image and text?

  5. #5
    Join Date
    Oct 2006
    Posts
    25
    Plugin Contributions
    0

    Default Re: How to add images to shipping/payment options?

    Ok,

    I changed flat.php like this:

    define('MODULE_SHIPPING_FLAT_TEXT_TITLE', 'Post');
    define('MODULE_SHIPPING_FLAT_TEXT_DESCRIPTION', 'post.gif');
    define('MODULE_SHIPPING_FLAT_TEXT_WAY', 'post.gif');

    And uploaded this image to 'images' directory. Still, I'm not getting more than 'post.gif' text in my mailing options.

    Any clues?

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: How to add images to shipping/payment options?

    This might get it
    Code:
    define('MODULE_SHIPPING_FLAT_TEXT_DESCRIPTION', 'url(../images/post.gif');
    If not change to a href
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. How to add different payment options ??
    By sushilmishra in forum Addon Payment Modules
    Replies: 7
    Last Post: 22 Dec 2010, 06:28 AM
  2. How to limit payment options to a shipping method?
    By sabe in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 23 Jul 2010, 10:37 AM
  3. How can I have different payment options for different shipping options?
    By Liamv in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 18 Feb 2010, 04:32 AM
  4. How do I add Direct Bank Transfer to Payment options?
    By potatohead in forum Addon Payment Modules
    Replies: 3
    Last Post: 2 May 2009, 01:02 PM
  5. Newbie Question: How do I add Multiple Product Options/Price Options?
    By stevewag in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 Apr 2009, 01:16 AM

Posting Permissions

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