Database table structure
-
We have recently moved to a new WordPress hosting (WordPress 6.1.1) at GoDaddy by restoring a backup (including WooCommerce 6.0.1). However (a) existing orders no longer show the products, and (b) the shipping rules are no longer present.
Looking at the backup, it creates a table wp_wc_product_meta_lookup but looking at the database browser it appears as wp_nbq7dywchz_wc_product_meta_lookup. So, can anyone help with the internal structure – I’m assuming that the order display is trying to pull the products from wp_wc_product_meta_lookup and getting nothing, and I need to update something to use wp_nbq7dywchz_wc_product_meta_lookup instead.
I’m reluctant to rename the tables as the order detail is still working…
I’m also assuming a similar problem with the shipping rules, though I don’t know which table holds them – can anyone help with that, and also what might need updating to use the new table name.
Or is there another reason the information is not showing up?
Many thanks!
The topic ‘Database table structure’ is closed to new replies.
