Hello,
We have just taken over our site from our developer and have an issue with an error showing up on the event page when choosing the child rate in the pricing. After the error occurs with the child rate it occurs with the adult rate. Set up was, I added a recurring event with two price options adult and child. There was no issue when it was a single price option. Is another event page for the second price (child price) supposed to appear? It just displays and error. Thanks for your help. Michael
Is another event page for the second price (child price) supposed to appear?
No this should not happen.
I took a look at the site and found this
function gotosite(sel) {
var URL = sel.options[sel.selectedIndex].value;
window.location.href = URL;
}
Within the theme (buller/js/custom.js line 139)
It is intended to target the respMenu that is hidden within your sites header, but seems to be firing when any options are selected.
Can you comment that code out from the above file and retest please?
Viewing 1 reply thread
The support post ‘Multiple Prices for recurring event causing error in registration page.’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.