How to create a booking form for each model at the frontend
To display booking form in the frontend, you need to use a shortcode and please follows:
- Log into your WordPress admin panel.
- Navigate to Pages ยป Add New.
- Enter a page title.
- Paste [rp_device brand="brand_id" model="model_id"] to page content. You can get brand id in listing brand page
- Options:
- Hide payment: if you want hide payment method, pls add option hide_payment="1" to shortcode. Example: [rp hide_payment="1"]
- Hide discount: if you want hide discount field, pls add option hide_discount="1" to shortcode. Example: [rp hide_discount="1"]
- Hide quantity: if you want hide quantity field, pls add option hide_quantity="1" to shortcode. Example: [rp hide_quantity="1"]
- Click 'Publish' button to save and publish.
Video how to create appointment.
If you face and issue, and cannot find an answer in the documentation, feel free to submit a
support ticket!
Open
ticket