On Mon, Nov 10, 2008 at 9:49 AM, basslineshift <[EMAIL PROTECTED]>wrote:

>
> How can I display all of the related items from a product in the
> base_product template. Is there a product.related_items or something
> that I can cycle through?
>

You can use:

{% for related in product.related_items.all %}

---
Bruce Kroeze
http://gosatchmo.com

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to