Needed Very Much

there are 2 features or functions i would like for cs cart team to integrate in the next releases

1 to hide the products with 0 stock

Example like the products on moderation are in separate tab

Can we have all zero stock products in another tab.

and

2 a product block to filter products by size

Example : if i'm on a product shirt size L

i want that under product to suggest products at the same size ( L )

i hope i have explained well

Regards

1. You can use saved searches feature to display out of stock items on the separate page

2. If you mean options, the filter by options will never be added since this functionality is outdated

If you mean product variations, it is possible to create such filter out of the box

1 if i go to products i can see the zero stock product there in the list.

my store is not that old and there are to many products that has been sold and stock is zero.

but when i go to products "backend" the products are listed there.

i cant imagine a store with 20000 products and after 5000 products have been sold they are still there on the products page filling unnecessary space.

the idea is to remove zero stock products from products page " don't forget backend" for fronted you can hide zero stock products with one click.

####################################################

2 yes using variations. mostly for clothes and shoes.

if i'm a buyer and my size is "L"

even i i'm not sure if is possible.

i'm on the categories T-shirt i use the product filter to show me the L size

i click one product

under that product i want a scroller that shows only products in size L.

a bit complicated.


for now we can only show group products like, bestseller,same price, most viewed, same categorie and subcategories products.

i see a product i like in the scroller but when i click it it says only size M and S . so nothing for me a waste of click.

i hope im explaining it what i mean.


remember the product filter choice from the client, and use it to suggest products in that size. only for that session.

1 if i go to products i can see the zero stock product there in the list.

The easiest way is to open the app/schemas/menu/menu.php file and replace

                'products' => array(
                    'href' => 'products.manage',
                    'alt' => 'product_options.inventory,product_options.exceptions',
                    'position' => 200,
                ),

with

                'products' => array(
                    'href' => 'products.manage?amount_from=1',
                    'alt' => 'product_options.inventory,product_options.exceptions',
                    'position' => 200,
                ),

Then clear cache

2 yes using variations. mostly for clothes and shoes.

Looks like additional custom development work is required here

solution 1 worked perfectly, thank you

all zero stock product not anymore in product list page.

Looks like additional custom development work is required here

i hope someone like me is interested and can replay in here so we can share some costs.