I was wondering if it was possible to get rid of "...... More Info" from the product Listing?
Thanks![]()
I was wondering if it was possible to get rid of "...... More Info" from the product Listing?
Thanks![]()
Hc,
Yes you can.
admin panel/ configurations/ product listing/ Display Product Description
- set from 150 to 0
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Hi, ive already done that, it still displaying the ".... more info"
But on my product listing under the product image it has the"Product name", "price" than "..... more info"
Iam using the grid layout, dont know it this has any effect on it?
Thanks
Hc,
includes\ modules\ product_listing.php
Save to this includes/ modules/ your_template/ product_listing.php
And comment it out /* the code */PHP Code:$lc_button = '<a href="' . zen_href_link(zen_get_info_page($listing->fields['products_id']), ($_GET['cPath'] > 0 ? 'cPath=' . $_GET['cPath'] . '&' : '') . 'products_id=' . $listing->fields['products_id']) . '">' . MORE_INFO_TEXT . '</a>';
PHP Code:/*$lc_button = '<a href="' . zen_href_link(zen_get_info_page($listing->fields['products_id']), ($_GET['cPath'] > 0 ? 'cPath=' . $_GET['cPath'] . '&' : '') . 'products_id=' . $listing->fields['products_id']) . '">' . MORE_INFO_TEXT . '</a>'; */
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting