LindaAtl Posted April 13, 2005 Posted April 13, 2005 I've just installed Price Break 1.11.3 and when selecting a catagory on the left side of the page, I get the following error: Parse error: parse error, unexpected T_CASE in /home2/keystonb/public_html/estore/includes/modules/product_listing.php on line 113 The website is www.keystonbrosonline.com I've edited, edited and re-edited the files indicated in the readme.txt, but can't seem to find my error causing the above error. If anyone has any idea what file is causing this error, I'd be most appreciative to you. Thanks a million, Linda
LindaAtl Posted April 13, 2005 Author Posted April 13, 2005 $lc_text = ' <a href="' . tep_href_link(FILENAME_PRODUCT_INFO, ($cPath ? 'cPath=' . $cPath . '&' : '') . 'products_id=' . $listing['products_id']) . '">' . $listing['products_name'] . '</a> '; } break; case 'PRODUCT_LIST_MANUFACTURER': $lc_align = ''; $lc_text = ' <a href="' . tep_href_link(FILENAME_DEFAULT, 'manufacturers_id=' . $listing['manufacturers_id']) . '">' . $listing['manufacturers_name'] . '</a> '; break; case 'PRODUCT_LIST_PRICE': $lc_align = 'right'; $pf->parse($listing); $lc_text = $pf->getPriceStringShort(); } break; case 'PRODUCT_LIST_QUANTITY': $lc_align = 'right'; $lc_text = ' ' . $listing['products_quantity'] . ' '; break; case 'PRODUCT_LIST_WEIGHT': $lc_align = 'right'; $lc_text = ' ' . $listing['products_weight'] . ' '; break; Thanks for checking into this for me!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.