Product Name and Description seemed to be cached somewhere.
I made changed in the database, they are not being reflected when viewing or editing a product. I to a 'Text Export' and the values are correct (in the db not what is actually displayed)
I cleared dnn cache, restarted app, kicked the server, set cache timeout to 1, cleared ie cache,
Where is this being cached??
If I change the price directly in the database, it displays immediately.
after 4 hours of looking through the source code..
I found no way to clear Catalook's own personal cache....
at least I figured out my own way truncate table cat_resources
If I missed how to do it within the app... I apologize, otherwise there must be a way...
where else is there cache? usually this works, I clear CAT_resources and then edit cat_products.
If I dont, even if I clear CAT_Resources after I edit cat_products some are updated, some are not.
I have a product name that is updated in the db, cat_resources is cleared yet not on the website
HOW?