Juto Posted May 21, 2011 Share Posted May 21, 2011 Hi, in the module product listing I'd like to display the name of the products category and when clicked upon takes the visitor to its category? I have tried this: // Row: Product's category case 'PRODUCT_LIST_CATEGORY': $lc_text .= ' <tr>' . "\r\n" . ' <td class="main" align="center"><a href="' . tep_href_link(FILENAME_DEFAULT, 'cPath=' . $listing['categories_id']) . '">' . $listing['categories_id'] . '</a></td>' . "\r\n" . ' </tr>' . "\r\n"; break; Which didn't work. Many thanks for advices. Sara Contributions: http://addons.oscommerce.com/info/8010 http://addons.oscommerce.com/info/8204 http://addons.oscommerce.com/info/8681 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.