WooCommerce Add to cart button

  1. Edit the button
  2. Go to the Link setting to update the add to cart link
  3. Find the product ID on the address bar
  4. Insert the add to cart link/action you preferred (see below)
  5. Update the page

https://domain.com/?add-to-cart=PRODUCT_ID : Add the product to cart and redirect back to home page.
https://domain.com/shop/?add-to-cart=PRODUCT_ID : Add the product to cart and redirect to shop page
https://domain.com/cart/?add-to-cart=PRODUCT_ID : Add the product to cart and redirect to cart page
https://domain.com/checkout/?add-to-cart=PRODUCT_ID : Add the product to cart and redirect to checkout page

Submit Ticket