I recommend asking at https://ww.wp.xz.cn/support/plugin/woocommerce/#new-post so the plugin’s developers and support community can help you with this.
Thread Starter
rabaj1
(@rabaj1)
I am not asking about any specific plugin. I am more so asking for one.
I think what you want is built into WooCommerce. See
https://docs.woocommerce.com/document/variable-product/
If you have further questions about WooCommerce functionality or compatible extensions, Steven pointed your to the best place to get answers. The WC devs and expert users answer questions over there. They know a lot more about the plugin than most of us here.
Thread Starter
rabaj1
(@rabaj1)
sadly no. I already have all variations and attributes completed. I am looking for a way to include them in the product’s meta. By default, only the SKU, category, and tags of the product are shown in the meta data.
The data has to exist somewhere. If it’s not in post meta, it’s somewhere else, perhaps a WC specific table. You shouldn’t want to have redundant data. Something where it is now, as well as in post meta too makes future maintenance difficult. Whatever need you have for it being in post meta should be able to be met with the data where it is now. Again, those over at the dedicated forum can provide better guidance on how to use existing data.