Produced by Araxis Merge on 2022-11-18 03:12:08 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Porto Theme/app/design/frontend/Smartwave/porto/Magento_Sales/email | shipment_new_guest.html | 2016-06-21 09:41:00 +0000 |
| 2 | Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Sales/email | shipment_new_guest.html | 2022-11-02 03:46:56 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 15 | 136 |
| Changed | 12 | 39 |
| Inserted | 1 | 2 |
| Removed | 1 | 1 |
| Whitespace | Consecutive whitespace is treated as a single space |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
| Active line-pairing rules |
No regular expressions were active.
| 1 | <!-- | 1 | <!-- | |||
| 2 | /** | 2 | /** | |||
| 3 | * Copyright © 2016 Magento | 3 | * Copyright © | |||
| 4 | * See COPYING.txt for license details. | 4 | * See COPYING.txt for license details. | |||
| 5 | */ | 5 | */ | |||
| 6 | --> | 6 | --> | |||
| 7 | <!--@subject {{trans "Your %store_name order has shipped" store_name=$store.getFrontendName()}} @--> | 7 | <!--@subject {{trans "Your %store_name order has shipped" store_name=$store.frontend_name}} @--> | |||
| 8 | <!--@vars { | 8 | <!--@vars { | |||
| 9 | "var formattedBillingAddress|raw":"Billing Address", | 9 | "var formattedBillingAddress|raw":"Billing Address", | |||
| 10 | "var billing.getName()":"Guest Customer Name", | 10 | "var order_data.customer_name":"Guest Customer Name", | |||
| 11 | "var order.increment_id":"Order Id", | 11 | "var order.increment_id":"Order Id", | |||
| 12 | "var payment_html|raw":"Payment Details", | 12 | "var payment_html|raw":"Payment Details", | |||
| 13 | "var comment | 13 | "var comment|escape|nl2br":"Shipment Comment", | |||
| 14 | "var shipment.increment_id":"Shipment Id", | 14 | "var shipment.increment_id":"Shipment Id", | |||
| 15 | "layout handle=\"sales_email_order_shipment_items\" shipment=$shipment order=$order":"Shipment Items Grid", | 15 | "layout handle=\"sales_email_order_shipment_items\" shipment=$shipment order=$order":"Shipment Items Grid", | |||
| 16 | "block class='Magento\\\\Framework\\\\View\\\\Element\\\\Template' area='frontend' template='Magento_Sales::email\/shipment\/track.phtml' shipment=$shipment order=$order":"Shipment Track Details", | 16 | "block class='Magento\\\\Framework\\\\View\\\\Element\\\\Template' area='frontend' template='Magento_Sales::email\/shipment\/track.phtml' shipment=$shipment order=$order":"Shipment Track Details", | |||
| 17 | "var formattedShippingAddress|raw":"Shipping Address", | 17 | "var formattedShippingAddress|raw":"Shipping Address", | |||
| 18 | "var order.shipping_description":"Shipping Description", | 18 | "var order.shipping_description":"Shipping Description", | |||
| 19 | "var order.getShippingDescription()":"Shipping Description" | 19 | "var store.frontend_name":"Store Frontend Name", | |||
| 20 | "var store_phone":"Store Phone", | |||||
| 21 | "var store_email":"Store Email", | |||||
| 22 | "var store_hours":"Store Hours", | |||||
| 23 | "var order_data.is_not_virtual": "Order Type", | |||||
| 24 | "var shipment": "Shipment", | |||||
| 25 | "var order": "Order", | |||||
| 26 | "var order_id": "Order DB Id", | |||||
| 27 | "var shipment_id": "Shipment DB Id" | |||||
| 20 | } @--> | 28 | } @--> | |||
| 21 | {{template config_path="design/email/header_template"}} | 29 | {{template config_path="design/email/header_template"}} | |||
| 22 | 30 | |||||
| 23 | <table> | 31 | <table> | |||
| 24 | <tr class="email-intro"> | 32 | <tr class="email-intro"> | |||
| 25 | <td> | 33 | <td> | |||
| 26 | <p class="greeting">{{trans "%name," name=$billing.getName()}}</p> | 34 | <p class="greeting">{{trans "%name," name=$order_data.customer_name}}</p> | |||
| 27 | <p> | 35 | <p> | |||
| 28 | {{trans "Thank you for your order from %store_name." store_name=$store.getFrontendName()}} | 36 | {{trans "Thank you for your order from %store_name." store_name=$store.frontend_name}} | |||
| 29 | </p> | 37 | {{trans 'If you have questions about your order, you can email us at <a href="mailto:%store_email">%store_email</a>' store_email=$store_email |raw}}{{depend store_phone}} {{trans 'or call us at <a href="tel:%store_phone">%store_phone</a>' store_phone=$store_phone |raw}}{{/depend}}. | |||
| 30 | <p> | 38 | {{depend store_hours}} | |||
| 31 | {{trans 'If you have questions about your order, you can email us at <a href="mailto:%store_email">%store_email</a>.' store_email=$store_email |raw}} | 39 | {{trans 'Our hours are <span class="no-link">%store_hours</span>.' store_hours=$store_hours |raw}} | |||
| 40 | {{/depend}} | |||||
| 32 | </p> | 41 | </p> | |||
| 33 | <p>{{trans "Your shipping confirmation is below. Thank you again for your business."}}</p> | |||||
| 34 | </td> | 42 | </td> | |||
| 35 | </tr> | 43 | </tr> | |||
| 36 | <tr class="email-summary"> | 44 | <tr class="email-summary"> | |||
| 37 | <td> | 45 | <td> | |||
| 46 | <p>{{trans "Your shipping confirmation is below. Thank you again for your business."}}</p> | |||||
| 47 | ||||||
| 38 | <h1>{{trans "Your Shipment #%shipment_id for Order #%order_id" shipment_id=$shipment.increment_id order_id=$order.increment_id}}</h1> | 48 | <h1>{{trans "Your Shipment #%shipment_id for Order #%order_id" shipment_id=$shipment.increment_id order_id=$order.increment_id}}</h1> | |||
| 39 | </td> | 49 | </td> | |||
| 40 | </tr> | 50 | </tr> | |||
| 41 | <tr class="email-information"> | 51 | <tr class="email-information"> | |||
| 42 | <td> | 52 | <td> | |||
| 43 | {{depend comment}} | 53 | {{depend comment}} | |||
| 44 | <table class="message-info"> | 54 | <table class="message-info"> | |||
| 45 | <tr> | 55 | <tr> | |||
| 46 | <td> | 56 | <td> | |||
| 47 | {{var comment|escape|nl2br}} | 57 | {{var comment|escape|nl2br}} | |||
| 48 | </td> | 58 | </td> | |||
| 49 | </tr> | 59 | </tr> | |||
| 50 | </table> | 60 | </table> | |||
| 51 | {{/depend}} | 61 | {{/depend}} | |||
| 52 | {{block class='Magento\\Framework\\View\\Element\\Template' area='frontend' template='Magento_Sales::email/shipment/track.phtml' shipment=$shipment order=$order}} | 62 | {{layout handle="sales_email_order_shipment_track" shipment_id=$shipment_id order_id=$order_id}} | |||
| 53 | <table class="order-details"> | 63 | <table class="order-details"> | |||
| 54 | <tr> | 64 | <tr> | |||
| 55 | <td class="address-details"> | 65 | <td class="address-details"> | |||
| 56 | <h3>{{trans "Billing Info"}}</h3> | 66 | <h3>{{trans "Billing Info"}}</h3> | |||
| 57 | <p>{{var formattedBillingAddress|raw}}</p> | 67 | <p>{{var formattedBillingAddress|raw}}</p> | |||
| 58 | </td> | 68 | </td> | |||
| 59 | {{depend order.getIsNotVirtual()}} | 69 | {{depend order_data.is_not_virtual}} | |||
| 60 | <td class="address-details"> | 70 | <td class="address-details"> | |||
| 61 | <h3>{{trans "Shipping Info"}}</h3> | 71 | <h3>{{trans "Shipping Info"}}</h3> | |||
| 62 | <p>{{var formattedShippingAddress|raw}}</p> | 72 | <p>{{var formattedShippingAddress|raw}}</p> | |||
| 63 | </td> | 73 | </td> | |||
| 64 | {{/depend}} | 74 | {{/depend}} | |||
| 65 | </tr> | 75 | </tr> | |||
| 66 | <tr> | 76 | <tr> | |||
| 67 | <td class="method-info"> | 77 | <td class="method-info"> | |||
| 68 | <h3>{{trans "Payment Method"}}</h3> | 78 | <h3>{{trans "Payment Method"}}</h3> | |||
| 69 | {{var payment_html|raw}} | 79 | {{var payment_html|raw}} | |||
| 70 | </td> | 80 | </td> | |||
| 71 | {{depend order.getIsNotVirtual()}} | 81 | {{depend order_data.is_not_virtual}} | |||
| 72 | <td class="method-info"> | 82 | <td class="method-info"> | |||
| 73 | <h3>{{trans "Shipping Method"}}</h3> | 83 | <h3>{{trans "Shipping Method"}}</h3> | |||
| 74 | <p>{{var order.getShippingDescription()}}</p> | 84 | <p>{{var order.shipping_description}}</p> | |||
| 75 | </td> | 85 | </td> | |||
| 76 | {{/depend}} | 86 | {{/depend}} | |||
| 77 | </tr> | 87 | </tr> | |||
| 78 | </table> | 88 | </table> | |||
| 79 | {{layout handle="sales_email_order_shipment_items" shipment=$shipment order=$order}} | 89 | {{layout handle="sales_email_order_shipment_items" shipment_id=$shipment_id order_id=$order_id}} | |||
| 80 | </td> | 90 | </td> | |||
| 81 | </tr> | 91 | </tr> | |||
| 82 | </table> | 92 | </table> | |||
| 83 | 93 | |||||
| 84 | {{template config_path="design/email/footer_template"}} | 94 | {{template config_path="design/email/footer_template"}} |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.