Hello all... Can someone tell me how I can turn the following code that is currently used to display the Manufacturers Name on the Product Info page into a link to other items by that manufacturer.
Here is the code that shows the name currently:
Now I want to make that text a link to the page that the Manufactures sidebox links to:Code:<?php echo (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? '' . TEXT_PRODUCT_MANUFACTURER . $manufacturers_name . '' : '') . "\n"; ?><br />
Thanks so much for your help on such a simple question.Code:index.php?main_page=index&manufacturers_id=12 (or whatever their ID is)







Bookmarks