Wednesday 24 October 2007 8:17:59 am
Hi, This drives me crazy, I thought I understood the template mechanism: I want to change the template of shop/basket.tpl. According to the debug output, this is the template that is loaded by default:
eZTemplate: Loading template "shop/basket.tpl" with resource "design" extension/ezwebin/design/ezwebin/templates/shop/basket.tpl, utf-8
using www.mysite.com/ezwebin_site_admin/visual/templateview/shop/basket.tpl, I say that I want to use my siteaccess (ezwebin_site) and I click on New Override. I call the override my_basket.tpl and ask to make a copy of the original template. after that, I clear all caches, and refresh a page with the shop. Nothing changed.
The settings/siteaccess/ezwebin_site/override.ini.append.php contains the following generated code:
[bg_basket]
Source=shop/basket.tpl
MatchFile=bg_basket.tpl
Subdir=templates and the new template is correctly created here: /design/ezwebin/override/templates/bg_basket.tpl but it's not picked up. Any ideas why?
Thanks in advance, </pascal>
|