View Single Post
  #5  
Old 01-16-2004, 11:42 PM
  CenturyPerf's Avatar 
CenturyPerf CenturyPerf is offline
 

eXpert
  
Join Date: Jun 2003
Location: Reno, Nevada
Posts: 396
 

Default

This is where it does NOT work: (you will see text above the thumbnail, but no product sku)
http://216.82.68.68/shop/customer/search.php?substring=

This is where it does work:
http://216.82.68.68/shop/customer/product.php?productid=16143&cat=0&page=1

In the example that works, I'm using:

Code:
Product SKU: {$product.productcode}

I've tried everything else I know of (and I'm just staring to learn PHP and Smarty) including:
  • Product SKU: {$products.productcode}
    Product SKU: {$product[product].productcode}
    Product SKU: {$products[product].productcode}

I also have it working (same as above) in place of ProductID on the Modify Products page in the admin section. You would think that if it works in 2 out of 3 spots, it should somehow work in the 3rd.
I'm sure this has to be something very simple
__________________
Best Regards,

Sam Solace - Pres/CEO
Century Performance Center, Inc.
http://www.centuryperformance.com

(3) sites using X-Cart 5.3.5.5
X-Payments Enterprise 3.1.4
Reply With Quote