• Resolved MorpheusUK

    (@morpheusuk)


    I am currently trying to setup a simple booking system for classes. The location / service /worker setup is as follows:
    id 1: Location
    id 1: Class
    id 2: Instructor Available
    id 1: _dummyWorker

    I would like to add a second service that allows instructors to register their availability to take classes but I want the student calendar to only show the student service and instructor calendar to show the instructor service. According to the FAQ this should be accomplished by simply doing:
    [ea_bootstrap worker=”1″ location=”1″ service=”1″] for the student booking form
    and
    [ea_bootstrap worker=”1″ location=”1″ service=”2″] for the instructor form

    However in both cases I am presented with a service drop down featuring both am i missing something or is this functionality not working?

    Thanks for any help.

Viewing 1 replies (of 1 total)
  • Thread Starter MorpheusUK

    (@morpheusuk)

    I worked out what was wrong, the order of the parameters matters, They need to be in this order:-

    [ea_bootstrap worker=”1″ service=”1″ location=”1″]

    Once the order was changed it worked as expected

Viewing 1 replies (of 1 total)
  • The topic ‘Calendar for specific service not working’ is closed to new replies.