Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

another n00b question... :)


Iniquityclothing

Recommended Posts

Posted
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.

Posted
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)

Posted
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

Archived

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

×
×
  • Create New...