Build Product template in Elementor

1: Create Product Template

From Left Panel click Template >> Saved Template >> Add New template

If you import demo data, you will 2 available templates (Tour Detail and Tour Detail 2)

The themes supports full elements to build product template.

2: Some Elements

2.1: Product Image

2.2: Product Title

2.3: Short Description

2.4: Product Features

2.5: Product Price Table

2.6: Product Forms

2.7: Product Tabs

2.9: Location & Rating

2.10: Unavailable Time

2.11: Product Content

2.13: Product Included/Excluded

2.14: Product Plan

2.15: Product Map

2.16: Product Reviews

Default Review at frontend
Review when use ReviewX plugin

3: Customize Template

Copy files
themes/tripgo/woocommerce/rental/loop/*.php
to
themes/tripgo-child/woocommerce/rental/loop/*.php

Example

// Customize Title
Copy files
themes/tripgo/woocommerce/rental/loop/title.php
to
themes/tripgo-child/woocommerce/rental/loop/title.php

// Customize Enquiry Form
Copy files
themes/tripgo/woocommerce/rental/loop/request-form.php
to
themes/tripgo-child/woocommerce/rental/loop/request-form.php

Last updated