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
CityTours theme is not WooCommerce theme.
You can edit booking confirmation email content in theme options panel. Please check http://prntscr.com/nu6p4y
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
Hi,
Please find following code in /inc/frontend/tour/functions.php file.
Replace with following.
Regards, C-Themes