Chris F
Chris F

Reputation: 11

Change 'Contact Form' email title in Magento?

I have a number of Magento stores running from one admin and i receive emails from site users using the online form that appears as 'Contact Form', how can i change this to 'Site 1 Form'.

Upvotes: 1

Views: 2785

Answers (1)

Alex
Alex

Reputation: 35158

This can be accomplished without any programming or .phtml-template customization:

  1. Create a new email template under System -> Transactional emails, load the Contact Form template.
  2. Change the title to {{config path="general/store_information/name"}} Contact Form
  3. Make sure you have a store name configured for each store under System -> Configuration -> General -> Store Information -> Store Name

Upvotes: 6

Related Questions