
LostCoder
User
Nov 10, 2006, 11:22 AM
Post #3 of 4
(797 views)
Shortcut
|
|
Re: [Dave] Placeholder for a category Item
[In reply to]
|
Can't Post
|
|
Hi, Thanks for the info. I utilized just the following placeholder in my template $category.article_type$ and was able to see that AM was actually interpreting the VALUE of the article_type. I then realized that the TemplateIf 'ne' operator means "Not Equal" so what was actually happening was that i was asking the system to display x if article_type is not equal to 1, whereas I should have been saying display xi if article_type IS equal to 1. Anyway, I was hoping that whenever someone has the time that you could possible define the following TemplateIf operators for future reference: >=, ne, ==, <=, >, eq, !=, Thanks! LC
|