Skip to main content

FAQ

FAQ

After activating the RnB plugin, there is no Rental option available in the product section?

Please deactivate the plugin and then activate it again, and then check. As sometimes, on initial activation, custom tables are not created properly.

What should I do if I don't see the Rental option in the product section after installation?

Please deactivate the RnB plugin and then activate it again, and then check. As sometimes, on initial activation, custom tables are not created properly.

Can I modify the wording on the booking form fields, such as duration and cost, on the product single page?

Hi At present we do not have any option to set them from the back end. So you will have to do a bit of customization on the rnb-data-provider.php and main-script.js files.

How Instance Payment Works With Deposit?

For instance payment to work, you need to enable the instance payment globally or locally.

For Global Settings, go to woocommerce -> Settings -> RnB Settings -> Display then you need to enable Show instance payment

For Local Settings, go to product -> Settings -> Display -> Local Settings then you need to enable Show instance payment

The instance payment with deposit option works mainly for the subtotal, and it has to be at least 1%.

For example, you order an item which has a price is 100$ and it has a deposit of 500$,

so the subtotal is 100$, and the total is 500$.

So as you use 1% as instance payment, so on the checkout page, the customer has to be paid 10$ (1% of subtotal) + 500$ (Deposit) = 510$.

How to customize Cost Summary?

There is no direct option to edit the cost summary. But you can change the title from the code. Just go to,

/wp-content/plugins/woocommerce-rental-and-booking/includes/rnb-data-provider.php

And search and replace the string.

How to configure if I disable pickup & return time from Display?

If you want to disable the time field of a product then you have to strictly configure some settings which are given below:

  1. time format - 24 hours
  2. max hour late - 0
  3. pay extra hour - No
  4. Single Day Booking - Checked
  5. time interval - 1
Can I add multi currency on TURBO theme?

Our theme does not have the multi-currency support. You need to install a third-party multi-currency plugin. Currency switcher is available but you can not set 2 different currency at the same time.

How to translate admin text on WPML plugin?
  1. Go to WPML-> Theme and plugins localization, select your theme/plugin, and scan
  2. Go to WPML-> String Translation
  3. Scroll down and click on the “Translate texts in admin screens »” link
  4. Search for the needed strings
  5. Select the strings
  6. Click on the “Add to String Translation” button
  7. Then click on “« Return to String Translation” link
  8. Translate the strings, clear the cache, and check the front end
How to hide 0 Hours from all the places?

Please edit,

wp-content/plugins/woocommerce-rental-and-booking/includes/class-redq-product-cart.php

And remove 0 Hours block

How to customize Request for quote(RFQ)?

To put all the user data and to customize your RFQ accordingly, you have to edit on request-quote.php file.

woocommerce-rental-and-booking/templates/rnb/booking-content/request-quote.php

For processing all the RFQ data edit on class-rnb-rfq.php file.

woocommerce-rental-and-booking/includes/class-rnb-rfq.php

To handle the RFQ data you can bring some changes in RFQ related js files.

woocommerce-rental-and-booking/assets/js/rnb-quote.js
woocommerce-rental-and-booking/assets/js/rnb-rfq.js

For customizing quote related email go to,

woocommerce-rental-and-booking/templates/rnb/emails
How Does Daily Pricing Work ?

Admin can set daily price from the back-end. During booking, the price calculates depending on the respective day’s price.

For example, suppose you set Saturday price as 10$ , Sunday price as 15$ , Monday price as 15$ from the back-end.

Now from front-end if anyone book three days as Saturday , Sunday and monday the price calculate as ( 10$ + 15$ + 15$ ) = 40$

How to add header bottom space when using fixed header ?

If you are using fixed header,sometimes you may see some content issue in the page with the header section .Add margin or padding to the First section of elementor widget for that page this will fix the issue for header bottom space.

How Does Hourly Pricing work ?

If you total rental or booking day less than 1 day then the booking cost will be calculated as hourly price rate. You can set hourly price from product backend. It works as following.

Suppose you set per hour price as 10$ from product backend . Now if your total rental day becomes less than 1 day like 2 hours then the booking cost will be 10*2 = 20 $.

If your total booking or rental days becomes more than 1 day then the hourly price will not work.

How To Customize Email Template?

To Customize Email Template edit these files,

/wp-content/plugins/woocommerce-rental-and-booking/templates/rnb/email
Which payment gateways are supported by this Theme?

For payment gateway : our plugins is standard wooCommerce extension. It supports all payment gateways which are supported by wooCommerce. You can check all supported payment gateway from here https://woocommerce.com/product-category/woocommerceextensions/payment-gateways/.

By default , it provides PayPal, Direct bank transfer and Cash on Delivery payment method.

Do I need to update the required plugins when a new version of the theme is released?

Yes, it's important to keep the required plugins up to date whenever a new version of the theme is released. These required plugins Turbo Manager, Inspect, and WooCommerce Rental & Booking - are integral to the functionality and compatibility of the theme. Updating both the theme and its associated plugins ensures that you have access to the latest features, improvements, and bug fixes. To ensure a smooth experience, we recommend checking for updates to these plugins in addition to updating the theme itself. This will help you maintain a secure and optimized website environment.