DomsAdmin Posted January 31, 2011 Share Posted January 31, 2011 Hello forum!I recently applied the fixes for the bugs (bugs 6792 & 6827) found in the quantity discounts code in classes/order.php. Upon running test checkouts we keep receiving the following report: Parse error:syntax error in T_PUBLIC in classes/order.php on line 348.Here's a few lines of the code below:line 346 if (Configuration::get('PS_1_3_2_UPDATE_DATE')) // PS >= 1.3.2 (update or fresh install)line 347 {line 348 public function setProductPrices(&$row)line 349 {I've tried fixing this but can't come up with anything.If any suggestions please let me know. thank you... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now