Forum Replies Created
-
AuthorPosts
-
Joel
ParticipantYep, working well, so far. I’ve only been working with The Events Calendar for a week, so I want to make sure I’m doing it right. Thanks for clearing that up.
Joel
ParticipantCliff, I’m confused. I did what I did based on the Themer’s Guide: https://theeventscalendar.com/knowledgebase/themers-guide/#tickets
The section in the Themer’s Guide mentions the file I copied explcitly:
EVENTS TICKETS PLUS eddtickets/tickets.php – Easy Digital Downloads table of tickets with the button to purchase in the front end. It shows in the event single, if the event has EDD tickets to sell. shopptickets/tickets.php – Shopp table of tickets with the button to purchase in the front end. It shows in the event single, if the event has Shopp tickets to sell. wootickets/tickets.php – WooCommerce table of tickets with the button to purchase in the front end. It shows in the event single, if the event has WooCommerce tickets to sell. wpectickets/tickets.php – WP E-Commerce table of tickets with the button to purchase in the front end. It shows in the event single, if the event has WP E-Commerce tickets to sell.Is there something I’m missing. Are we not supposed to copy these files into our theme to override them?
Joel
ParticipantCan the file be overridden by adding a copy of file to my theme folder under MY_THEME/tribe-events/tickets/rsvp.php ? Or will it have to be edited inside of the plugins folder?
EDIT: For me, using WooCommerce, I had to make a copy of plugins/event-tickets-plus/src/views/wootickets/tickets.php and paste it to MY_THEME/tribe-events/wootickets/tickets.php
I then removed the section with the checkbox input and label. However, I also had to resolve the following line:
include dirname( __FILE__ ) . '/../meta.php';since it’s expecting this file to be in the plugins folder.I resolved it by just deleting it 🙂 , but if your setup is not like mine you might run into issues with that.
-
This reply was modified 9 years, 12 months ago by
Joel.
Joel
ParticipantWe had added
vendor/to our .gitignore file instead of/vendorwhich was preventing us from tracking files in anyvendorfolder in any plugin. Whoops! -
This reply was modified 9 years, 12 months ago by
-
AuthorPosts
