Friday 31 October 2008 8:58:41 am
Hi I have a site where the products are Ez obejcts, but the price exist in other place, so I made a sub template price.tpl, where there is a custum fuction template made by me that is going to fecth the price elsewhere. The problem is that the cache is done for the entire set of template that build the page, and the command
{set-block scope=root variable=cache_ttl}0{/set-block}
invalidate not only my cache template, but all the contentView cache of this page. Is there any way of saying to easy: "Please don't cache this small block or template"?
thanks in advance Pierre Tissot
|