ez.no / exponential / documentation / building an exponential shop / setting up a simple shop / modifying the default behavior
These documentation pages are no longer maintained. Please visit the new documentation site.
In this section we will modify two pages of the shop's front-end:
The rest of the pages of the shop are good (enough). Before we are going to modify the templates, make sure you have disabled the caching system. The following lines are necessary in the "settings/siteaccess/tscm/site.ini.append" file:
[ContentSettings] ViewCaching=disabled [TemplateSettings] TemplateCache=disabled
| Operator | Description |
|---|---|
Modifying the product list | |
Basket |
Comments
does not work
Torbjørn Laukvik
Wednesday 27 April 2005 10:57:32 am
TemplateCache=disabled
Debug=disabled
[ContentSettings]
ViewCaching=disabled
[DebugSettings]
DebugOutput=disabled
This makes no difference to me. I still have to clear the cache after EVERY change I make. Very annoying for development. Any idea why?