Jump to content

Error after upgrade to 4.2.3 from 4.1.1


Guest Cynscreations

Recommended Posts

Guest Cynscreations

Hello,

I upgraded cart to 4.23. from 4.1.1 and now receive this error when clicking on any of the categories. This code appears at the top of the page.

ults[$i]['useStockLevel'] == true && $productResults[$i]['digital'] == false) { $view_cat->assign("TXT_OUTOFSTOCK", $lang['viewCat']['out_of_stock']); } else { $view_cat->assign("TXT_OUTOFSTOCK", ''); } $view_cat->parse("view_cat.productTable.products"); } } $view_cat->assign("LANG_SORT", $lang['viewCat']['sort']); $view_cat->parse("view_cat.productTable"); } else if (!$productResults && isset($_REQUEST['searchStr'])) { $view_cat->assign("TXT_NO_PRODUCTS", sprintf($lang['viewCat']['no_products_match'], sanitizeVar($_REQUEST['searchStr']))); $view_cat->parse("view_cat.noProducts"); } else { $view_cat->assign("TXT_NO_PRODUCTS", $lang['viewCat']['no_prods_in_cat']); $view_cat->parse("view_cat.noProducts"); } $view_cat->parse("view_cat"); $page_content = $view_cat->text("view_cat"); ?>

Please help me fix this. Thank you.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...