Posted: November 7, 2018 at 7:37 pm
Hello! I have set up a catalogue of events here: http://bachinbaltimore.org/concerts-tickets/#season And, I have individual pages for each event here: http://bachinbaltimore.org/portfolio-items/celebration-of-venice/ I want to use the Multi-Registration function so that folks can purchased tix to more than one event, but when I add it, the box that appears asking whether to either go to the cart or select more items, patrons are directed to the events page. How can I send them back to this page instead: http://bachinbaltimore.org/concerts-tickets/#season Also can I put a shopping cart icon anywhere? Thanks! |
|
Hi there,
You can use this snippet: https://gist.github.com/joshfeck/e51ac13a3d9fd345ad40 Just change the URL that are directed back to so line 2 would be something like:
Then add that to a custom functions plugin on your site: https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/
Do you have a widget area on the theme? The Multi Event Registration add-on includes a mini cart widget, place that in a widget area of the site and it will load a mini cart, is that what you are looking for? |
|
How do I change this line? Change it in the php file? |
|
You follow the steps in the link I posted to create your own custom functions file for the site, this one: https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/ Then add the snippet of code I linked to into the plugin you’ve just created: https://gist.github.com/joshfeck/e51ac13a3d9fd345ad40 Change the URL that is returned by the function to the URL you want to use (the example I gave above). I can place the code into a custom functions plugin for you so you can just install it as a plugin if preferred, however, it better to follow the above so you know how to change it yourself should you need to. |
|
I successfully made the first change (using code snippet). It worked!! Thank you!! |
|
You’re most welcome π Just to check (I don’t want you change vanishing if you update something), where did you add the code? |
|
I went ahead and made a site specific plugin like you suggested π It works! Now I just need to add a mini cart and I am in business. |
|
I want to just add a link to a CART. When I use this link: bachinbaltimore.org/event-registration/?regevent_action=show_shopping_cart I get a “Page Cannot Be Found.” What is the correct link? |
|
I figured it out. THANKS SO MUCH for all of your help today π |
|
I spoke too soon. When trying to add a cart link to the main menu, they system keeps adding an extra underscore: http://bachinbaltimore.org/registration-checkout/?event_cart=view/#_checkout/ This is how it should look though: http://bachinbaltimore.org/registration-checkout/?event_cart=view/#checkout/ How can I remove? |
|
I think I figured it all out! Thanks again!! |
|
Ah, great. Just checking. Although you’ve posted you’ve figured this out already, this is the URL you want to use:
|
|
Yep! For some reason #checkout kept showing up as #_checkout, but when I removed #checkout, it worked. |
|
That’s odd, it’s likely some Javascript (usually from the site’s theme but it could also be a plugin). Either way, I’m glad you got it working π |
|
The support post ‘Bypass the Event Page for Multi-Registrations’ 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.