Iniquityclothing Posted January 20, 2007 Posted January 20, 2007 Hi folks any idea how to display manufacturer info in the product descriptions, take a look at what i mean, click here i no you can have an image and link strait to the manufacturers website how can i enable this? Thank you View recent 'helpfull' threads: 403 Error problems | Ultimate SEO (contribution support)
wheeloftime Posted January 20, 2007 Posted January 20, 2007 Hi folks any idea how to display manufacturer info in the product descriptions, take a look at what i mean, click here i no you can have an image and link strait to the manufacturers website how can i enable this? Thank you You can fill in a Products URL when on the products definition page which will be shown when on the product info page and you can fill in a manufacturers URL when on the manufactureres definition page. That one will be shown in your right hand column when viewing a product to which that manufacturer has been linked.
Iniquityclothing Posted January 20, 2007 Author Posted January 20, 2007 You can fill in a Products URL when on the products definition page which will be shown when on the product info page and you can fill in a manufacturers URL when on the manufactureres definition page. That one will be shown in your right hand column when viewing a product to which that manufacturer has been linked. I have filled in everything needed on the admin side, within the product listing (define manufacturer) etc but it will not display on my actuall site, if you have a look at the link i provided you can see how my site is layed out, is there maybe a line of code within a php file (product_info.php) like "define'MANUFACTURER'='false'" and at the mo it maybe set to false and i need to manually set it to true? Thanks View recent 'helpfull' threads: 403 Error problems | Ultimate SEO (contribution support)
wheeloftime Posted January 20, 2007 Posted January 20, 2007 I have filled in everything needed on the admin side, within the product listing (define manufacturer) etc but it will not display on my actuall site, if you have a look at the link i provided you can see how my site is layed out, is there maybe a line of code within a php file (product_info.php) like "define'MANUFACTURER'='false'" and at the mo it maybe set to false and i need to manually set it to true?Thanks Below part is from an original stock osC product_info.php file if (tep_not_null($product_info['products_url'])) { ?> <tr> <td class="main"><?php echo sprintf(TEXT_MORE_INFORMATION, tep_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($product_info['products_url']), 'NONSSL', true, false)); ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <?php } What it does is showing the URL you have filled in there within the product info page. It seems that piece of code is not in your product_info.php file anymore
Iniquityclothing Posted January 24, 2007 Author Posted January 24, 2007 where do i need to put that, within product_info.php, in order to have the manufacturer displayed? View recent 'helpfull' threads: 403 Error problems | Ultimate SEO (contribution support)
Iniquityclothing Posted January 24, 2007 Author Posted January 24, 2007 also what i need is when the manufacturer info is displayed the manufacturer image is shown too? View recent 'helpfull' threads: 403 Error problems | Ultimate SEO (contribution support)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.