• In one of Lema’s articles, he was saying that the one click add to cart feature was awesome about Woo. So, you’d share a link and ~ ba boom ski ~ the cart page comes up w/ [whatever] already in the cart.

    Ok, so how do we do that same concept for CampTix? The end-result-goal would be a link shared on Twitter or Facebook, and when clicked, it would default to the “order summary” page with a default of 1 and the ticket in the cart.

    Help me reverse engineer the url that would do that please?
    Thanks!

    https://wordpress.org/plugins/camptix/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Konstantin Kovshenin

    (@kovshenin)

    You can already do that with with coupons by adding ?tix_coupon= to the ticketing page URL, so you’d need to apply a similar concept but use a ticket ID. It’s currently not supported, but if you’d like to work on it we’ll happily review a pull request/addon:

    https://github.com/Automattic/camptix

    Cheers!

    Anonymous User

    (@anonymized-1391468)

    I’m looking for a similar shortcut to the Order Summary page.

    I believe it is possible to do so for one ticket using the following querystring on the ticketing page with appropriate ticket ID:

    ?tix_single_ticket_purchase=3715&tix_action=attendee_info

    Plugin Author Konstantin Kovshenin

    (@kovshenin)

    Bev, it’s great if that works, but I wouldn’t rely on it always working. We’d rather have somebody build an extension specifically for this purpose.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Add To Cart’ is closed to new replies.