I’m contacting you about Woocommerce Box Office. I have problem:
– I use a form to add products in Woocommerce, using the standard code to add products in woocommerce it works. But for the tickets, although the products are well added, at the end of the payment (validated) tickets do not appear (barcode dosent exist). And as if the customer had not purchased a ticket.
Other parameters probably need to be passed? Here’s my code (I only have one field, “email”). There’s nothing written in the documentation
$quantity_plein = isset($fields["form-field-hsynnx"])
? intval($fields["form-field-hsynnx"])
: 0;
$quantity_reduit = isset($fields["form-field-aliusd"])
? intval($fields["form-field-aliusd"])
: 0;
$quantity_gratuit = isset($fields["form-field-cvmmpf"])
? intval($fields["form-field-cvmmpf"])
: 0;
$product_quantities = [
5063 => $quantity_plein,
5065 => $quantity_reduit,
5066 => $quantity_gratuit,
];
foreach ($product_quantities as $product_id => $quantity) {
if ($quantity > 0) {
$product = wc_get_product($product_id);
WC()->cart->add_to_cart($product->get_id(), $quantity);
}
}
I wonder if someone can help me with this.
I’ve setup Box Office and everything seems to be working properly. However, there’s one thing I don’t seem to be able to setup.
We sell tickets which cost 150 euros for the first ticket and 100 euros for the second and any subsequent tickets.
How do I configure that discount in WooCommerce/Box Office?
]]>The editor with the product does not support Blocks unless I am missing something – is this on the roadmap?
]]>? If we were to use Woocommerce Box Office: How would this look on product pages in the store? Are there tickets-dates under the product description? Do you have a screenshot of a product with tickets?
? Does “Box Office” work with a multi-vendor marketplace?
? Can a product be created once, for which new tickets can then be created again and again?
Best regards, Susanne
]]>Thanks in advance!
]]>I have disabled all other plugins. Any ideas? I’ve changed themes and it disappears (but so does some of the functionality!)
https://esri.fruitbowl.com.au/cart/
I think its a plugin issue but the guys at woothemes say its a template issue. The avada theme guys arn’t responding, so I’m stuck. Not a great experience with woo or avada so far
]]>I am not at all an expert so could really do with some help to get this displayed correctly, this is but one of the current alignment issues on my site that I’m working on solving right now so all help is appreciated!
I added additional ticket fields (i.e. extra data collection) but am running into display issues that is confusing customers:
1. Form for Ticket field is positioned too low down on the screen – How can I move further up the page/make it more prominent or adjust the layout of the product page? Are the display settings theme specific or Woocommerce specific? I am using X theme. URL: https://www.collectivepotential.com.au/product/catalyst-july-18-2016/
2. ‘Buy ticket’ button is positioned above the Ticket form, not below. How can I move the button? (Logic being, customer sets quantity then fills out form and then heads to cart)
3. Enabling ‘required’ on a checkbox question is forcing all checkboxes to be selected before moving to the cart, instead of allowing just one answer per question. Is there a way to fix this? There is no select one or multiple options setting available.
(Because my site is live and selling, I did a makeshift fix to dropdown boxes and non-required questions in the interim until I hear back from support)
4. Is it possible to rename the ticket field from “Ticket #1” to “Ticket #1 Information:”
5. Is it possible to adjust the form to not be automatically open?
6. The ‘ticket detail’ button on the product doesn’t show up until hovered? https://www.collectivepotential.com.au/events/catalyst/
As I said, any support would be appreciated!
https://www.ads-software.com/plugins/woocommerce/
]]>my question is, if there is a way to make a box office user with less power. For now box office user can change a lot of stuff on the web page, can see statistics of the sale, etc.
I would like to have a box office user, that can only sell tickets and nothing more. Box office manager could see the statistics and have more power (add events, venues,…).
Thanks and cheers
https://www.ads-software.com/plugins/opentickets-community-edition/
]]>