Delete Items In Backend!

Hello!

I am using cs cart version 4.4.3.

I cannot delete more than 60 items-products or whatever when page has more more than 60 items in dropdown. How to fix this?

Hello

Try increase php variable max_input_vars=100000 or memory_limit.

Best regards

Robert

Also pay attention to max_post_size value

Hello

Try increase php variable max_input_vars=100000 or memory_limit.

Best regards

Robert

Also pay attention to max_post_size value

Thanks very much both of you!