It should go to you one of your TEMPLATE_DIRS folder followed by /upsell/product_upsell.html
For example: /yourporjectfolder/templates/upsell/product_upsell.html should work if TEMPLATE_DIRS is something like this TEMPLATE_DIRS = ( os.path.join(DIRNAME, 'templates') Regards 2010/12/15 Michael Thamm <[email protected]> > I see an upsell template in the satchmo_ext /upsell /templates/upsell/ > product_upsell.html > > But if I want to customize the template, do I need to recreate a > satchmo_ext/... folder structure? > > I have tried putting it in many different locations including the > structure I mentioned above, but the changes never take effect. > > The product template changes all went easily, but I suspect it's > something about the fact that it's an extension that requires a > different approach. > > Thanks > Michael > > -- > 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. > > -- Alvaro www.dorsalcero.net -- 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.
