PATH:
home
/
letacommog
/
bresse-paysage
/
wp-content
/
plugins
/
wpseo-local
/
woocommerce
/
templates
/
emails
<?php /** * Yoast SEO: Local for WooCommerce plugin file. * * @package YoastSEO_Local_WooCommerce */ if ( ! defined( 'ABSPATH' ) ) { exit; } /** * @hooked WC_Emails::email_header() Output the email header. */ do_action( 'woocommerce_email_header', $email_heading, $email ); ?> <p><?php esc_html_e( 'Your order has been sent to the local pickup store of your choosing', 'yoast-local-seo' ); ?></p> <?php /** * @hooked WC_Emails::order_details() Shows the order details table. * @hooked WC_Emails::order_schema_markup() Adds Schema.org markup. * @since 2.5.0 */ do_action( 'woocommerce_email_order_details', $order, $sent_to_admin, $plain_text, $email ); /** * @hooked WC_Emails::order_meta() Shows order meta data. */ do_action( 'woocommerce_email_order_meta', $order, $sent_to_admin, $plain_text, $email ); /** * @hooked WC_Emails::customer_details() Shows customer details. * @hooked WC_Emails::email_address() Shows email address. */ do_action( 'woocommerce_email_customer_details', $order, $sent_to_admin, $plain_text, $email ); /** * @hooked WC_Emails::email_footer() Output the email footer. */ do_action( 'woocommerce_email_footer', $email );
[+]
..
[-] customer-readyforpickup-order.php
[edit]
[+]
plain
[-] customer-transporting-order.php
[edit]