View Single Post
  #9  
Old 10-13-2005, 07:17 AM
  1CNS's Avatar 
1CNS 1CNS is offline
 

Advanced Member
  
Join Date: Mar 2004
Location: Los Angeles, CA, USA
Posts: 45
 

Default

Thanks for your reply. The mod I had originally tried without success was to find instances of:

Code:
"product" => "{product_name}-p-{productid}.html",

in html_catalog.php and change them to something like:

Code:
"product" => "{product_name}-p-{productcode}.html",

This doesn't work, so I was wondering how to call the productcode value in this script?[/code]
__________________
www.funkymart.com
x-cart 4.2.1 [linux]
Reply With Quote