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 :)
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 :)
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.
Please make sure that you have permission from the appropriate entity to USE their logo.
Very very big thanks!
One thing though, what to do, if I would like to have them both? Image and text?
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?
This might get it
If not change to a hrefCode:define('MODULE_SHIPPING_FLAT_TEXT_DESCRIPTION', 'url(../images/post.gif');