hi,
in productdetails I use:
$categoryModel= VmModel::getModel('category'); //Load the category model
$category = $categoryModel->getCategory($this->product->virtuemart_category_id); //Load products in that category
$productModel= VmModel::getModel('product'); //Load the product model
$products = $productModel->getProductsInCategory($this->product->virtuemart_category_id);
, but I get no more 9 products, since I have max products on one page = 9! how can change this?
please help!
Thanks/
there is a contradiction in question... productdetails is the page used for the detailed page. I suppose you want to set the number of products in the category view?
you can set this in virtuemart > configuration > frontend
NO), I want to show all products of current category on productdetails page!
Product Categories > your category > Category Form Initial Display Records