Jump to content

[PS 8] Error when opening shopping carts


Ritter

Recommended Posts

When in BO opening shopping carts, the following error message appears

 if ($row['behavior'] == 0) {
                    break;
                }
            }
            $result = new TaxCalculator($taxes, $behavior);
            Cache::store($cache_id, $result);
            return $result;
        }

Line "$result ..." is hightlighted.
I don´t no what is wrong :(

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...