Forum Replies Created
-
AuthorPosts
-
Jesper J Nohr
ParticipantHi Cliff,
Thanks a lot, it works like a charm 🙂
Best,
SteffenJesper J Nohr
ParticipantHi Geoff,
I believe that the issue may be a theme conflict. The theme we use uses jQuery buttons to iterate the quantity field, and the click event for adding the custom fields isn’t firing the function that adds attendees, so we just rolled our own. It appends and removes the html from the script tag to the ticket meta, creating fields which seem to have the appropriate name and lie within the html form. We used your own javascript as a model for this, the function for which is this:
var prod_id = input.attr('name').substring(9), $prod = jQuery('#tribe-event-tickets-plus-meta-fields-tpl-' + prod_id); $prod.parents('.tribe-event-tickets-plus-meta').eq(0).append( $prod.html() );The fields are appended and removed just fine, but they do not save to the DB– I’m sure I’m missing something small, but I can’t seem to figure out what it is.
Thanks!
Jesper J Nohr
ParticipantThis reply is private.
Jesper J Nohr
ParticipantHello Brook,
Thanks for this snippet it works like a charm 🙂
-SteffenMarch 11, 2016 at 4:34 am in reply to: Tickets excluding VAT on the events page but including VAT in the checkout #1087650Jesper J Nohr
ParticipantHi Brian,
Actually I was too fast on my fingers, the price really does show without tax as it should on the events page. It simply added the vat suffix – but without changing the price amount. So I simply removed the suffix.
Thanks for your time 🙂Jesper J Nohr
ParticipantHi Geoff,
Many thanks for the above snippet, and I’m very excited to hear about the upcoming solution. I know this is a difficult question to answer but do you have an ETA for the snippet? We are looking at site launch within the next month.
Best,
SteffenJesper J Nohr
ParticipantHi Goeff,
Thanks for your reply.
1. I did remove the custom templates related to organizers
2. I also tried with the snippets without any changes
3. Good question. I will investigate and get back to you.
Thanks for your help so far!
Jesper J Nohr
ParticipantI have the same question – How do we move the tickets below the event desciption?
-
AuthorPosts
