Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

Modifying product page header

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 11-10-2005, 02:53 PM
 
superfish superfish is offline
 

Advanced Member
  
Join Date: Dec 2004
Posts: 32
 

Default Modifying product page header

I currently have the following code in my head.tpl page:

Code:
{if $main eq "manufacturer_products"} <table cellspacing="0" cellpadding="0" border="0" width="800"> <tr> <td>[img]{$ImagesDir}/spacer.gif[/img]</td> </tr> <tr> <td>[img]{$ImagesDir}/header/header_{$manufacturerid}.jpg[/img]</td> </tr> </table>{/if}

It works great at advertising the different manufacturers on their manufacturer page - is there a way to modify this so that it will appear on product pages? Each product only has one manufacturer, so it stands to reason it's a simple adjustment in the code. Any help would be appreciated!

Matt
__________________
X-Cart Pro v4.0.16
X-AOM
X-RMA
X-Special Offers
X-Gift Registry
Reply With Quote
  #2  
Old 11-11-2005, 02:41 PM
 
superfish superfish is offline
 

Advanced Member
  
Join Date: Dec 2004
Posts: 32
 

Default

Figured it out. Here's the info in case you're curious:

Code:
{if $product.manufacturerid ne ""} <table cellspacing="0" cellpadding="0" border="0" width="800"> <tr> <td>[img]{$ImagesDir}/spacer.gif[/img]</td> </tr> <tr> <td>[img]{$ImagesDir}/header/header_{$product.manufacturerid}.jpg[/img]</td> </tr> </table>{/if}

Modify the HTML to your needs.
__________________
X-Cart Pro v4.0.16
X-AOM
X-RMA
X-Special Offers
X-Gift Registry
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


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

   

 
X-Cart forums © 2001-2020