X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   X-Cart 4.0.0 Showing Manufacturer on Product Page (https://forum.x-cart.com/showthread.php?t=8564)

davep 11-03-2008 11:18 AM

Re: X-Cart 4.0.0 Showing Manufacturer on Product Page
 
do you know how to show the manufacturer name on the search results page?

annivas 11-08-2008 06:06 AM

Re: X-Cart 4.0.0 Showing Manufacturer on Product Page
 
this is weird... I added that code snippet to the product.tpl file to see how it works once and then I deleted it... But it still shows the "Producer:... blah blah blah" ever since. I can't get rid of it!

Is it stored somewhere?

annivas 11-08-2008 06:42 AM

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

Originally Posted by annivas
this is weird... I added that code snippet to the product.tpl file to see how it works once and then I deleted it... But it still shows the "Producer:... blah blah blah" ever since. I can't get rid of it!

Is it stored somewhere?

Yeah, OK... that's why the call us nubies, right? I just figured out the problem. Who would have thought that the templates are cached? :P

Learner 08-21-2009 10:08 PM

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.

Learner 06-05-2010 11:33 PM

Re: X-Cart 4.0.0 Showing Manufacturer on Product Page
 
adpboss any soltion to solve this issue?

Thanks.


All times are GMT -8. The time now is 12:30 AM.

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