eventaus
Forum Replies Created
-
Revised issue – cancelled email not working when cancelling it from the front-end, back-end works.
All working thank you, the syntax were wrong like quotation marks, fixed it up
Thank you, sorry the short code was [events]
function enable_google_apple_pay_for_event_tickets($available_gateways) { if (is_admin()) return $available_gateways; global $product; if (!$product) return $available_gateways; // Check if the product is an event ticket $is_event_ticket = has_term(‘event’, ‘product_cat’, $product->get_id()); if ($is_event_ticket) { if (isset($available_gateways[‘stripe’])) { $available_gateways[‘stripe’]->supports[] = ‘apple_pay’; $available_gateways[‘stripe’]->supports[] = ‘google_pay’; } } return $available_gateways;}add_filter(‘woocommerce_available_payment_gateways’, ‘enable_google_apple_pay_for_event_tickets’);
the above code doesn’t work, could you help me tweak to work
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