Hi all,

I'm working on a custom payment module, which I've got working using
the default views in satchmo.payment.common.views as in the dummy
module. Now I'm trying to customize the pages displayed and have
created my own templates which live in my project directory with the
copied Satchmo templates.

The problem I'm having is that my custom templates apparently can't
find the templatetags in the Satchmo install?!? The COD module works,
but my custom module bombs out on the success step with
TemplateSyntaxError which points to VariableDoesNotExist: Failed
lookup for key [order] in u'[{\'block\': <Block Node: content.
Contents: [<Text Node: \'\n<div id="ordersuccess">\n\'>,
<django.templatetags.i18n.TranslateNode object at 0x8f59c8c>, <Text
Node: \' by check</h4>\n<p>\'>,
<django.templatetags.i18n.TranslateNode object at 0x8f593cc>, <Text
Node: \'\n    \n\'>, <django.template.InclusionNode object at
0x8f597ec>, <Text Node: \'\n</div>\n\'>]>}, {}]' which in turn points
to this line:
{% order_tracking_details order %}

I'm confused as to whether django can't find the template tags in the
Satchmo install because the template which is loading them is in my
project directory, or if it's an error caused by the lack of a
translation ?!?

Thanks in advance for your assistance,
Sam
--~--~---------~--~----~------------~-------~--~----~
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