This topic has 5 replies, 3 voices, and was last updated 1 years, 10 months ago ago by Tony Rodriguez
Hi
I’m trying to implement “WooCommerce Waitlist” plugin but seems there is some incompatibility with latest xstore.
On variable products all seems to be ok, but on single product Waitlist button is not visible/showed at all.
When xstore-core plugin disabled or theme switched to Storefront, Waitlist is displayed as expected.
With xstore-core: https://gyazo.com/afd165c6d257dfaf3508c4d45bb4d4c0
Without: https://gyazo.com/d68a38ea4037abce0ae832f7afe0cd51
Products for testing as well as login details to my staging, you may find in private message.
Thank you in advance for your support.
Hello, Krzysztof
Thanks for using our theme.
Another specialist will get back to you after the weekend. Please be patient and do not change access.
Regards
Hello Krzysztof,
We regret to inform you that we cannot guarantee full theme compatibility with all existing third-party plugins. In some cases, additional customization may be required to ensure that the theme and plugin work together. Unfortunately, it is not possible for us to make the theme compatible with all existing plugins, and additional customization is outside the scope of our basic support.
In your case, we have added the following PHP code to your xstore-child/functions.php file, which should fix the incompatibility with the Woocommerce Waitlist plugin – https://prnt.sc/MH85wDTGP5m-
add_action('wp', function() {
// add compatibility with WooCommerce Waitlist plugin and XStore Single product builder
if ( class_exists('Pie_WCWL_Frontend_Simple') ) {
if ( Pie_WCWL_Frontend_Simple::$product_id ) {
add_action('etheme_woocommerce_template_single_add_to_cart', array('Pie_WCWL_Frontend_Simple', 'output_waitlist_elements'), 30);
}
}
}, 20);
Best regards,
8Theme’s Team
It’s totally understandable, you guys are super great but you’re not magicians 🙂
All working great now .. thank you for your great support.
Hello Krzysztof,
Most Welcome ?,
If you do not mind, can you please leave 5 stars rating for our Theme & Customer, and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in the future. It would encourage our work a lot. If you like our Theme and Support.
Thanks for contacting us.
Have a great day ?
Topic Closed.
Best Regards.
The issue related to '‘WooCommerce Waitlist incompatibility for single products’' has been successfully resolved, and the topic is now closed for further responses