Viewing 1 replies (of 1 total)
  • Plugin Author Hakan Ozevin

    (@puckrobin)

    Hi Fatmir,

    Thank you for the question.

    There are two ways to do this.

    1) Using service attribute in app_book shortcode. For example:
    [app_book service=1] will pre-select service with ID 1 and there will be no other service selection on that page.

    2) Select service from “Description page” setting of the service in Business Settings > Services.

    If you use the app_book shortcode with service=”auto” attribute, if current page is Description page of the service, it will pre-select that service, otherwise it will display service selection pulldown menu (or service selection slider):
    [app_book service="auto"]

    This is useful if you have many services and you are using a custom template, for example by adding to your template like this:
    <?php echo do_shortcode( '[app_book service="auto"]' ); ?>

    Cheers,
    Hakan

    • This reply was modified 5 years, 1 month ago by Hakan Ozevin.
    • This reply was modified 5 years, 1 month ago by Hakan Ozevin.
Viewing 1 replies (of 1 total)
  • The topic ‘Use a particular Service’ is closed to new replies.