Home › Forums › Calendar Products › Events Calendar PRO › ok, i purchased events calendar & pro so…
- This topic has 8 replies, 2 voices, and was last updated 11 years, 3 months ago by
Josh.
-
AuthorPosts
-
January 6, 2015 at 12:54 pm #929496
kloader
ParticipantI do not understand how I get started creating motorcycle training courses to be booked and purchased for biketraining.ca using this plugin?
This page for example…
http://biketraining.ca/the-m2-license/The public needs to select a day / time / location to go for motorcycle training then checkout. I don’t get that part.
Checkout i’m very comfy with.
I would suppose kind of similar to your Health and wellness snippet on your page https://theeventscalendar.com/tickets/
I am 57, been doing sites since 1995 so i’m not stupid.
Can you give me a link or SOMETHING to get me started? Or a working or demo site you know of i could copy the layout?
Is there something else to buy I’m missing?thank you
Kevin LoaderJanuary 6, 2015 at 8:36 pm #929667Josh
ParticipantHey,
Thanks for reaching out to us!
It sounds like one of our ticketing plugins may be what you’re after. With the ticketing plugin, you can create an event, this event will have the date, time and location set. Users can then register for the event by purchasing a ticket.
If you’re looking for more strict Booking or Reservation type functionality where users will have control on a generic event to define their own date, time and location based on acceptable ranges that you define, this isn’t something that is available by default with our plugin. You could accomplish this but it would take some custom development to get all the pieces working together.
Let me know if this helps.
Thanks!
January 7, 2015 at 6:40 am #929827kloader
ParticipantWould the woo commerce ticketing plugin work for the site i’m doing?
kevin
January 7, 2015 at 9:34 am #929976kloader
ParticipantI bought woocommerce ticketing, works pretty good. Can a person change EVENTS to COURSES?
kevin
January 7, 2015 at 11:10 am #930023Josh
ParticipantHey Kevin,
Awesome! I’m glad the WooCommerce Tickets plugin is working for you!
You can change “Events” to something else by using a gettext filter. Here is an example of what that would look like http://pastebin.com/xcC5bB6Q.
Let me know if this helps.
Thanks!
January 7, 2015 at 11:58 am #930042kloader
Participantwhere would i put this text?
// This example replaces “Event” with “Course” in all Tribe Plugins text
// See the codex to learn more about WP text domains:
// http://codex.wordpress.org/Translating_WordPress#Localization_Technology
// Example Tribe domains: ‘tribe-events-calendar’, ‘tribe-events-calendar-pro’…add_filter(‘gettext’, ‘theme_filter_text’, 10, 3);
function theme_filter_text( $translations, $text, $domain ) {
// If this text domain starts with “tribe-”
if(strpos($domain, ‘tribe-‘) === 0) {
// Replace both upper and lower case
$text = str_replace(
array(‘Event’, ‘event’), // Text to search for
array(‘Course’, ‘course’), // Text to replace it with
$text
);}
return $text;
}January 7, 2015 at 12:27 pm #930062kloader
ParticipantI do not see where to change “all events” on this page…
http://biketraining.ca/event/the-m2-license-training/
kevin
January 7, 2015 at 1:04 pm #930080kloader
Participantforget it i found it, sorry to bug you.
kevin
January 8, 2015 at 9:35 am #930496Josh
ParticipantHey Kevin,
I’m glad you were able to figure it out! I’ll go ahead and close this ticket. If you have any further questions, please don’t hesitate to open a new one.
Thanks!
-
AuthorPosts
- The topic ‘ok, i purchased events calendar & pro so…’ is closed to new replies.
