Change Price $ / Person ... to ... Price $ / Night.. for hotel

Closed
Panagea - Hotel and Tours Booking WordPress Theme Panagea - Hotel and Tours Booking WordPress Theme January 02, 2019
Login to reply
Kelly R Support Agent
5 years ago
Resolved.
Kelly R Support Agent
5 years ago

Hi,

If you want to change all the text "Person" to "Night" in your website, you can use language file.

Panagea theme is translation ready and you can check https://panagea.c-themes.com/documentation/#translation

And if you want to change the text "Person" only in hotel booking form, please edit /single-hotel.php file.

You can find following code

<span><?php echo panagea_price( $person_price ) ?> <small><?php echo esc_html__( 'person', 'panagea' ) ?></small></span>

and replace with following code.

<span><?php echo panagea_price( $person_price ) ?> <small><?php echo esc_html__( 'Night', 'panagea' ) ?></small></span>

Regards, C-Themes

Kelly R Support Agent
5 years ago
Happy New Year! 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
Concrte Consulting Concrte Consulting
5 years ago
Need to Change "Price $ / Person" ... to ... "Price $ / Night" ..  for hotel booking.