first commit
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{**
|
||||
* Copyright since 2007 PrestaShop SA and Contributors
|
||||
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This source file is subject to the Open Software License (OSL 3.0)
|
||||
* that is bundled with this package in the file LICENSE.md.
|
||||
* It is also available through the world-wide-web at this URL:
|
||||
* https://opensource.org/licenses/OSL-3.0
|
||||
* If you did not receive a copy of the license and are unable to
|
||||
* obtain it through the world-wide-web, please send an email
|
||||
* to license@prestashop.com so we can send you a copy immediately.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
||||
* versions in the future. If you wish to customize PrestaShop for your
|
||||
* needs please refer to https://devdocs.prestashop.com/ for more information.
|
||||
*
|
||||
* @author PrestaShop SA and Contributors <contact@prestashop.com>
|
||||
* @copyright Since 2007 PrestaShop SA and Contributors
|
||||
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
||||
*}
|
||||
<ul>
|
||||
{foreach $list as $product}
|
||||
<li><a href="{$product.url}">{$product.text}</a> {$product.complementary_text}</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
@@ -0,0 +1,3 @@
|
||||
{foreach $list as $product}
|
||||
[{$product.text}]({$product.url}) {$product.complementary_text}
|
||||
{/foreach}
|
||||
54
themes/classic/mails/_partials/order_conf_cart_rules.tpl
Normal file
54
themes/classic/mails/_partials/order_conf_cart_rules.tpl
Normal file
@@ -0,0 +1,54 @@
|
||||
{**
|
||||
* Copyright since 2007 PrestaShop SA and Contributors
|
||||
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This source file is subject to the Open Software License (OSL 3.0)
|
||||
* that is bundled with this package in the file LICENSE.md.
|
||||
* It is also available through the world-wide-web at this URL:
|
||||
* https://opensource.org/licenses/OSL-3.0
|
||||
* If you did not receive a copy of the license and are unable to
|
||||
* obtain it through the world-wide-web, please send an email
|
||||
* to license@prestashop.com so we can send you a copy immediately.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
||||
* versions in the future. If you wish to customize PrestaShop for your
|
||||
* needs please refer to https://devdocs.prestashop.com/ for more information.
|
||||
*
|
||||
* @author PrestaShop SA and Contributors <contact@prestashop.com>
|
||||
* @copyright Since 2007 PrestaShop SA and Contributors
|
||||
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
||||
*}
|
||||
{foreach $list as $cart_rule}
|
||||
<tr class="conf_body">
|
||||
<td bgcolor="#f8f8f8" colspan="4" style="border:1px solid #D6D4D4;color:#333;padding:7px 0">
|
||||
<table class="table" style="width:100%;border-collapse:collapse">
|
||||
<tr>
|
||||
<td width="5" style="color:#333;padding:0"></td>
|
||||
<td align="right" style="color:#333;padding:0">
|
||||
<font size="2" face="Open-sans, sans-serif" color="#555454">
|
||||
<strong>{$cart_rule['voucher_name']}</strong>
|
||||
</font>
|
||||
</td>
|
||||
<td width="5" style="color:#333;padding:0"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td bgcolor="#f8f8f8" colspan="4" style="border:1px solid #D6D4D4;color:#333;padding:7px 0">
|
||||
<table class="table" style="width:100%;border-collapse:collapse">
|
||||
<tr>
|
||||
<td width="5" style="color:#333;padding:0"></td>
|
||||
<td align="right" style="color:#333;padding:0">
|
||||
<font size="2" face="Open-sans, sans-serif" color="#555454">
|
||||
{$cart_rule['voucher_reduction']}
|
||||
</font>
|
||||
</td>
|
||||
<td width="5" style="color:#333;padding:0"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
3
themes/classic/mails/_partials/order_conf_cart_rules.txt
Normal file
3
themes/classic/mails/_partials/order_conf_cart_rules.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
{foreach $list as $cart_rule}
|
||||
{$cart_rule['voucher_name']} {$cart_rule['voucher_reduction']}
|
||||
{/foreach}
|
||||
136
themes/classic/mails/_partials/order_conf_product_list.tpl
Normal file
136
themes/classic/mails/_partials/order_conf_product_list.tpl
Normal file
@@ -0,0 +1,136 @@
|
||||
{**
|
||||
* Copyright since 2007 PrestaShop SA and Contributors
|
||||
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This source file is subject to the Open Software License (OSL 3.0)
|
||||
* that is bundled with this package in the file LICENSE.md.
|
||||
* It is also available through the world-wide-web at this URL:
|
||||
* https://opensource.org/licenses/OSL-3.0
|
||||
* If you did not receive a copy of the license and are unable to
|
||||
* obtain it through the world-wide-web, please send an email
|
||||
* to license@prestashop.com so we can send you a copy immediately.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
||||
* versions in the future. If you wish to customize PrestaShop for your
|
||||
* needs please refer to https://devdocs.prestashop.com/ for more information.
|
||||
*
|
||||
* @author PrestaShop SA and Contributors <contact@prestashop.com>
|
||||
* @copyright Since 2007 PrestaShop SA and Contributors
|
||||
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
||||
*}
|
||||
{foreach $list as $product}
|
||||
<tr>
|
||||
<td style="border:1px solid #D6D4D4;">
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td width="5"> </td>
|
||||
<td>
|
||||
<font size="2" face="Open-sans, sans-serif" color="#555454">
|
||||
{$product['reference']}
|
||||
</font>
|
||||
</td>
|
||||
<td width="5"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td style="border:1px solid #D6D4D4;">
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td width="5"> </td>
|
||||
<td>
|
||||
<font size="2" face="Open-sans, sans-serif" color="#555454">
|
||||
<strong>{$product['name']}</strong>
|
||||
{if count($product['customization']) == 1}
|
||||
<br>
|
||||
{foreach $product['customization'] as $customization}
|
||||
{$customization['customization_text']}
|
||||
{/foreach}
|
||||
{/if}
|
||||
|
||||
{hook h='displayProductPriceBlock' product=$product type="unit_price"}
|
||||
</font>
|
||||
</td>
|
||||
<td width="5"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td style="border:1px solid #D6D4D4;">
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td width="5"> </td>
|
||||
<td align="right">
|
||||
<font size="2" face="Open-sans, sans-serif" color="#555454">
|
||||
{$product['unit_price']}
|
||||
</font>
|
||||
</td>
|
||||
<td width="5"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td style="border:1px solid #D6D4D4;">
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td width="5"> </td>
|
||||
<td align="right">
|
||||
<font size="2" face="Open-sans, sans-serif" color="#555454">
|
||||
{$product['quantity']}
|
||||
</font>
|
||||
</td>
|
||||
<td width="5"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td style="border:1px solid #D6D4D4;">
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td width="5"> </td>
|
||||
<td align="right">
|
||||
<font size="2" face="Open-sans, sans-serif" color="#555454">
|
||||
{$product['price']}
|
||||
</font>
|
||||
</td>
|
||||
<td width="5"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{if count($product['customization']) > 1}
|
||||
{foreach $product['customization'] as $customization}
|
||||
<tr>
|
||||
<td colspan="3" style="border:1px solid #D6D4D4;">
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td width="5"> </td>
|
||||
<td>
|
||||
<font size="2" face="Open-sans, sans-serif" color="#555454">
|
||||
{$customization['customization_text']}
|
||||
</font>
|
||||
</td>
|
||||
<td width="5"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td style="border:1px solid #D6D4D4;">
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td width="5"> </td>
|
||||
<td align="right">
|
||||
<font size="2" face="Open-sans, sans-serif" color="#555454">
|
||||
{if count($product['customization']) > 1}
|
||||
{$customization['customization_quantity']}
|
||||
{/if}
|
||||
</font>
|
||||
</td>
|
||||
<td width="5"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td style="border:1px solid #D6D4D4;"></td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
{/if}
|
||||
{/foreach}
|
||||
20
themes/classic/mails/_partials/order_conf_product_list.txt
Normal file
20
themes/classic/mails/_partials/order_conf_product_list.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
{foreach $list as $product}
|
||||
{$product['reference']}
|
||||
|
||||
{$product['name']}
|
||||
|
||||
{$product['price']}
|
||||
{capture "productPriceBlock"}{hook h='displayProductPriceBlock' product=$product type="unit_price"}{/capture}{$smarty.capture.productPriceBlock|strip_tags|trim}
|
||||
|
||||
{$product['quantity']}
|
||||
|
||||
{$product['price']}
|
||||
|
||||
{foreach $product['customization'] as $customization}
|
||||
{$customization['customization_text']}
|
||||
|
||||
{if count($product['customization']) > 1}
|
||||
{$customization['customization_quantity']}
|
||||
{/if}
|
||||
{/foreach}
|
||||
{/foreach}
|
||||
Reference in New Issue
Block a user