Answer the question
In order to leave comments, you need to log in
Add to card button?
On the category page, I have product cards with an add to card button, here is its code:
<a rel="nofollow" href="<?= $product->add_to_cart_url() ?>" data-id="<? the_ID() ?>"
data-quantity="1" data-product_id="<? the_ID() ?>" data-product_sku="<? the_sku() ?>"
class="button btn-cyan add-to-cart add_to_cart_button ajax_add_to_cart"><?= esc_html($product->single_add_to_cart_text()); ?></a>
Answer the question
In order to leave comments, you need to log in
I figured it out, everything was banal - an error in the jquery code did not allow the action to start
Find the necessary hook for this event and write the function.
You can read what it is in the Woocommerce documentation , as well as in their API .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question