View Single Post
  #7  
Old 07-20-2005, 12:07 PM
 
dManager dManager is offline
 

Advanced Member
  
Join Date: Jan 2005
Location: Erie, Pennsylvania
Posts: 63
 

Default Removing the whole auto SKU generation

Tweak as above plus:


ORIGINAL:
Line 579 $product_info['productcode'] = $sku_prefix.($product_info['productcode']+$plus);


NEW:
Line 579 $product_info['productcode'] = '';

NOTE those are two single quotes in the replacement code. Additionally I would comment out the original line 579 then insert the adjusted code.

R.
__________________
Rich
___________________________
X-Cart version 4.2.2 Gold
Reply With Quote