Hi,
For my project i need the list of product categories created by the
admin, can someone please guide me how this can be achieved ?
I have trying the following code so far, which does not work
...
{% load satchmo_thumbnail satchmo_category %}
{% for parent in category.parents %}
<li><a href="{{ parent.get_absolute_url }}">
{{ parent.translated_name }}</a></li>
{% endfor %}
I am using the satchmo-trunk for my project.
Thanking in advance
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---