It would be:

PROJECT/TEMPLATES/THIRD_PARTY_APP/TEMPLATE.html

Example:
my_project/templates/shop/base.html
would override the base.html in satchmo/apps/satchmo_store/shop/templates/shop

Find the template you want to override in satchmo/apps/PROJECT/APP/,
and duplicate the path from templates/ onward in your own project's
templates/ directory.

Logout template:
Satchmo's template:
satchmo/apps/satchmo_store/contact/templates/registration/logout.html

Your template:
my_project/templates/registration/logout.html

Notice of an order having been placed:
Satchmo's template:
satchmo/apps/satchmo_store/shop/templates/shop/email/order_placed_notice.txt

Your template:
my_project/templates/shop/email/order_placed_notice.txt

Hope that helps,
Sam

On 7/5/09, nttdocomo <[email protected]> wrote:
>
> I think it should be:
>
> yoursite
>      /apps
>        /satchmo_store
>           /contact
>             /templates
>                 login.html
> >
>

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