Thanks! Somehow it works now.
Can you help me on one more thing. I want to remove the more info text under the image. There are too many MORE_INFO_TEXT in tpl_modules_products_new_listing.php file. I'm not sure which one can I remove.
Thanks! Somehow it works now.
Can you help me on one more thing. I want to remove the more info text under the image. There are too many MORE_INFO_TEXT in tpl_modules_products_new_listing.php file. I'm not sure which one can I remove.
Your best bet on that is to redefine the MORE_INFO_TEXT constant in the language file - you can set it to nothing ( define('MORE_INFO_TEXT'=''); ), or whatever you want it to read. Use the Developers Toolkit in admin to find the file & line number to change, and be sure to change the /your_template/ copy of the file, or make a /your_template/ copy and edit that one.
If products have attributes, you can only get a more info button, not an add to cart, so you want to be aware of that while editing. Clicking the product name or image will still get you to the info page, so that may be ok for you.
There are TWO 'more info' in new products page. I want to remove the 'more info' that is located right after the description. Not the one underneath the product image.
Actually I want it to look exactly like 'categories page'. How?
Last edited by miles; 22 Jul 2008 at 03:11 AM.
Can you post a link to your site?