At the moment, we don't have a native WooCommerce integration, so pulling data from WooCommerce's database can only be achieved usingĀ MySQL query-based tables. If you're not that good with MySQL, you can try using ourĀ Query Constructor, but please note that this constructor is just a helper - it's not an ultimate query generator.
It constructs a suggestion of a query, that you often need to modify to get the data you need. Included support for the plugin doesn't cover writing custom queries, so we wouldn't be able to help you with that.
Hello.
I have 1000 products in a store.
Each product has meta fields.
I need paste table in product page template, get value from product, calculate... ?
Hi Roman
Thank you for reaching out to us.
At the moment, we don't have a native WooCommerce integration, so pulling data from WooCommerce's database can only be achieved usingĀ MySQL query-based tables. If you're not that good with MySQL, you can try using ourĀ Query Constructor, but please note that this constructor is just a helper - it's not an ultimate query generator.
It constructs a suggestion of a query, that you often need to modify to get the data you need. Included support for the plugin doesn't cover writing custom queries, so we wouldn't be able to help you with that.