Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Module Product Listing


Juto

Recommended Posts

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...