I’m needing to use the woocommerce shortcode that allows me to add a ticket to the cart via a url, [add_to_cart_url id=”xx”]
This works fine but bypasses tickets.php
I’m hoping to skip the cart as we only have one event and only want to jump straight to checkout after adding a ticket to the cart using the http://www.mysite.com/?add-to-cart=xx url method of adding products.
I was trying to use to use add_to_cart_redirect but apparently this isn’t used by WooTickets and I also can’t make the customisation in tickets.php
Any clues on how I might be able to bypass the cart after adding a product using [add_to_cart_url id=”xx”] would be appreciated.