This, maybe:
http://www.zen-cart.com/index.php?ma...products_id=79
I haven't used it.
This, maybe:
http://www.zen-cart.com/index.php?ma...products_id=79
I haven't used it.
OK Thanks that seemed to have worked, however there's one problem (you don't need to know about the addon to help :) )
The product is free so its trying to show the free.gif image located in the template folder. However because the php file is now outside the catalog root it can't find the image since it just appends 'includes/templates...' to the page url.
So my question is, where is the free.gif defined? If I find that out, I can add / edit it to work. At the moment I can't find it
Thanks
includes/languages/english/other_images_names.php
I used the Admin - Tools - Developers Tool Kit to search for 'free.gif' to find that. Great tool you'll use a lot.