Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Price Break 1.11.3 install - Parse Error


LindaAtl

Recommended Posts

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

Link to comment
Share on other sites

$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!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...