View Single Post
  #21  
Old 09-12-2013, 08:30 PM
 
digiscraps digiscraps is offline
 

Member
  
Join Date: Sep 2013
Posts: 18
 

Default Re: Add Manufacturer in Product Detail Page

Quote:
Originally Posted by JWait
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

I hate to dig up an old thread, but I can use this code perfectly on my product_details page but not on my products_t page. Any ideas? I want to call up the manufacturer name automatically under the item name.
__________________
X-Cart 4.5.2 Pro

Mods:
AlteredCart Download Expander
AlteredCart On Sale
Reply With Quote