View Single Post
  #2  
Old 07-26-2005, 05:09 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

I haven't tested this, so make a backup first:

In html_catalog.php, replace {productid} with {productcode} everywhere it appears. For example, you would replace this:

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

with this:

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

Let me know if it works for you.....
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote