WCBoost
Forum Replies Created
-
Forum: Plugins
In reply to: [WCBoost - Wishlist] wpml errorHello @matrixboy,
We’ve just updated the plugin and resolved the issue with WPML. Please update your plugin to ensure the best compatibility for your website.
Thank you for your supporting!
Forum: Plugins
In reply to: [WCBoost - Wishlist] Unnecessary AJAX RequestsThanks for your feedback. We apologize for any misunderstanding caused by our previous response. We understand that your concerns are important and we would like to address them in a helpful and respectful manner. Our intention was to compare the functionality and potential impact on loading speed of that plugin and WCBoost – Wishlist.
At the moment, we’re working on a new update for WCBoost – Wishlist that will focus on reducing unnecessary AJAX requests and improving overall performance.
In the meantime, please don’t hesitate to reach out if you have any further questions or suggestions. We’re always happy to hear from you!
Thank you!
Forum: Plugins
In reply to: [WCBoost - Wishlist] Unnecessary AJAX RequestsThanks for sharing the plugin! We checked it out. Our developer has tested this plugin and it indeed send AJAX request too, as you can see in this screenshot: https://prnt.sc/zuN0BoOEcrnk
Additionally, we noticed this plugin seems to queue its AJAX request to run at the very end. This can actually delay the full page load compared to our approach, which prioritizes the wishlist request earlier on. Here are some screenshots:
https://prnt.sc/sTNNE1zJTrSF
https://prnt.sc/uFDemXh3jCUoIn our testing, there are other things from this plugin that may affect website grade too: it loads more resources, no accessibility fallback, etc.
However, this plugin also offer interesting features too. We’ll consider these insights for potential future updates to balance functionality, user experience, and loading speed.
Thank you!
Forum: Plugins
In reply to: [WCBoost - Wishlist] Unnecessary AJAX RequestsHi,
Thanks for clarifying your question. The current AJAX calls are indeed necessary to ensure the various components of the wishlist plugin reflect the most up-to-date information for your users. This includes keeping elements like the wishlist button state, wishlist counter, etc.
We’d be grateful if you could share the link to the plugin you mentioned. This would be a valuable reference for us in exploring potential improvements for future updates of WCBoost – Wishlist.
Thank you
Forum: Plugins
In reply to: [WCBoost - Wishlist] Unnecessary AJAX RequestsHello,
Thanks for contacting us! By default, the plugin makes AJAX calls to ensure the wishlist is always updated if caching is enabled. This can be helpful for providing a seamless user experience, but it can also cause unnecessary load on other AJAX requests on your site.
And yes, you can disable this feature. Please follow these steps:
- Go to your WordPress dashboard.
- Navigate to WooCommerce > Settings > Wishlist.
- Look for the option related to AJAX loading update and disable it.
Here is the screenshot of the option:

In the future updates, we will improve this ajax request, so it won’t affect the loading time of the website.
Forum: Plugins
In reply to: [WCBoost - Wishlist] wpml errorHello,
Thank you very much for your feedback. Recently, we noticed this issue too. This is a new issue with the WPML Translation editor. Our team is working on fixing this issue.
At the moment, you can resolve this error by translating the product independently (using the WP editor instead of WPML Translation editor which only translates the texts in a post).
Please let me know if you have any question.
Forum: Plugins
In reply to: [WCBoost - Wishlist] Shortcode or widget to add a product to wishlistHello,
Due to not having heard from you for a while, we’re going to mark this topic as resolved. Please feel free to reach out at any time if you need further assistance.
Hello,
Thank you for your questions for our plugin.
- Yes, this plugin was tested and optimized for WPML. If you check the plugin’s files, you will see a configuration file that helps WPML detect and translate plugin’s strings properly.
- You don’t need to create attributes again. This plugin will work with existing attributes automatically.
If you have any questions, please feel free to ask.
Thank you
Hello,
Thanks for getting in touch with us. Actually, this is the default behavior of WooCommerce. If a product has more than 30 variations, WooCommerce will use AJAX to load variations.
You can try the following code to increase this limitation to 50:
add_filter( 'woocommerce_ajax_variation_threshold', function() { return 50; } );I hope this helps! Please let me know if you have any other questions.
Forum: Plugins
In reply to: [WCBoost - Variation Swatches] Color swatches are whiteHello,
Thank you for your feedback. I’m glad to hear that you were able to resolve it on your end!
For future reference, it’s always a good idea to double-check any custom CSS modifications on your website. Sometimes unexpected changes can occur due to conflicting styles or overrides.
If you have any further questions or need assistance, feel free to reach out. We’re here to help!
Forum: Plugins
In reply to: [WCBoost - Wishlist] Shortcode or widget to add a product to wishlistHello,
This plugin provides a shortcode that lets you add a wishlist button to your page. You can apply this shortcode on your page.
[wcboost_wishlist_button product_id="123"]Thank you
Forum: Plugins
In reply to: [WCBoost - Variation Swatches] Remove labels from image swatchHello,
Thanks for reaching out. Regarding your questions:
- I noticed there is custom CSS on your website that forced the label to always be visible. You can view this screenshot for more details:
https://prnt.sc/D8yB_aj_nKYs
To fix this issue, you should find and remove that custom CSS. Or you can try this CSS to hide the label:
.wcboost-variation-swatches.wcboost-variation-swatches--image .wcboost-variation-swatches__name { display: none; }2. There is another CSS that remove the border of the selected swatch. You can view this screenshot to see the detail:
https://prnt.sc/vwuFJ3WlHWN3You can try this CSS to add a background to the selected item.
.wcboost-variation-swatches--image .wcboost-variation-swatches__item.selected { background-color: #333; }Thank you
Forum: Plugins
In reply to: [WCBoost - Variation Swatches] Stock available BugHello,
Thanks for your feedback. We’ve made a test on our website, the plugin load available options. It means the options “44, 46, 48” should be being loaded on your product page.
Please check the version of the plugin and update it if it isn’t the latest version (v1.0.15).
Thank you
Forum: Plugins
In reply to: [WCBoost - Wishlist] “Add To Cart” and “Download” Buttons in the WishlistHello,
Direct downloading from the “Wishlist” page is currently not possible with the current version of the plugin.
We are aware of this limitation and will try to find a solution for it. However, we do not have an ETA for when this feature will be available.
Forum: Plugins
In reply to: [WCBoost - Wishlist] Action Scheduler: 183839 past-due actions foundThank you all of your feedback! In the latest version of the plugin, this issue was fixed.