Gossamer Forum
Home : Products : Gossamer Links : Discussions :

link_added.eml and link_modified.eml not parsing tags

Quote Reply
link_added.eml and link_modified.eml not parsing tags
Greetings:

I have a number of fields that contain multiple values eg. blue car, red train, yellow bus etc. This field may be called <%vehicle_type%>.

When a user adds/modifies a link these values are not passed through in the email to the user. I have the following in link_added.eml:

Code:
<%if vehicle_type%>
<ul>
<%if vehicle_type contains 'blue car'%><li>Blue Car</li><%endif%>
<%if vehicle_type contains 'red train'%><li>Red Train</li><%endif%>
<%if vehicle_type contains 'yellow bus'%><li>Yellow Bus</li><%endif%>
</ul>
<%else%><p>No value entered</p><%endif%>

The values always come through blank for some reason, however, this does work in other templates (non-email) such as category.html and even modify_success.html etc.

Any ideas what is occurring here?


Regards,


Clint.
--------------------------
http://AffiliatesDirectory.com
The Affiliate Programs Directory
Subject Author Views Date
Thread link_added.eml and link_modified.eml not parsing tags Clint 7781 Dec 27, 2007, 7:20 PM
Post Re: [Clint] link_added.eml and link_modified.eml not parsing tags
rascal 7627 Dec 27, 2007, 9:21 PM
Thread Re: [Clint] link_added.eml and link_modified.eml not parsing tags
brewt 7598 Dec 27, 2007, 11:07 PM
Thread Re: [brewt] link_added.eml and link_modified.eml not parsing tags
Clint 7646 Dec 28, 2007, 4:09 PM
Thread Re: [Clint] link_added.eml and link_modified.eml not parsing tags
brewt 7585 Dec 28, 2007, 4:16 PM
Thread Re: [brewt] link_added.eml and link_modified.eml not parsing tags
Clint 7639 Dec 28, 2007, 4:21 PM
Thread Re: [Clint] link_added.eml and link_modified.eml not parsing tags
brewt 7617 Dec 28, 2007, 7:14 PM
Thread Re: [brewt] link_added.eml and link_modified.eml not parsing tags
Clint 7596 Dec 28, 2007, 7:45 PM
Post Re: [Clint] link_added.eml and link_modified.eml not parsing tags
brewt 7562 Dec 28, 2007, 8:10 PM
Thread Re: [Clint] link_added.eml and link_modified.eml not parsing tags
Andy 7606 Dec 29, 2007, 7:33 AM
Thread Re: [Andy] link_added.eml and link_modified.eml not parsing tags
Clint 7615 Dec 29, 2007, 4:05 PM
Thread Re: [Clint] link_added.eml and link_modified.eml not parsing tags
brewt 7641 Dec 29, 2007, 5:43 PM
Post Re: [brewt] link_added.eml and link_modified.eml not parsing tags
Clint 7560 Dec 29, 2007, 11:38 PM
Thread Re: [brewt] link_added.eml and link_modified.eml not parsing tags
Clint 7568 Jan 7, 2008, 3:37 AM
Post Re: [Clint] link_added.eml and link_modified.eml not parsing tags
Andy 7542 Jan 7, 2008, 4:12 AM