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
|