There are instructions on how to use those files here:
https://github.com/joedolson/plugin-extensions
You’d install it as an extra plug-in.
Best,
Joe
Hmmm… I followed the instructions. Installed the custom cart fields plugin and activated – but no additional options are showing up anywhere in my WordPress admin.
I see what the issue is – this makes the changes to ALL events. Is there a way to customize these options for each event? We’re a nonprofit with a few different types of fundraisers for different programs throughout the year. So, for example, right now I’m trying to build a registration form for a golf outing. Later in the year we would like to be able to use the same site/plugins to sell tickets to a shopping event (all tickets the same.)
The ‘context’ parameter can accept an event ID, so that it only adds that custom field to a specific event.
To be clear: I’m changing the code in the custom fields.php file of the plugin every time I want to customize a cart? Just need to be sure because that’s not something that will be sustainable for our organization long-term.