Banner Image by Category
I want to modify the ps_banner module. I have modified ps_banner.tpl, I have put this code.
{if $ smarty.get.id_category == 383}
{/ if}
To display a different image when category 383 is opened.
But the problem is that it remains as cached and always shows me the same image, I have to clear the cache and then change the image, but if I change the category, it still maintains the same image of the category previously visited.
Can you solve each category to have a different image?
Thank you.