How do you change the customer invoice template in Magento 1.6 - magento

How do you change the customer invoice template in Magento 1.6? We want to remove the area where it tells the customer about a tracking number and change some of the wording the email produces.
An example of the email we want to edit can be found here: http://deadlydash.com/magento.jpg

System > Transactional Emails > Add Template
Select "New Invoice"
Load Template
Edit as desired
Do the same for guest invoice template as well (if appropriate).
System > Configuration > Sales Emails
Set the templates you've just created as the templates to use for these emails.

Related

How to add an email address field in shipment information in virtuemart 2?

We have a website that sells gift certificates. We use vm2 as extension for ecommerce functionality of the website. I want to use the shipment information as the recipient information of the gift certificate. But the form in shipment info does not have an email address field. That's why I want to add that field. How can I do it?
I've been trying to find it but only found adding field in the joomla registration page. By the way I am using joomla 2.5.16 and virtuemart 2.0.26.
You are using VM2.x Shipping and billing section already have email fields.
You can simply add or remove fields using below options.
Login to Admin -> Components -> Virtuemart -> Configuration - > Shopper Fields ->
It already have many fields that may disabled or hide just activate those or create new and set to visible on Shipping form.
Hope its helps..

change system table information (newsletter_subscriber)

I am developing website in Magento in which i have used default newsletter feature provided by Magento.
But i want to customize default feature provided by Magento.
customizations i want to do
Change the default table name to "emails"
add fields to the table(found way to do this, but don't know if it's possible after changing table name)
Is this possible to do this customizations?
If it's possible, then how i can do this ?
Changing the default new letter email structure can be done with changing the format of newsletter in your themes locale folder or creating a new newsletter template in admin panel and assigning it throught the configuration menu.
Suppose you want to change the template of unsubscribe of newsletter, In admin panel, we have the option of creating a newsletter template by system/transaction emails. Here you can create a new template. After creating the template as required, In system/configuration, customers/newsletters, Here if we select the tetbox of unsubscription email sender dropdown, You can see your newly created newsletter template. Then save page. I hope it helps u.

magento custom email template send order details

How can I send order details in my custom mail template. I have tried
{{layout handle="sales_email_order_items" order=$order}} in my template. I have replaced var order with $order (loaded order with increment id).
The generated email is displaying the billing address but not the order details.
The best way is to go log in Admin Panel of Magento.
Go to System -> Transaction Emails.
Load the new order template and make changes there instead of custom email template for new order.

Magento - New Order mail

I am using Magento 1.6.2.
I need to edit the new order mail. Which file is the template for the items? I need the specific file where the items are being generated and formatted.
I already found it.
app/design/frontend/base/default/template/email/order/items.phtml
To edit the New Order email you go into System -> Transactional Emails and click on 'Add New Template'.
Then you load in the existing New Order template by selecting 'New Order' from the drop down menu in the Template input field and click the 'Load Template' button. In the Template Information section you assign a new name to your new template and make the modifications to it before hitting 'Save Template'.
To apply it you go to System -> Configuration -> Sales and Select the Sales Emails option.
In the Order tab you apply your newly saved template to the New Order Confirmation Template dropdown.
Do the same for New order from Guest if you are allowing guest checkout.
The email templates are located under /app/locale/en_us/template/email and /app/locale/en_us/template/email/sales.
The disappointing thing about email templates in Magento is that they expect store owners to manage these using the backend rather than by editing the template files. Of course, you can always just edit the templates directly, but make sure to keep backups of them before updating to a new version of Magento.
It ends up being a lot of work, and from what I've seen, mostly clients do little more than update the logo. If your client wants to have fully custom email templates, expect a good 20+ hours to get them right (cross email client compatibility, client changes, etc).

Customize Newsletter Template?

i am using Magento 1.5.1.0. I Have already changed all transaction E-Mails in my Magento Project. But i have one last Problem. I have not found a way to change the newsletter Template? Is there a way to change the used template like the other transaction E-Mails?
Regards,
Bertie
I have 1.7 but i think the menu is the same
If i understand your question, in your admin dashboard you should look under System > Transactional Emails > Add new template. From the options field (labeled Template) choose Newsletter ... (there are three templates), load each of them and change them.
Also for the actual newsletter, from admin dashboard chose Newsletter > Newsletter Templates and add a new email.

Resources