Viewing 9 replies - 1 through 9 (of 9 total)
  • hksalam

    (@hksalam)

    I have this same issue. Did you ever find a resolution?
    Thanks

    [email protected]

    (@richrichkirkhamcom)

    Same problem plus I can only get 1 coupon at a time. If someone buys 5 tickets at a flat rate or a percent rate then it only gives 1 ticket at the coupon rate or percent discount.

    https://www.meridellpark.com/humbug

    Enoch

    (@enochejh-consultingcom)

    Same problem. Plus when I delete a coupon, the discounted item is still showing up.

    When I looked closer, I realized that while the page was refreshing, it was adding a final row to my ticket packages screen with the discount. I found it a little confusing, but it did work.

    If I offer a coupon for a free ticket. after entering the code the discounted ticket is displayed. I select this ticket then click on the check out button. all this seems to do is refresh ticket page and does not purchase the ticket. If there is any dollar amount check out works correctly.

    Same problem, can’t do free tickets with a coupon. It would be great to see this bug fixed.

    Same issue with not being able to use more than one coupon. I’d like to offer one discount to ALL packages at once.

    anyone find a solution for this problem yet? Need to use coupon code for multiple tickets purchased at one time instead of only one ticket at a time.

    https://rdvwinetrail.com

    Bryce001, Sam, and all looking to sell a free ticket, either with or without a coupon.

    There is a typo in the code that is causing the ticket screen to refresh without allowing you to sell a free ticket.

    Open up the plugin code by going into the plugin editor. This will bring up the PHP code for WP Event Ticketing.

    Search for the following text:

    //check to see if value is $0 due to a discount code or something

    Down about 8 lines from that comment, you’ll find a line that looks like the following:

    header('Location: ' . get_permalink() .(strstr(get_permalink(), '?') ? '&' : '?'). 'couponSubmitNonce=' . $couponSubmitNonce);

    Delete the “amp;” within that line leaving just the ampersand between the single quotes, or overwrite the line with the code from above.

    Save your plugin code and it should work just fine! Enjoy!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: WP Event Ticketing] Coupon Code’ is closed to new replies.