Hey guys,
I'd like to substitute the text of ' ... more info ' text with an image but am clueless about what file / admin setting I need to modify to make it so.
Any hints?
Hey guys,
I'd like to substitute the text of ' ... more info ' text with an image but am clueless about what file / admin setting I need to modify to make it so.
Any hints?
I've got a working solution,
I've edited tpl_modules_products_all_listing.php, beginning around line 99 to include a fixed link to a 'more info' image button instead of calling the more_info text tag.
A possible simpler solution might be to find this in your /includes/languages/english.php file:
Change toCode:define('MORE_INFO_TEXT','... more info');
the link is already created and so this change now show your button and not text.Code:define('MORE_INFO_TEXT','your_image.xxx');
Zen-Venom Get Bitten
Bingo...that's the solution I'm looking for.
Thanks you.