CS-Cart 4.3.2: Store Freezes During Search Print

Modified on: Wed, 29 Mar, 2023 at 5:21 PM


  1. Open the app/functions/fn.catalog.php file in the root directory of your CS-Cart installation.
  2. Find this line:
    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'])  
        ) {  

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.