ok, i purchased events calendar & pro so…

Home Forums Calendar Products Events Calendar PRO ok, i purchased events calendar & pro so…

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #929496
    kloader
    Participant

    I 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 Loader

    #929667
    Josh
    Participant

    Hey,

    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!

    #929827
    kloader
    Participant

    Would the woo commerce ticketing plugin work for the site i’m doing?

    kevin

    #929976
    kloader
    Participant

    I bought woocommerce ticketing, works pretty good. Can a person change EVENTS to COURSES?

    kevin

    #930023
    Josh
    Participant

    Hey 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!

    #930042
    kloader
    Participant

    where 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;
    }

    #930062
    kloader
    Participant

    I do not see where to change “all events” on this page…

    http://biketraining.ca/event/the-m2-license-training/

    kevin

    #930080
    kloader
    Participant

    forget it i found it, sorry to bug you.

    kevin

    #930496
    Josh
    Participant

    Hey 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!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘ok, i purchased events calendar & pro so…’ is closed to new replies.