The "Email a friend" feature on our site is not working. When a user attempts to send a product to a friend the following error is returned:
Email template could not be loaded.
We have the same templates setup in the live database as we do on the development database and it works on the development version.
Can anyone tell me where "Token.Instance.Store.Settings.ProductTellAFriendEmailTemplateId" is set? Is there something in the admin we have to do to an Email Template to let the system know it's the "Product Tell A Friend Email Template" template?
Any help would be appreciated.
Email A Friend - Email template could not be loaded.
Re: Email A Friend - Email template could not be loaded.
Anyone have any advice at all?
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Email A Friend - Email template could not be loaded.
It is stored in the ac_Settings table and the default is 14. I don't see a way to edit that other than directly in the database, but the table ac_EmailTemplates will give you the template id for that template.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: Email A Friend - Email template could not be loaded.
jmestep, thanks. I really appreciate your response. It got me on the right track to solving my issue.