View Single Post
  #24  
Old 08-21-2009, 10:08 PM
 
Learner Learner is offline
 

X-Adept
  
Join Date: Dec 2008
Posts: 807
 

Default Re: X-Cart 4.0.0 Showing Manufacturer on Product Page

Quote:
Originally Posted by adpboss
Modified TPL code for my purposes.

Advantages, only show Manufacturer if the manufacturer exists for that product. I also turned off the absolute link to the manufacturers.php and went with the relative link.

Code:
{if $manufacturer ne ""} <tr><TD align="left" valign="top"> Manufacturer: </td> <TD align="left" valign="top"> {$manufacturer} <font size=1 face=Arial>(Click to get more information about this manufacturer)</font> </td> </tr> {/if}

Hi adpboss I want to display the manufacturer's name/logo which are currently on that category.I have approximately 50 manufactures in my store.Each manufacturer links with different different category.Suppose X category links with a,b,c,d manufacturer's product among 50 manufacturers.I want to display only a,b,c,d manufacturer's name/logo when I click on X category.Is it possible? Can you help me?
Thanks to all.
__________________
4.6.1 Platinum


Reply With Quote