briggers, on 13 January 2012, 11:51, said:
It seems that after adding a new category (see point 2) it is necessary to "Reset" the cache. Then the new category shows every time.
Would it be possible to automatically clear the cache after adding a new category?
Yes, it's possible, you could open admin/categories.php and find:
if (USE_CACHE == 'true') {
tep_reset_cache_block('categories');
tep_reset_cache_block('also_purchased');
}
and add in:
tep_reset_cache_block('categories_box2');
Untested but it may work, ill have a look later hopefully, it may require further coding like in the frontend in the admin functions part.
Edited by chrish123, 13 January 2012, 15:00.














