I have a product with a set of variants and am wondering if there is an easy way to clone this product, so I don't have to recreate the variants again for the next product?
Thanks.
Currently, there is no clone product function in the product admin area. Other then keying in data in the add products screen, you could cut and paste the records in the products and product_variant table in sql server to create your new product.
Can we use bulk data uploads to clone the variants from one product to another since all the products have the same color variants? Typing in the same list over and over is painful. Very painful. Thanks.
yes you could import directly to the product_variants table or cut and paste the sql insert statements.
The ability to bulk copy product variants from one product to another has been implemented in the cart starting in version 2.91. The copy product variants function is on the manage product variants screen.