Remove Features From Product Cloning

We will no longer be allowing vendors to select features for their products (our admin team will do it). In order to make this work, I do not want features to be cloned when products are cloned.

Has anyone else made this change? Any idea how to accomplish this?

Open the app/functions/fn.products.php file and replace

db_query("INSERT INTO ?:product_features_values ?e", $v);

with

//db_query("INSERT INTO ?:product_features_values ?e", $v);

Then save the file. It should solve your problem

Open the app/functions/fn.products.php file and replace

db_query("INSERT INTO ?:product_features_values ?e", $v);

with

//db_query("INSERT INTO ?:product_features_values ?e", $v);

Then save the file. It should solve your problem

THANK YOU! As always, YOU guys are the very best.

You are welcome! :grin: