Moved email templates to a unified 'email' directory and added new base, header, and footer templates for emails. Implemented notification tasks in commerce for various order and refund events, and updated Carrier model to trigger notifications on shipping state changes.
9 lines
342 B
HTML
9 lines
342 B
HTML
<table width="100%" cellpadding="0" cellspacing="0" border="0" style="background-color:#eeeeee;">
|
|
<tr>
|
|
<td align="center" style="padding:15px; font-size:12px; color:#666666; font-family:Arial, Helvetica, sans-serif;">
|
|
Tento e-mail byl odeslán automaticky.<br>
|
|
© {{ site_name|default:"E-shop" }}
|
|
</td>
|
|
</tr>
|
|
</table>
|