If you have a plane vanilla satchmo install, do the unit tests work? -Chris
On Sun, Aug 1, 2010 at 8:11 PM, krnel <[email protected]> wrote: > satchmo/apps/product/templates/product/product.html > > <span id="price">{{ product|discount_price:sale|currency }}</span> > > Results in html source of > > <span id="price">$0.00</span> > > Where is product object created? Where/how can I output its contents > to see if it contains a price? > > Am I missing a load? This is how the file looks by default: > > {% load i18n %} > {% load thumbnail %} > {% load satchmo_price %} > {% load satchmo_currency satchmo_category %} > {% load satchmo_util satchmo_discounts %} > {% load app_plugins %} > > I think the satchmo_price is missing some info or is empty?, and where > is satchmo_product from the urls/products.py? > > -- > 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]<satchmo-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > > -- 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.
