Our fatal errors log file is filled repeatedly with the following error:
Uncaught Error: Call to a member function is_visible() on null in /var/www/site/wordpress/wp-content/plugins/added-to-cart-popup-woocommerce/templates/xoo-cp-content.php:19
Is it possible to fix this bug?
If you need some information im available.
Thanks,
]]>Hi,
I’m currently using Finale Lite to give 10% off to my customers.
The problem is that the Added to Cart Popup Plugin calculates the discount twice (10% + 10%) and therefore displays the wrong price in the popup (two 10% discounts instead of one).
Not a huge issue since when going to the actual cart or checkout page, the price is corrected to a single 10% discount as it should be.
Anyone else experienced this issue and know a fix ?
I tried playing with the settings of both plugins to no avail.
Thanks!
]]>Hi there,
Thank you for creating this plugin!
Just letting you know this plugin was working great until the recent WooCommerce 8.8.3 update. After that update, our site had a “critical error” due to this plugin and was not displaying properly. So I had to disable the plugin.
Unfortunately, WP Debug didn’t show the error. But can you help look into what the issue is? We would love to continue using this plugin.
Thank you so much!
]]>in Europe there is new legislation since December 2023 for alcoholic beverages to show alcolhol%, nutritiondetails and allergy details before adding a product into your shoppingcart. Woocommerce has a great plugin “Added to cart popup”, but it requires a functionality to show above details. Is it possible to add this?
]]>Hello,
I have a problem on a site that uses this plugin.
I get an error message as soon as I try to open a page on wordpress. The problem seems to be with the shortcode.
Error details:
An E_ERROR error has been caused in line 11 of the /home/xxx/xxx/wp-content/plugins/woocommerce-cart-popup-premium/templates/xoo-cp-shortcode.php file.
Can you please help me?
]]>We are using WooCommerce – Gravity Forms Product Add-Ons for some of our products and noticed that if a user doesn’t complete the form or has validation issues and they click add-to-cart, the pop-up still appears making them think the product was added to their cart when it actually wasn’t. I am wondering if there is anything we can do to either prevent the popup from displaying if this happens until they complete the form in full.
Thanks!
]]>Hi, compatible with wpml ? and able to do translations?
What languajes?
thanks
]]>Hi,
Client site has been using your plugin for years.
I notice when the popup when product is added to cart and your popup shows the product added and the VIEW CART, CHECKOUT & CONTINUE SHOPPING BUTTONS, there is no issue here.
BUT the QTY Button cannot be fully viewed on the mobile
It has beside the pricing – 1 +
And the Qty number and + sign cannot be seen (goes off the edge of the mobile) on smaller devices since an update.
We need to Scroll with a bar to see it to change qty. This is a pain for the customer.
HOW can we fix this please? Maybe just some simple css code?
Thanks
]]>How to change the “Continue Shopping” button link
]]>Hello, I have an issue with the plugin.
I’m using the “Discount Rules for WooCommerce – PRO” by Flycart. And I have some rules if you buy X you get Y free.
For example: if you buy a product from a brand and the subtotal is above 20 then you get this product free.
My issue is when I’m adding a product to the cart and the rule becomes true then the popup shows the gift and not the actual product that I added to the cart. Maybe because the popup plugin checks what product is added to the cart last.
Is there a way to fix this?
Thanks in advance, Olga.
]]>Need some help, how we can exclude some products not to use the add to cart pop Ajax functionality. The plugin is not compatible with Yith Gift cards plugin.
]]>Hello, there is a bug with the plugin.
Error:
PHP Fatal error: Uncaught Error: Call to a member function is_visible() on null in xoo-cp-content.php:19
this error appears when I’m activating redis cache.
Is there something we can do?
Thanks in advance,
Hi,
When editing using Elementor editor, I get pop-up fired every time I save the content.
It is very annoying.
How do I suppress this behavior?
]]>Hello,
When a product is added, only the last product added to the cart is displayed in the popup.
Can you ensure that the targeted product is correctly added to the cart? This issue can occur in the case of forced sales that add one or more products to the cart after adding a product.
I patched the plugin by saving the product ID as an option in the file includes/class-xoo-cp-core.php:
update_option(‘xoo_cp_added_cart_item_id’, intval( $_POST[‘add-to-cart’] ) ); in the function xoo_cp_add_to_cart()
Then, I retrieve this ID in the function get_cart_content():
$product_added = get_option(‘xoo_cp_added_cart_item_id’); foreach( WC()->cart->get_cart() as $cik => $ci ){ if( $product_added == $ci[‘product_id’] ) $cart_item_key = $cik; }
]]>Hi,
Experiencing the popup activating each time I update a page while working in the backend of Elementor. https://prnt.sc/wN6S64boH_GE
How we I stop this from occurring? This is so disturbing.
]]>Hi there, I’m using this plugin for a while now, but now my close button is gone. can you help me?
]]>Hi there, your website contact form doesn’t work. It asks to complete a CAPTCHA that doesn’t exist.
I am looking to get a refund on my PRO license. Order #20718
Thank you
Dear Developer,
Can it be fixed so that the popup window shows how much is left to buy to get free shipping?
Thank you in advance!
]]>Hi
The popup is not showing on Mobile (only on PC) when you click on “ADD TO CART” – It shows it flying to the Cart icon but I need the popup showing on the mobile device also so can select more Qty.
On the PC version on the popup you see VIEW CART, CHECKOUT and CONTINUE SHOPPING which my client likes.
Therefore we need to be able to see this on the MOBILE also but it is NOT visible. Maybe mobile is too small to view this ?
If so, then what is our workaround ? Are there settings for this popup for MObile device separately maybe ?
ALSO the other issue I have is that the Cart icon is sitting on the very top of the mobile, so when a user scrolls down the Cart icon does NOT follow down. Therefore when you add something in to the Cart, and you are right down the bottom, the customer has NO idea WHERE the Cart icon is at it is right up the top ..
Not very good, HOW can I rectify this issue please urgently
Thanks
Kristin
]]>Hi, just wanted to check. In your plugin, that i use on multiple sites you have a link withouth a href tag and it makes SmartCrawl complain that it has no href in the <a tag.
Is this something you might be able to fix or so, now i manually patch it to make it validate in smartcrawl just adding <a href=”#” as it still will let the plugin work properly and everything else. My thought was that it should redirect to the shop by default but it does not as it has no href.
<a class="xoo-cp-close xcp-btn"><?php _e('Continue Shopping','added-to-cart-popup-woocommerce'); ?></a>
In the file plugins/added-to-cart-popup-woocommerce/templates/xoo-cp-popup-template.php
]]>
Ajax: deprecated
]]>Hi. I have a problem. When I am logged in popup working corectly. When I logout, popup not working I see only changes and to cart also added item, but popup not rendered. Sorry for english. I add two links in screenshoots with examples.
Whe I logged in : https://prnt.sc/6Gz3TCK8q8_q
When I logout: https://prnt.sc/bMNhi57Hq7Ew
Also I cleared cashe a lot time, but not helping. ??
]]>Hi,
We want to close automatically the pop up after added to cart and not to click “x” for closing.
Is it possible?
]]>The popup for simple product is loading and working fine but total is not showing its not a big issue but the thing is the popup is not at all working for variation products. Instead it is taking theme or other plugin ajax to show some other notification. I just want to override the inbuilt ajax and want this plugin ajax to show popup for all variation products. Links for simple product and variation products are below:
Simple product: https://edp-dental.com/product/heine-beta-belt-clip-x-00-99-008-2/
Variation product : https://edp-dental.com/product/aquasil-soft-putty-std-pack/
Hello ,
I am using added-to-cart-popup-woocommerce plugin with Woocommerce multilingual.
When add a product to cart it shows the popup for the first time and then change the language and then try to add the same product and click on add to cart it does not shows the popup and when refresh the page the product is adding to the cart.
Hey team,
We are experiencing the popup activating each time we update a page while working in the backend of Elementor.
Do you know how we can stop this from occurring?
Warm regards,
Jonathan.
Hi
I have the Premium version.
I want the Top Box that shows if items are added etc to be completely removed.
Tried using this but it’s not working:
.xoo-cp-content {display: none !important;}
Also, although I have stated that the suggested items should be centred, they are not. We only have 1 suggested item to show.
]]>Hi
We are using the plugin and it works great! However, we activated the “Allow users to update quantity from popup.” but when updating the quantity from the popup, the spinner wont stop loading and the quantity wont update. Could you please take a look?
Thank you,
Best regards
Hi,
One of the features of this plugin is that it doesnt have a page refresh to work.
But in my case, I REALLY WANT A PAGE REFRESH AFTER YOU CHOOSE THE OPTION TO CONTINUE SHOPPING on the site. How do I activate and enable that?
Hello there,
We have an error on our website coming from the plugin.
PHP Fatal error: Uncaught Error: Call to a member function is_visible() on null in /srv/htdocs/wp-content/plugins/added-to-cart-popup-woocommerce/templates/xoo-cp-content.php:19
We have disabled the plugin and it seems that it works ok now. We have seen that you updated the plugin 3 days ago. Can you please confirm that this update is not causing any issues on other websites?
Kind regards
]]>