Customer Email Setting

Closed
CityTours - Hotel & Tour Booking WordPress Theme CityTours - Hotel & Tour Booking WordPress Theme May 26, 2019
Login to reply
Kelly R Support Agent
4 years ago

Hi,

Please find following code in /inc/frontend/tour/functions.php file.

$site_name = filter_input( INPUT_SERVER, 'SERVER_NAME' );

Replace with following.

$site_name = get_bloginfo( 'name' );

Regards, C-Themes

NEO KONG commented privately
Kelly R Support Agent
4 years ago

Hi,

CityTours theme is not WooCommerce theme. 

You can edit booking confirmation email content in theme options panel. Please check http://prntscr.com/nu6p4y

Regards, C-Themes

NEO KONG
4 years ago

Hi,

When a customer receives an email, the sender is the website address, not the site name as used by woocommerce. How not to use the website address?

Thanks,

Neo