Answer the question
In order to leave comments, you need to log in
Redirect to checkout by clicking on a product - woocommerce?
how to make a redirect from the product description directly to the payment in woocommerce? (adding to the cart through a hook is done)
making a redirect is obtained only by pressing the "Add to cart" button
Answer the question
In order to leave comments, you need to log in
If I understand everything correctly.
Here is the redirect script when adding a product to the cart:
$('.КЛАСС').on('click',function(){
document.location.href = '/checkout';
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question