| Current File : /home/lastyfjz/dermalaserclinic.co.uk/wp-content/themes/cherie/woocommerce/checkout/thankyou.php |
<div class="art-thank-you-page">
<?php if( cherie_get_theme_mod( 'thank_you_page_icon') ): ?>
<img src="<?php echo esc_url(cherie_get_theme_mod( 'thank_you_page_icon')); ?>" alt="<?php esc_attr_e('thank you page icon','cherie'); ?>">
<?php else: ?>
<img src="<?php echo CHERIE_THEME_URL . '/assets/css/images/thank-you.svg'; ?>" alt="<?php esc_attr_e('thank you page icon','cherie'); ?>">
<?php endif; ?>
<h2 class="art-thank-you-page-title"><?php esc_html_e('Thank You for Your Order', 'cherie'); ?></h2>
<p class="art-thank-you-page-description"><?php echo esc_html__('You will receive email confirmation shortly at ', 'cherie') . $order->get_billing_email(); ?></p>
<a href="<?php echo get_post_type_archive_link('product'); ?>" class="art-button art-button-light"><?php esc_html_e('Keep Shopping', 'cherie'); ?></a>
</div>