hi,
I tried to add another category to this today but when i added it i got a Parse error with the cat numbers. I tried adding a comma but still got the parse error. Is it possible to add another category?
i tried..
// Show buy it now and shopping cart items.
if ($context['store_item']['ID_CAT'] != 6,8)
if ($free_item == false)
and
// Show buy it now and shopping cart items.
if ($context['store_item']['ID_CAT'] != 6

if ($free_item == false)
but neither worked
thx for any help!