Is there anyway to just get an individual product attribute on the
product detail page?
For example, I know the below code will cycle through all of the
attributes,
{% for att in product.translated_attributes %}
{{ att.description }}: {{ att.value }}<br/>
{% endfor %}
But what if I just wanted to call an attribute called dimension. How
would you call that?
Thank you
--
You received this message because you are subscribed to the Google Groups
"Satchmo users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/satchmo-users?hl=en.