Hello,
I have a website with woocommerce installed. I have added metabox group field on product detail pages.
When i import products through CSV, everything goes well except the last field in the last group is not populating (which is price field) even the user role is getting populated correctly in last group. See here:
http://idevwork.com/metabox/Capture.JPG
After importing products, if i update the last field (price) manually, then it works, but its not population when importing all products through CSV. I am using CSV Import SUite plugin. See here:
http://idevwork.com/metabox/Capture2.JPG
I have this json data in csv file:
[{"role":"price_role_1","price":"6"},{"role":"price_role_2","price":"7"},{"role":"price_role_3","price":"17.5 "}]
The version/files of wordpress, metabox and metabox group are all updated.