pa_artwidth and pa_artheight are the attributes. with this sql query I am a bit closer to retrieving all values: Please see database - WooCommerce - Query for ordered products - WordPress ... The need to delete all WooCommerce products may arise in a number of scenarios. Show activity on this post. MySql woocommerce wordpress featured. How to Delete All Products in WooCommerce - AVADA Commerce Ajax . Only the ones I moved manually in the backoffice are found in the category list. My current query shows all product names, but how to access categories for each products? Hi Adam, sorry it took me so long to respond to you. DELETE relations. The WooCommerce ODBC Driver is a powerful tool that allows you to connect with live data from WooCommerce, directly from any applications that support ODBC connectivity. *, taxes. Also, is there a way to combine the two SELECT statements and name . Star 0 Fork 0; Star Code Revisions 2. The products we have (8000) do not have a price set, but have Gravity Forms to calculate the price on the product page — which is very slow as you can imagine. 0. DELETE p FROM wp_posts p join wp_postmeta pm on p.ID = pm.post_id WHERE p.post_type = 'product' '; This will delete all products and its meta without the media 1 Answer1. Sorted by: Reset to default. *, terms. Permanently Delete WooCommerce Products With One Click (3 Methods) Now I have done it with a SQL query, the products are in the good categories when I checked the backoffice. To begin eliminating all products in your WooCommerce store, put the code below into the MySQL query. Data Structures and Storage - WooCommerce mysql - Laravel 9 Query Builder, How to Combine Two SELECT Statements ... Show activity on this post. Once the WooCommerce plugin has been installed you can access details of all the WooCommerce products in your store via the admin area of your WordPress site, but as a developer you may wish to access product data directly in the database, either for reporting purposes or to access a specific piece of data. To get product price from product id wordpress - Solve any Query