For the complete documentation index, see llms.txt. This page is also available as Markdown.

Product Archive

Controls what appears on the rental listing / shop archive pages

Go to WooCommerce >> Settings >> Booking & Rental >> Product Archive

1: Show Features:

You can show/hide "Features" in archive template.

Backend: Setup Features for a product
Frontend - Shop Page

2: Show Special in Features:

Show special features in archive template.

Backend: Setup Special Features for a product
Frontend - Shop Page

3: Show Attributes:

You can show/hide "Attributes" in archive template

To add attributes:

Go to: Products >> Add New Product >> "Product Data" dropdown: select "Rental" value >> Attributes tab >> Add new: add name and values for a attribute

Backend: Setup Attributes for a product
Frontend - Shop Page

4: Display Product Taxonomy:

Choose which archive template handles product taxonomy pages: rental = BRW rental archive layout, shop = standard WooCommerce shop layout.

Rental or Shop. Read more here

  • Rental: Display page by file template. (Get UI by BRW)

  • Shop: Display page by default hook in WooCommerce.

5: Display Shop Page:

Choose the layout for the main WooCommerce shop page when it contains rental products.

Rental or Shop

  • Rental: Display page by file template. (Get UI by BRW)

  • Shop: Display page by default hook in WooCommerce.

  • Display price by format: You can insert text or html to set price format label for your products. Besides, you can use our available shortcodes.

6: Shortcodes for Price Formal Label

[unit]: Day or Night or Hour or Km or Mi [regular_price]: regular price by day ( apply for rental type: day, Mixed "day and hour", hotel ) [hour_price]: regular price by hour ( apply for rental type: hour and Mixed "day and hour" ) [min_daily_price]: minimum daily price ( apply for rental type: day, Mixed "day and hour", hotel ) [max_daily_price]: maximum daily price ( apply for rental type: day, Mixed "day and hour", hotel ) [min_package_price]: minimum package price (rental type: Period) [max_package_price]: maximum package price (rental type: Period) [min_location_price]: minimum location price (rental type: Transportation) [max_location_price]: maximum location price (rental type: Transportation)

Set in Backend
Price display in Product Archive
Price display in Product Details

Example: From [min_price] / [unit] → "From $25 / day"

Last updated