I have been playing around Broadleaf commerce for a few days and found that it is a great framework. Thanks for all of those who built this. However, I am facing a problem and am waiting anyone to help. The problem I found can be reproduced by following below steps:
- Go to "Manage Addresses" page of the user.
- Delete an address.
- Go to "Check out" page and you will see that such shipping information is still available inside the boxes.
Therefore, my question is I would like to know how such shipping information be populated. I also checked the table "blc_customer_address" and found that a row that represented such information was deleted, but the blc_address.is_active is still equal to 1, which does not make sense.
By the way, I set up the website according to Broadleaf2.2, MySql database, and Apache Tomcat.
Thanks in advance.