V
V
Vasily Khryagin2021-01-27 12:22:58
WordPress
Vasily Khryagin, 2021-01-27 12:22:58

How to display add to cart button in woocomerce?

What to do please tell me

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
twentytvvo, 2021-01-28
@podkudahka

If displayed simply on the page, then with the shortcode [add_to_cart id="product_id" ].
I hope you find it yourself.
And if you display in a loop, then

<div class="add-to-cart ">
                <a href="<?php echo $product->add_to_cart_url(); ?>" class="cart">
                    <span class="add-to-cart-content">Добавить в корзину</span>
                </a>
</div>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question