I don't know where to find the "Share Wishlist" email template. I want to change the part where it says "Demo Store" to the proper store name. I also want to change it to a variable that points to the store name specified in the store configuration so that it automatically changes whenever the store name changes.
+1
A:
- Go to the menu System > Transactional Emails.
- Click "Add New Template".
- Select "Share Wishlist" from the template list.
- Click "Load Template" button.
- Make your changes and give a new template name so that you may recognise it.
- Save.
- Go to the menu System > Configuration.
- Under "Wishlist" select your new template.
clockworkgeek
2010-10-25 21:25:54
+2
A:
If you have to make a change to every template, you can do that by going to $MAGENTO_PATH/app/design/locale/en_US/template/email/sales
all of the templates are in there. You can run a regex replace for whatever you're looking for. (The Demo Store name appears in multiple spots on some templates...)
Dipro
2010-10-26 03:24:14