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:

  1. Product List
  2. Basket

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
Document Modifying the product list
Document Basket

Comments

does not work

[TemplateSettings]
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?

Contents

Building an Exponential shop

Setting up the TSCM layout
Setting up a simple shop
    Adding a simple shop
    Modifying the default behavior
       Modifying the product list
       Basket
Extending the shop with a Paypal paym...


Created

13/12/2004
2:25:12 pm
by Raymond Bosman

Last updated

13/12/2004
3:50:44 pm
by Raymond Bosman

Authors

Raymond Bosman



This page is part of the Exponential documentation. The documentation is available under the GNU Free Documentation License. All contributions will be released under the terms of this license.