import with standard wc importer
-
Hello, is it possibile to import prices with the standar import function of woocommerce?
I import All my products with every field, with “main” price and 3 Role based prices. But I find in every product that the _enable_role_based_price switch is turned off.
I create in my csv file a column “Meta: _enable_role_based_price” with every line set to 1, WC importer propose me that column “map as meta” (in Italian) but it remains switchet to off, and in database I see it is empty.
I fix it running in mySql :
UPDATE wp_postmeta SET meta_value = '1' where meta_key = '_enable_role_based_price'
So all products has that switch set to on, and my customers see the RBP’s
Am I doing something wrong? Is it possibile to import that field without special plugins?
- The topic ‘import with standard wc importer’ is closed to new replies.