Product inventory

Hey



How I can get the inventory from a product, but not only the single amount, i work with product combinations (track with options).



For what? I will check the inventory from all categories and if are no products available, i will blind out the category.



i can not use thise code, because this is for one category and should do this in all categories.



```php $lang_code = $cart_language;



$products_per_page = $settings[‘Appearance’][‘products_per_page’];



$cid = $category_id;

include $common_dir.‘search_products.php’;

if (!empty($products)) {

echo ‘blind out …’;

}

```



Greetings David

It took care of itself