Closed clsource closed 10 years ago
This error is caused in this line
$activeShopID = (int) Context::getContext()->shop()->id;
Must solve removing parenthesis in shop like this
$activeShopID = (int) Context::getContext()->shop->id;
Fix Error Related to Context Shop ID
This error is caused in this line
$activeShopID = (int) Context::getContext()->shop()->id;
Must solve removing parenthesis in shop like this
$activeShopID = (int) Context::getContext()->shop->id;