Hi guys,
i found out that there is an issue on online demo of Sylius when you create a new account.
In this case, after account creation, i saw that there is a non zero cart total price ($1.10) with empty cart.

Is this an issue?
P.S.: I would like to male QA for /admin (new version) on demo version. What is the admin credentials? With a new account i got a 403 forbidden. :)
Thank you,
Dan
There is a separation with users, there are shop users (as you create it) that can only access shop, and admin users for /admin.
Credentials are
login : [email protected]
password : sylius
Thank you @Niiko!
I was trying to do sign in with admin credentials on shop users login!
I reopen issue for cart total price bug!
The default shipping method is assigned to the cart on each cart change (e.g. user log in), that causes non zero total for empty cart. This is a bug since it should not assign anything to an empty cart and we're already working on a fix.
Should be fixed in https://github.com/Sylius/Sylius/pull/5845. Please reopen if still relevant.
Most helpful comment
The default shipping method is assigned to the cart on each cart change (e.g. user log in), that causes non zero total for empty cart. This is a bug since it should not assign anything to an empty cart and we're already working on a fix.