Saso
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Tickets with Ticket Scanner] Multiple Name for Each TicketSure. You can edit the option at the product level and ask for a name per Ticket.
Hello plamenplamen
no this is not possible. The code import works only with codes and you can choose during the import one code list. All codes will be imported into this code list.
Hello
I added a new option to do an auto registration for the user of the order. Version 2.5.6.
Hope this helps.
Forum: Plugins
In reply to: [NSFW] [Event Tickets with Ticket Scanner] Change the PDF layout to dir=“rtl”Hello
with the ticket designer you can control the output. You could use text-align.
I ccan add the rtl option for the pdf if this helps. Write to me at [email protected]
Forum: Plugins
In reply to: [Event Tickets with Ticket Scanner] Second page is not loadingFixed with 2.0.2 version.
The llimit on the free plugin is based on tickets. If you have an order with 3 tickets, then you have 47 tickets to go.
Once you reach the limit. The plugin still works. Tickets arr not generated. But you customer will have a note where the ticket number would be in the purchase email, to contact you. This label can be changed in the plugin options.
So you can still can sell tickets, but no tickets are actually generated. Once you purchase th premium or free unused tickets, you can regenerate the ticketa within the order. There is a button for this.
The ccheckout process will display the download option for the ticket if
- The order status matches the ticket generation status (option)
- You activated the different download options
- The qqr code is not displayed at the checkout. Makes nit a lot of sense if your customer is buying more than one ticket.
I rrecommended to activate the link in the checkout for the order details. (option)
So you can show all tickets on one page for fast access checks at entrance.
Its ppossible with own Javascript. The shortcode provides two Javascript callbacks. One pre server call and one after the server call.
If yyou want to store the user data to the code, the you can send all as the user reg value. But this needs a developer. Its is not out of the plugin. Additionaly, if the code does not validate, the the information cannot be stored. The code was not found.
I hope the latest update fixed it
Forum: Plugins
In reply to: [Serial Codes Generator and Validator with WooCommerce Support] redirectHello
This can be set with the options.
check out this video, which offers a download. The approach is exactly the same as redirecting to a page or URL.
Hello
please write to [email protected].
This way it will be easier. The error on your side could be the text color.
We can exchange URLs per email and you get faster response, since this forum here is not proactively monitored, because we encourage everybody (at many positions within the admin area of the plugin) to write us an email.
Hello
the event ticket plugin is for selling tickets. The serial code had the ticket selling feature, but was not developed further, since we focus on the event ticket with ticket scanner plugin for this purpose.
The serial code plugin was for validating serials.
The event ticket plugin cannot read your serial codes. I am very sorry. This feature was now very long depreciated and we finally removed it. It was more buggy than helpful.
Hello
yes, the sale price is in EURO, but our payment provider will allow you to pay in other currencies and will convert your payment automatically.
Hello
you can store only one text information to the code. The user registered value. You can decide what you are asking for.
For your purpose I would recomment to create you own Javascript that is asking for the user information and then concatenate it and store it to the serial. For this you can add to the shortcode your own javascript function name, that will be called. See more in the documentation.
https://vollstart.de/serial-codes-validator-premium/docs/
Shortcode parameter Javascript
You can add your Javascript function name. Both parameters are optional and not required. If functions will be called before the code is sent to the server or displaying the result.
- jspre
jspre=”function-name”. The function will be called. The input parameter will be the code. If your function returns a value, than this returned value will be used otherwise the entered code will be used. - jsafter
jsafter=”function-name”. The function will be called. The input parameter will be the result JSON object from the server.
Hello
you can display the information about the registration. Activate this in the options.
You can also display additional information. Plus you can display the code list description too.
One other option is to redirect your user to a page.
Hope this helps.