I would like to remove the Header image and the attached image on the order confirmation email.
How do I remove both?
Thanks,
Mark
OPEN:
FIND:
AND REMOVE
FIND
AND REMOVE, THEN SAVE
OPEN:
FIND:
AND REMOVE, THEN SAVE
Note that the final part depends on the template, that is from the default template
Code: Select all
/catalog/model/checkout/order.php
Code: Select all
$template->data['logo'] = 'cid:' . basename($this->config->get('config_logo'));
FIND
Code: Select all
$mail->addAttachment(DIR_IMAGE . $this->config->get('config_logo'));
OPEN:
Code: Select all
/catalog/view/theme/your-theme-name/template/mail/order_confirm.tpl
Code: Select all
<tr>
<td align="left"><a href="<?php echo $store_url; ?>" title="<?php echo $store_name; ?>"><img src="<?php echo $logo; ?>" alt="<?php echo $store_name; ?>" style="border: none;" ></a></td>
</tr>
<tr>
<td> </td>
</tr>
Note that the final part depends on the template, that is from the default template
Who is online
Users browsing this forum: No registered users and 16 guests