Quote:
Originally Posted by cotc2001
K and the next question is then when adding variants even if i have set the parent SKU as just numbers i.e 01743 in the SKU of varaints it still prefixs the numbers with the word SKU - any idea on how to stop it doing that?
|
It doesn't appear to do this in later unmodified versions (4.0.14 & up). The code that generates the SKU for the variants is in modules/Product_Options/func.php in func_rebuild_variants. At least in later versions there is a comment "Get unique SKU" just before the code that generates the SKU. You can tweak that code to do whatever you want.