• Resolved lutzkind

    (@lutzkind)


    Hi,

    i would like to be able to disable pick-up and dop-off times for the whole booking process, like you can do for the pick-up location. (However it would be better if the default pick-up time you can set, would not be assigned to your pick-up location as if you deactivate pick-up location your default time is gone too)

    Anyway, i would like to disable the times completely.

    And also, how can i disable that the company name is shown as a header of the search box?

    Thanks!

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

    (@e4jvikwp)

    Hi,

    Thanks for contacting us. Unfortunately, at the moment it is not possible to hide the time or to force it, but this feature will definitely be added in a future major release of VikRentCar, as it was requested by many of our clients.

    Right now, there are no helpful configuration settings, and so the only solution is to create overrides of the default plugin’s Views or use custom CSS rules.

    The times for pick up and drop off are very important, as they determine the exact duration of the rental in seconds. This is needed to apply the corresponding rental cost for both hourly and daily rentals, as well as to support charges for extra hours in case the total duration exceeds the day and the defined rental fee. For example, 3 days and 4 hours could be charges as 4 days of rent, or as 3 days plus 4 extra hours unless you have set in the configuration to allow 4 hours as gratuity period.

    As for the page main title that defaults to the company name, you can easily hide it via CSS, by placing a custom CSS rule onto your Theme’s custom CSS code, or inside the apposite CSS file for customization of VikRentCar, which can be modified from the Configuration page.

    We hope this helps!

    The VikWP Team

    Thread Starter lutzkind

    (@lutzkind)

    As for the page main title that defaults to the company name, you can easily hide it via CSS, by placing a custom CSS rule onto your Theme’s custom CSS code, or inside the apposite CSS file for customization of VikRentCar, which can be modified from the Configuration page.

    Thanks.

    I already tried, but it didn’t work. Do you have the code for me?

    Plugin Author e4jvikwp

    (@e4jvikwp)

    Hi,
    you can add the following CSS code in the Vik Rent Car > Global > Configuration > Views and Layout > CSS Custom Override parameter:

    .vrc-main-title {
      display: none;
    }

    This code will hide the company name from the front-end pages.

    Have a nice day,
    VikWP Team

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘disable pick-up and drop-off times’ is closed to new replies.