The button ajax_add_to_cart does not work properly
-
When the “Buy one click” is activated the button ajax_add_to_cart does not work properly.
This buttons are on the category page i.e. archives page.
I have the usual button code generated by this function
<?php woocommerce_template_loop_add_to_cart(); ?>
This is the button code
<a href="?add-to-cart=173" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="173" data-product_sku="777701" aria-label="Add this product ... to cart" rel="nofollow">Add to cart</a>
The product is added to cart successfully When visitor press
the usual AJAX button ‘Add to cart’. But unfortunately the AJAX procedd is not finished.When I deactivate plugin this button is operate properly.
Here is the screenshot
https://prntscr.com/ptx7rvPlease help!
* * *
Let me write the same message in RussianКогда я активирую плагин “Buy one click”, на сайте перестает работать
AJAX-кнопка “Добавить в корзину”, которая находится на страницах категорий, т.е. архивов.
the button ajax_add_to_cart does not work properly.У на сайте размещен обычный код кнопки, сгенерированный этой функцией
<?php woocommerce_template_loop_add_to_cart(); ?>
Вот это код кнопки:
<a href="?add-to-cart=173" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="173" data-product_sku="777701" aria-label="Добавить этот продукт ... в корзину" rel="nofollow">В корзину</a>
Когда я деактивирую плагин, эта кнопка работает корректно.
Вот скриншот
https://prntscr.com/ptx7rv
Прошу помочь.The page I need help with: [log in to see the link]
- The topic ‘The button ajax_add_to_cart does not work properly’ is closed to new replies.