xootix
Forum Replies Created
-
Hello,
Side cart is just a template. It simply fetches the woocommerce cart items and displays them.
Probably some other plugin/code on your site is modifying the woocommerce cart and deleting items.
You may try going to “Side cart settings” and disabling “ajax add to cart”. Other than that, there is no code in the plugin which modifies the cart items.Hello,
Thanks for reporting. I will be fixing this in next update.Please use this snippet. I will be fixing this in next update
add_action( 'wp_print_footer_scripts', function(){
?>
<script type="text/javascript">
jQuery(document).ready(function($){
setTimeout(function(){
$(document.body).off('xoo_el_popup_toggled.xooEscEvent');
}, 500)
})
</script>
<?php
}, 99999 );Please use this snippet
add_action( 'xoo_el_before_header', function(){
?>
<p style="text-align: center;">Custom Text</p>
<?php
} );Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] Auto Open Cart not workingIts an issue with the theme’s ajax add to cart functionality. There must be an option in your theme settings, look for “Ajax add to cart/ add to cart without refresh” option and disable it.
Side cart has its own ajax functionality.Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] Auto Open Cart not workingHello,
I am glad you like the plugin, please remove the maintenance mode so I can check.Thank you for your review and the complinments 🙂
I would just like to answer to the points you mentioned.
1) You can change the image from the settings, please go to “Login/Signup popup settings” -> style -> popup ->sidebar image
2) Sorry, we are forced to use the oauth 1.0 as you cannot get the email address of a user in oauth 2.0. Trust me, developing social login for ouath 1.0 was such a pain. There is no other option than using 1.0.
3) You can go to “Login/Signup popup settings” -> General and set the form pattern to “Single Field form”, that will give you a different UI.
Or using shortcodes, you can create separate forms for “Login and Signup” and disable the tabs from the settings.
4) Sorry about that, the website keeps updating its UI, and it’s sometimes hard to keep up with the changes.You’re welcome. Would appreciate if you rate the plugin.
Hello,
You can translate the fields placeholder from “Fields” page.
https://i.imgur.com/plvaG7K.png
https://i.imgur.com/v0h8dGh.pngForum: Plugins
In reply to: [Waitlist Woocommerce ( Back in stock notifier )] not sending emailsSorry, I won’t be to able to answer without checking.
You may check the Cron Events page to see if there are any pending events that haven’t been executed yet and are past their scheduled execution time.Forum: Plugins
In reply to: [Waitlist Woocommerce ( Back in stock notifier )] not sending emailsCould be an issue with your server cron. I would need to further investigate, please share your staging website details here
The emails can now be translated using “TranslatePress”
https://docs.xootix.com/waitlist-for-woocommerce/#translatepressForum: Plugins
In reply to: [Waitlist Woocommerce ( Back in stock notifier )] not sending emailsHello,
1) Is the email functionality on your site is working fine? Are you receiving other emails from your site?
2) What is the status of email under “Email log”? Inqueue, processing or completed?
3) Please open the waitlist page of a product and then click on “send” for one Individual email ID, see if you receive back in stock email.Your site is being redirected to the cart page during the “Add to Cart” event. This behavior is likely caused by another plugin or custom code on your site. If you’re aware of this setting, please disable the “Cart Redirect” feature. If you’re unsure, temporarily deactivate all other plugins to identify which one is causing the redirection.
I have replied to your query.