View Single Post
  #8  
Old 01-28-2009, 05:30 AM
  JWait's Avatar 
JWait JWait is offline
 

X-Man
  
Join Date: Nov 2005
Location: California
Posts: 2,440
 

Default Re: Add Manufacturer in Product Detail Page

There was a problem with your code.. a space in $product.m anufacturerid. Anyway, I put it in a "if" statement just in case the manufacturer is undefined in some products.
Code:
{if $product.manufacturer ne ""} Other products from <a href="manufacturers.php?manufacturerid={$product.manufacturerid}"><b>{$product.manufacturer}</b></a> {/if}

It seems to work just fine. Thanks
__________________
Two Separate X-Cart Stores
Version 4.4.4 Gold - X-AOM - Vivid Dreams Aquamarine (modified) - Linux
Mods - Newest Products - View All -, and a few others. Numerous upgrades from 4.0.x series.
Integrated with Stone Edge Order Manager + POS

Version 4.1.12 Gold (fresh install) - X-AOM - Linux
Mods - XCSEO free
Reply With Quote