- Created LICENSE file for composer dependencies. - Added autoload files: autoload_classmap.php, autoload_namespaces.php, autoload_psr4.php, autoload_real.php, and autoload_static.php. - Initialized installed.json for composer. - Added index.php and form templates for admin configuration. - Implemented front-end templates for email alerts, including account management and product notifications. - Included necessary headers and copyright notices in all new files.
60 lines
606 B
Plaintext
60 lines
606 B
Plaintext
|
|
[{shop_url}]
|
|
|
|
Congratulations!
|
|
|
|
A new order was placed on {shop_name} by the following customer:
|
|
{firstname} {lastname} ({email})
|
|
|
|
ORDER: {order_name} Placed on {date}
|
|
|
|
PAYMENT: {payment}
|
|
|
|
REFERENCE
|
|
|
|
PRODUCT
|
|
|
|
UNIT PRICE
|
|
|
|
QUANTITY
|
|
|
|
TOTAL PRICE
|
|
|
|
{items}
|
|
|
|
PRODUCTS
|
|
|
|
{total_products}
|
|
|
|
DISCOUNTS
|
|
|
|
{total_discounts}
|
|
|
|
GIFT-WRAPPING
|
|
|
|
{total_wrapping}
|
|
|
|
SHIPPING
|
|
|
|
{total_shipping}
|
|
|
|
TOTAL TAX PAID
|
|
|
|
{total_tax_paid}
|
|
|
|
TOTAL PAID
|
|
|
|
{total_paid}
|
|
|
|
{carrier}
|
|
|
|
{delivery_block_html}
|
|
|
|
{invoice_block_html}
|
|
|
|
{message}
|
|
|
|
{shop_name} [{shop_url}] powered by
|
|
PrestaShop(tm) [http://www.prestashop.com/]
|
|
|