You can ignore that error. The problem is bellow that message:
[ThirtyBeesException]
[ PSCURRENCYDEFAULT] is not a valid configuration key
at line 1005 in file classes/Configuration.php
@since 1.0.8
*/
protected static function validateKey($key)
{
if ( ! Validate::isConfigName($key)) {
$e = new PrestaShopException(sprintf(
Tools::displayError('[%s] is not a valid configuration key'),
Tools::htmlentitiesUTF8($key)
));
die($e->displayMessage());
}
just checked github, @datakick have made commit to fix first line issue, see here https://github.com/thirtybees/thirtybees/commit/990d56934009843a96b9d60a8b62d7645e090128
thank you :)
@zen that's quite simple solution. is it fix the bug?
@traumflug said in Rounding issue in shopping cart:
I've recorded a Github issue to not forget this: https://github.com/thirtybees/thirtybees/issues/553