- Open the app/functions/fn.catalog.php file in the root directory of your CS-Cart installation.
- 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']) ) {
CS-Cart 4.3.2: Store Freezes During Search Print
Created by: Vladimir+kmolchanov
Modified on: Fri, Jan 24, 2020 at 6:01 PM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.