Where I can defined the Notice: Browse Total Products
I have message
..Undefined variable: BrowseTotalProducts in
I have error:
.............................../templates/gk_storebox/html/com_virtuemart/category/default.php on line 211
- Code: Select all
<?php
$iBrowseProduct ++;
// Do we need to close the current row now?
if ($iBrowseCol == $BrowseProducts_per_row || $iBrowseProduct == $BrowseTotalProducts) {?>
And all product in category are show in one column.
Help me , please