It needs to go in templates/product_feeds/plugins/admin_tools.html How do I know?
$ find -name admin_tools* ./satchmo_ext/product_feeds/templates/product_feeds/plugins/admin_tools.html Hope that helps! --Stuart On Mon, Nov 29, 2010 at 9:41 AM, m1chael <[email protected]> wrote: > Thanks for the suggestion Stuart, > > I've tried these: > > templates/shop/plugins/admin_tools.html > templates/shop/admin/plugins/admin_tools.html > templates/admin/plugins/admin_tools.html > templates/admin/shop/plugins/admin_tools.html > > Still a no go.. > > ~Mike > > On Mon, Nov 29, 2010 at 10:23 AM, Stuart Laughlin <[email protected]> > wrote: >> ottomh it's something like shop/plugins/admin_tools.html >> >> Key is "plugins" >> >> --Stuart >> >> On Nov 29, 2010 9:13 AM, "m1chael" <[email protected]> wrote: >> >> Hello everyone, >> >> Looking at this template: >> >> http://bitbucket.org/chris1610/satchmo/src/93fc130080b1/satchmo/apps/satchmo_store/shop/templates/admin/index.html >> >> On line # 138 there is a line of code: >> >> {% plugin_point "admin_tools" %} >> >> I've tried to plugin some html here.. but can't seem to figure out >> where exactly this html file should live... >> >> I've tried my project template dir admin_tools.html >> >> template_dir/admin_tools.html >> template_dir/admin/admin_tools.html >> template_dir/shop/admin/admin_tools.html >> >> I can't seem to figure out the correct file to get this working.. >> >> any suggestions? >> >> ~Mike >> >> -- >> 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. >> >> -- >> 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. >> > > -- > 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. > > -- 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.
