Re: IF statement for php file
It's possible that BCSE's mod doesn't pass a category variable. You can try dumping the variables to the screen to see what's available:
FIND:
if ($categories[cat_num] == 1) {
BEFORE ADD:
var_dump($HTTP_POST_VARS); exit;
Then add to cart.
|