How to change discount rate "%" to "$"

Closed
CityTours - Hotel & Tour Booking WordPress Theme CityTours - Hotel & Tour Booking WordPress Theme January 02, 2020
Login to reply
Insider Marketing
4 years ago

great thanks

Kelly R Support Agent
4 years ago

Please edit following files.

/wp-content/themes/citytours/templates/car/loop-grid.php

/wp-content/themes/citytours/templates/car/loop-list.php 

/wp-content/themes/citytours/templates/hotel/loop-grid.php 

/wp-content/themes/citytours/templates/hotel/loop-list.php 

/wp-content/themes/citytours/templates/tour/loop-grid.php 

/wp-content/themes/citytours/templates/tour/loop-list.php

You can find following code and change % to $

<?php echo esc_html( $discount_rate . '%' ); 

Best Regards,

Insider Marketing
4 years ago
thanks for your reply, but which file can I update to change the discount rate sign from % to an $ sign?
Kelly R Support Agent
4 years ago

Hi,

CityTours theme has not such feature.

Best Regards,

Kelly R Support Agent
4 years ago
Hi! We are currently on vacation and we might not be able to respond to your requests before we come back.  Regards, C-Themes Support Team
Insider Marketing
4 years ago

Hi,

How do I change the discount rate sign from % to an $ sign?