Guest Posted February 26, 2012 Share Posted February 26, 2012 Bug Create a new Carrier V1.4.7.0 Using V1.4.7.0 Cannot create/edit carrier. I do notice this bug has been reported. It is listed as a “minor” bug. http://forge.prestas...owse/PSCFI-5006 Anyone got a workaround? I tried editing the table directly, no good. I can’t imagine what kind of bug it takes to become critical. This is my first attempt at creating a Prestashop and of course I need a shipping option. Bill Dalton Link to comment Share on other sites More sharing options...
Tufan Posted February 28, 2012 Share Posted February 28, 2012 in yourroot/classes/Carrier.php at line "133" change $fields['need_range'] = (boolean)$this->need_range; to $fields['need_range'] = (int)$this->need_range; Link to comment Share on other sites More sharing options...
Milaus Posted March 2, 2012 Share Posted March 2, 2012 in yourroot/classes/Carrier.php at line "133" change $fields['need_range'] = (boolean)$this->need_range; to $fields['need_range'] = (int)$this->need_range; GOOD Link to comment Share on other sites More sharing options...
Guest Posted March 3, 2012 Share Posted March 3, 2012 Tufan, thank you so much! That fixed it. I had to delete any carrier that was made before the fix. But now all is great. 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