email_templates.xml 1.5 KB

123456789101112131415
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Refer to LICENSE.txt distributed with the Temando Shipping module for notice of license
  5. */
  6. -->
  7. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Email:etc/email_templates.xsd">
  8. <template id="sales_email_temando_pickup_order_template" label="Pickup Order New" file="order_pickup_new.html" type="html" module="Temando_Shipping" area="frontend"/>
  9. <template id="sales_email_temando_pickup_order_guest_template" label="Pickup Order New Guest" file="order_pickup_new_guest.html" type="html" module="Temando_Shipping" area="frontend"/>
  10. <template id="sales_email_temando_pickup_ready_template" label="Pickup Ready" file="pickup_ready.html" type="html" module="Temando_Shipping" area="frontend"/>
  11. <template id="sales_email_temando_pickup_collected_template" label="Pickup Collected" file="pickup_collected.html" type="html" module="Temando_Shipping" area="frontend"/>
  12. <template id="sales_email_temando_pickup_canceled_template" label="Pickup Canceled" file="pickup_canceled.html" type="html" module="Temando_Shipping" area="frontend"/>
  13. <template id="sales_email_shipment_cancel_template" label="Shipment Cancelled" file="shipment_canceled.html" type="html" module="Temando_Shipping" area="frontend"/>
  14. <template id="sales_email_shipment_cancel_guest_template" label="Shipment Cancelled for Guest" file="shipment_canceled_guest.html" type="html" module="Temando_Shipping" area="frontend"/>
  15. </config>