Add custom text in the booking proccess page
Quote from Stratos Karavarakis on 11/19/2019, 9:41 PMHi.
Is there a way to add text in the page that the visitor is selecting the extras (after the date and car selection pages)?
I want to add a text for what the price includes.
Hi.
Is there a way to add text in the page that the visitor is selecting the extras (after the date and car selection pages)?
I want to add a text for what the price includes.
Quote from WP Car Rental on 11/19/2019, 10:38 PMHello Stratos,
Yes, but it must be done over theme files. you will need to copy the following files into your child theme:
- wp-content/themes/wp-car-rental/Extensions/CarRental/Templates/Front/Booking/template.Step3BookingOptionsList.php
- wp-content/themes/wp-car-rental/Extensions/CarRental/Templates/Front/Booking/partial.Step3.EnhancedEcommerce.php
- wp-content/themes/wp-car-rental/Extensions/CarRental/Templates/Front/Booking/partial.LocationsSummaryComplex.php
- wp-content/themes/wp-car-rental/Extensions/CarRental/Templates/Front/Booking/partial.LocationsSummarySimple.php
Finally you can add your text at wp-content/themes/wp-car-rental-child/Extensions/CarRental/Templates/Front/Booking/template.Step3BookingOptionsList.php
If you need it to be translatable, you can add add it on translation files and use it like other lang strings are used on that file.
Regards
Hello Stratos,
Yes, but it must be done over theme files. you will need to copy the following files into your child theme:
- wp-content/themes/wp-car-rental/Extensions/CarRental/Templates/Front/Booking/template.Step3BookingOptionsList.php
- wp-content/themes/wp-car-rental/Extensions/CarRental/Templates/Front/Booking/partial.Step3.EnhancedEcommerce.php
- wp-content/themes/wp-car-rental/Extensions/CarRental/Templates/Front/Booking/partial.LocationsSummaryComplex.php
- wp-content/themes/wp-car-rental/Extensions/CarRental/Templates/Front/Booking/partial.LocationsSummarySimple.php
Finally you can add your text at wp-content/themes/wp-car-rental-child/Extensions/CarRental/Templates/Front/Booking/template.Step3BookingOptionsList.php
If you need it to be translatable, you can add add it on translation files and use it like other lang strings are used on that file.
Regards
Quote from Stratos Karavarakis on 11/20/2019, 12:25 PMThank you.
It worked like a charm
Thank you.
It worked like a charm