[TYPO3-shop] NoSingleViewOnList and cache

Franz Holzinger franz at fholzinger.com
Wed Oct 17 09:29:07 CEST 2007


Hello Ian,

> I'm making a simple shop with tt_products but in list view the page is
> forced to not be cached.
> ( in the ADMIN PANEL I have no_cache:1 )
> Now, when I click a product I go correctly to the single view.
> 
> If I set NoSingleViewOnList=1 the list view is cached.
> ( ADMIN PANEL > no_cache:0 )
> 
> But now, when I click a product in the list, the page refresh on the
> list view and the page is not cached.
> ( ADMIN PANEL > no_cache:1 )
> 
> How can I have both list view cached and links to single view working?

the code must be rewritten here for the proposals from Jo Hasenau. This
means that the plugins should be USER_INT or USER objects.

But there is still a problem with the list view when a product has been
added to the basket. Another fix would be needed here. The amount should
not be shown in the list view any more. Then the cache could be used.

- Franz




More information about the TYPO3-project-tt-products mailing list