On Wed, Jan 21, 2009 at 2:10 PM, basslineshift <[email protected]>wrote:

>
> I need to add the SKU for each product to the notification email. I'm
> wondering how I can do this.. would it be something like
> {{ item.sku }} or something..
>

In that template, "item" is a CartItem object.  CartItems have a "product"
attribute.  So, you can get any of the product attributes from that.  For a
SKU, you could just use {{ item.product.sku }}.

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