SteevoW
Forum Replies Created
-
Is the developer addressing this? It seems not. If so this cannot be used, right?
Forum: Plugins
In reply to: [WooCommerce] Duplicate products on Product pageI went in with PHP My Admin and deleted both products, I will recreate it.
Forum: Plugins
In reply to: [WooCommerce] Duplicate products on Product pageWell, I tried it again, and this time I did get a response.
I dunno what happened the first time.It does not appear to have solved the problem.
The wp_users table is okay.
The wp_usermeta table is okay.
The wp_posts table is okay.
The wp_comments table is okay.
The wp_links table is okay.
The wp_options table is okay.
The wp_postmeta table is okay.
The wp_terms table is okay.
The wp_term_taxonomy table is okay.
The wp_term_relationships table is okay.
The wp_commentmeta table is okay.
The wp_woocommerce_termmeta table is okay.
The wp_woocommerce_order_itemmeta table is okay.
Repairs complete. Please remove the following line from wp-config.php to prevent this page from being used by unauthorized users.
define(‘WP_ALLOW_REPAIR’, true);
Forum: Plugins
In reply to: [WooCommerce] Duplicate products on Product pageI did that.
I added the line to my wp-config.php file and reloaded the page.
I got no difference.Also no indication that it repaired anything.
But I don’t know if there is supposed to be such an indication.So I dunno.
Forum: Plugins
In reply to: [WooCommerce] Duplicate products on Product pageAt the top of the products management page
All (2) Published (2)But only one product listed, clicking the (2) link does not display two products, there is only one.
The add to cart button links differ, so I assume that is where the problem came from. Two different post ids.
http://siteid.com/?post_type=product&add-to-cart=61
http://siteid.com/?post_type=product&add-to-cart=59The second one is the unwanted duplicate.
Forum: Plugins
In reply to: [WooCommerce] Duplicate products on Product pageI have the same problem.
If I click the woocommerce products tab on the left, there in only one product. But at the top All and Published says two. Clicking the link does not show the other product for editing.
So I cannot delete the extra one. They are the same, incidentally.
If I look up products in the live store there is the real and the same fake one, and I can add both the cart and can checkout. So they are there but not really.
Something weird with the database, I guess. Can anyone suggest steps to troubleshoot this? A reindex? Or what?