Gary Darling
Member
Posted 1 year ago #
Is there a simple way anyone knows of to have an Add To Cart button display on an event that properly integrates with Jigoshop? I need the cart quantity to increment and the Total field to add up, just as though the Event were a physical product, as a user would expect.
http://wordpress.org/extend/plugins/events-manager/
if the plugin has shortcodes, you can use them in the description.
Gary Darling
Member
Posted 1 year ago #
Yes, that would be ideal. Jigoshop has some actions that can be hooked, but nothing as concise as an add_to_cart function.
I like the idea of creating a shortcode, but if I'm going to that trouble why not create an action and call it in the template - at least that way it shows up every time and in the same place - no user input required.
Well, maybe I need to build that; I was hoping someone had come across this already.