- Open the app/functions/fn.catalog.php file in the root directory of your CS-Cart installation.
- Find this line:
and replace it with:
CS-Cart 4.3.2: Store Freezes During Search
Updated on February 7, 2022
Home > Search & Filter > CS-Cart > Troubleshooting
if (!empty($params['force_get_by_ids']) && empty($params['pid']) && empty($params['product_id'])) {
and replace it with:
if (!empty($params['force_get_by_ids'])
&& empty($params['pid'])
&& empty($params['product_id'])
&& empty($params['get_conditions'])
) {
How useful was this post?
Click on a star to rate it!
Average rating 0 / 5. Vote count: 0
No votes so far! Be the first to rate this post.
We are sorry that this post was not useful for you
Let us improve this post!
Please tell us how we can improve this post