eventaus
Forum Replies Created
-
else could you or your team provide a snippet or method to integrate WP-Event manager with WooCommerce express check out
do you have a timeline? At this time everyone uses apple and google pay. So its very important feature to have to increase ticket sales
Hi @jathinhelp ,
There is no issue when you test because there is no load. How can you test load with user?
The issue happens on the day when there 3-4 people scanning tickets in.
The app cannot properly handle the multiple query at the same time.
This shortcode but change it so that it will show the Tickets for the current logged in organisers Events
[event_sell_tickets event_id='integer_value'orderby='_ticket_priority'order='ASC']There is an issue with Registration 1.6.18. If a user account doesn’t have any events, then they will be able to see all the other registrations. Reverting back to 16.17 has fixed the issue.
Hi Do you think this code will work:
add_action( ‘woocommerce_is_purchasable’, ‘purchasable_fix’, 10, 2);
function purchasable_fix($is_purchasable, $object) {
$statuses = array(“publish”, “private”);
return ($object->exists() && ( in_array($object->get_status(), $statuses) || current_user_can( ‘edit_post’, $object->get_id() ) ) && ” !== $object->get_price());
}Hi, The product works when the visbility is set to public, but when I private, I can add it to checkout and error occurs, This is for the logged organsier of the event with the private ticket. Any other reason why this is happening?
.
Hi,
When an orgaiser tries to purchase their private ticket when they are logged in because they can only see the ticket if the logged in, the get an error “Sorry, this product cannot be purchased.”
Hi, Can I please get an update on this. Thank you
Hi for example,
Pricing Plan
Option 1 Option 2
{DESCRIPTION HERE}
Thank you
Hi,
I am using 1.6.18 version for registration, 1.8.21 for sell ticket,and 1.0.5 for REST API.
They all have upto date license added
Hey after putting that code in, the image is as below

- This reply was modified 2 years, 5 months ago by eventaus.
The description is also across inline, how can I make the description below the choices ?
- This reply was modified 2 years, 5 months ago by eventaus.
Thank you, that works. However the description is also across inline, how can I make the description below the choices ?