• When enabled this option, its sending non-stop notifications of products added to the cart even when there is 0 traffic on the website.

    Can you please help me getting this to work normally?

Viewing 1 replies (of 1 total)
  • Plugin Author rainafarai

    (@rainafarai)

    HI !!

    I use a woocomerce action to detect add to cart ..

    add_action( ‘woocommerce_add_to_cart’, ‘nftb_action_woocommerce_add_to_cart’, 10, 6 );

    if its gives you false alert diseble the notifications in plugins settings

    The woocommerce_add_to_cart action is triggered when an item is added to the cart in WooCommerce. If this action is being triggered without any traffic on your site, it could be due to several factors:

    1. Automated Processes: Automated scripts or bots may be interacting with your site, causing the?woocommerce_add_to_cart?action to fire without actual user traffic. This can happen if you have any scheduled tasks, cron jobs, or third-party services that are testing or interacting with your WooCommerce store.
    2. AJAX Requests: The?woocommerce_add_to_cart?action can also be triggered by AJAX requests. If there are background processes or integrations (like inventory management systems) that are making AJAX calls to your site, they could be adding items to the cart without direct user interaction

      If you like this Plugin , please add a positive review !!
      Bye
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.