Luis Peel
Forum Replies Created
-
Hi Sandra,
I sincerely apologize for the inconvenience and the delay in our response. We experienced a glitch with our automated system which prevented the initial confirmation email from being delivered.
I have just sent a direct email to the address associated with your purchase. It includes all your access details, download links, and license information.
Please check your inbox (and your spam folder, just in case). If you still don’t see it, or if you need any help setting up the plugin, please let me know right here and we will make sure to get this sorted out for you immediately.
Thank you for your patience!
Best regards,
Luis
Forum: Reviews
In reply to: [Delete Duplicate Products for WooCommerce] life saverThank you so much for your kind words! π It really means a lot to know the plugin has been reliable during your product imports β that’s exactly the use case it was built for.
If you haven’t updated to the latest version yet, I’d love for you to check out the new features we’ve added:
- ποΈ Action Logging β a full audit trail of every action performed, with timestamps and user info.
- π Automatic 301 Redirects β when you permanently delete a duplicate, the plugin can automatically redirect the old URL to the canonical product, its category, or your homepage. Great for keeping your SEO intact!
- πΌοΈ Image Management β remove featured, gallery, or all product images in bulk.
- π Better filtering β view duplicates by Published, Draft, Trash, or All statuses.
And if there’s any feature you’d like to see added, please don’t hesitate to open a support topic β your feedback genuinely shapes the direction of the plugin.
Thanks again for taking the time to leave a review. It goes a long way! π
Hi,
Thank you for the detailed report β and especially for providing the context about your catalog size. That’s very helpful.
I have good news: all three issues you’ve described are known bugs that have been fixed in version 1.3.0, which is now available on ww.wp.xz.cn. I’d recommend updating right away.Here’s what was fixed:
Issue 1 β Pagination not working correctly:
Pagination now correctly preserves the status, group-by, and per-page settings across all navigation actions. The per-page limit was not being applied consistently in previous versions, which is exactly what
you experienced.Issue 2 β SKU false positives with suffix codes (-S, -M, -L, -RED, -BLK, etc.):
This was a bug where the SKU lookup used a partial (LIKE) match instead of an exact match. So SHIRT-001 would incorrectly match SHIRT-001-S, SHIRT-001-M, and so on. Version 1.3.0 fixes this by using exact SQL
matching β only products with the exact same SKU are grouped together.Regarding products that still appear as duplicates after you’ve already cleaned them up β this should also be resolved with the exact matching fix. If you still see any after updating, please let me know.
Issue 3 β Slow checkbox response:
This was a performance bug in the JavaScript. Version 1.3.0 rewrites the checkbox handling using event delegation, which is specifically designed for large product lists. The delay you were experiencing with
10K+ products should be gone.Please update to 1.3.0 and let me know if any of these issues persist β your catalog size makes your feedback especially valuable for testing at scale.
Best regards,
LuisForum: Reviews
In reply to: [Delete Duplicate Products for WooCommerce] Doesn’t workWe are sorry to hear that you are experiencing an issue with the plugin.
We definitely want to help you resolve this problem, but the best place for troubleshooting and support is in the dedicated Support forum. Using the support forum allows us to ask for necessary details, keep track of the issue, and provide a solution efficiently.
Could you please post your concern, specifically mentioning the “214 duplicate found, but doesnβt show any products” message, on the official support page?
You can find the support forum here: https://ww.wp.xz.cn/support/plugin/delete-duplicate-products-for-woocommerce/
Once you create a topic there, we will gladly look into it and help you solve the problem!
We appreciate your understanding.
Forum: Fixing WordPress
In reply to: Mobile popup menu backgroundHi there, the issue is with your CSS. Here’s the problematic code:
.wp-block-navigation__responsive-container.is-menu-open {
background-color: var(–wp–preset–color–header-background) !important;
padding: var(–wp–preset–spacing–40);
}FILE: wp-content/themes/yith-wonder/assets/css/general-block-style.min.css
To fix this, you need to customize the background color of your header in your theme’s settings. Here’s how:
Open your WordPress Dashboard.
Go to Appearance -> Editor to open the Site Editor.
Currently, the color set for the –wp–preset–color–header-background variable is #f0f0f0. You’ll need to change this to your desired color or make it transparent.Forum: Fixing WordPress
In reply to: Mobile popup menu backgroundHello, could you please provide the URL of the site where you are experiencing the background issue on mobile?
Forum: Fixing WordPress
In reply to: Text overflows main container on mobileHi there, it looks like the long URL in your content is causing the layout to break on mobile. To fix this, simply add the following CSS to your stylesheet:
CSS
@media only screen and (max-width: 600px) {
p {
overflow-wrap: anywhere;
}
}Hi, In the latest version, the ability to delete the featured image and product gallery has been added.
Hi, yes, the plugin is working fine. I’m always working on improving the plugin, so please let me know if you have any questions or need help with anything.
Hey everyone!
If you run into any other problems or have any suggestions for the plugin, please don’t hesitate to let me know. I’m always happy to hear your feedback.
Thanks for using my plugin!
I apologize for the delay. The new version of the plugin has been uploaded and includes compatibility with WooCommerce HPOS (High-Performance Order Storage). Please let me know if you encounter any issues. We would also appreciate it if you could leave a review of the plugin. Thank you!
I am aware of the HPOS incompatibility issue, and I am working on a fix right now. I will have an update out ASAP (hopefully within the next few hours). Thanks for your patience!
Perfect, if you notice any details or want to add any other functionality, don’t hesitate to let me know.
Also, if you want me to develop another plugin with other functionalities that you can’t find or need, please let me know.
Please accept my apologies for the delay. I have now uploaded the new version of the plugin, which includes several enhancements:
- Added product status filtering (Published, Draft, Trash, All)
- Added bulk actions for product management:
- Move to trash
- Change to draft status
- Added image management features:
- Remove featured images
- Remove gallery images
- Remove all product images
- Enhanced pagination with items per page selection
- Improved interface and user experience
- Added status preservation after actions
- Better error handling and logging
Please let me know if everything is working correctly, or if you require any additional functionality.
Very well, then. I will enhance the pagination and enable the removal of product images. Please do not hesitate to let me know if you require any additional functionalities.