• Hello how to change Minutes Intervals 10.15.30. or 60 minutes , i need 120 minutes,

    but i cant change

    best regards

    Besi

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author e4jvikwp

    (@e4jvikwp)

    Hi Besi,

    it is not possible to use an interval different than the pre-installed ones. Anyhow, thanks to the overrides tool provided by VikRestaurants, you are able to easily (and safely) edit the code in order to accomplish this requirement.

    Please, try to follow all the steps below:

    1. visit the Configuration page of VikRestaurants;
    2. access the Applications tab;
    3. click the Open Overrides Manager button;
    4. select Admin Pages from the dropdown located on the top-left side of the page;
    5. click the editconfig folder;
    6. open the default_restaurant.php file.

    At this point you should edit the code at line 79:

    foreach (array(10, 15, 30, 60) as $min)

    into this one:

    foreach (array(10, 15, 30, 60, 120) as $min)

    After saving the changes, you should now be able to properly select “120” from the Minutes Interval setting.

    Thread Starter bessyvl

    (@bessyvl)

    Thnx for support are number one , but i have one question i can creat 1 operators to manage the reservations, is free version

    Best regards

    Besi

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Minutes Intervals’ is closed to new replies.