X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Displaying a link to Manufacturer within a Product (https://forum.x-cart.com/showthread.php?t=49908)

joannet 09-27-2009 10:23 PM

Displaying a link to Manufacturer within a Product
 
I would like to add a link to a product manufacturer in the individual product page itself.

To explain by example:

There are about 1000 products in the store and over 50 Manufacturers that make the different products.

I've set up the products and the manufacturers. So the products are displayed in each category as well as under each Manufacturer.

The idea is that somewhere on the individual product page, there should be a link to the manufacturer of that product.

"Click here to read about the Manufacturer" or something similar.

For ease, it would be ideal if this could appear on the individual product page automatically, depending on what Manufacturer has been selected on the product page in admin.

I thought of adding an extra field named Manufacturer and then type out the link to the manufacturer in each labour intensive for the amount of products/manufacturers on the site.

Any ideas or help would be greatly appreciated.

Thanks

pauldodman 09-28-2009 04:11 AM

Re: Displaying a link to Manufacturer within a Product
 
Hi Joanne

What version of x-cart are you using for this shop?

cflsystems 09-28-2009 06:42 AM

Re: Displaying a link to Manufacturer within a Product
 
You may need to adjust depending on your cart version but this code will show manufacturer image. Put it in skin1/customer/main/product.tpl where you want it to show
Code:

{if $product.manufacturer ne ""}
<a href="manufacturers.php?manufacturerid={$product.manufacturerid}"><img src="image.php?id={$product.manufacturerid}&amp;type=M" alt="{$manufacturer}" /></a>&nbsp;<a href="manufacturers.php?manufacturerid={$product.manufacturerid}">See All Products</a>
{/if}


joannet 09-28-2009 11:25 AM

Re: Displaying a link to Manufacturer within a Product
 
Hi Paul,

Version 4.2.2 for this one.

joannet 09-29-2009 03:34 PM

Re: Displaying a link to Manufacturer within a Product
 
Thanks Steve - works well!


All times are GMT -8. The time now is 02:39 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.