can anyone tell me how to remove the bit that that says '.....more info ' between the price and sold out sign here
http://butternutbaby.co.uk/catalog/i...dex&cPath=1_10
Thanks![]()
can anyone tell me how to remove the bit that that says '.....more info ' between the price and sold out sign here
http://butternutbaby.co.uk/catalog/i...dex&cPath=1_10
Thanks![]()
Find..
includes/languages/english.php
Using the overide system, edit..
to..PHP Code:define('MORE_INFO_TEXT','... more info');
PHP Code:define('MORE_INFO_TEXT','');
Mods: Admin Activity Report || PO Box Ban || Empty Cart Manager || Autoresponder+ || Zip Validator || Desktop Data || SRiC
The link "more information" is programmed to appear when a product in the product LISTING has attributes applied - and these can only be selected from the product info page.
If you remove this link, or disable the text, then remember you are disabling a link to any product that has attributes applied.
20 years a Zencart User
Along these same lines....does anyone know how I can add the "...more info" link to all my product descriptions on the search results page?