• litterec

    (@litterec)


    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/ptx7rv

    Please 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
    Прошу помочь.

    • This topic was modified 5 years ago by litterec.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Djo

    (@northmule)

    Добрый день!

    В консоли браузера в этом случае есть какие либо ошибки?

    Thread Starter litterec

    (@litterec)

    Нет, в консоли – гробовая тишина…

    BTW я отключил плагин, делаю свой софт. Если кто захочет потестировать – пишите время, я включу.

    Thread Starter litterec

    (@litterec)

    Что только я не делал, чтобы понять, в какой части кода происходит беда. Закомментаривал все хуки и убирал весь JS-код.

    Эффект уходит только если закомментарить строку add_action(‘wp’,…..

    Plugin Author Djo

    (@northmule)

    А если заменить add_action(‘wp’,….. на add_action(‘init’,….. ?

    Thread Starter litterec

    (@litterec)

    К сожалению, эффект утерян. НЕ могу воспроизвести. Пока все работает без указанной Вами корректировки.

    Если получится воспроизвести – напишу.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘The button ajax_add_to_cart does not work properly’ is closed to new replies.