-
Notifications
You must be signed in to change notification settings - Fork 625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CartProduct class #55
Comments
Can you further clarify the issue |
I think the models should have the same field with mysql database, I tried to revise it in #56 |
Why don't you store it on browser using javascript, I did that with my JSP project .... Would you me to help on it |
Hi , can you assign this issue to me. I would like to contribute on this project. |
@Pradyot09 |
@Pradyot09 |
In mysql database, there is a table named CART_PRODUCT and CART table has [id, customer_id], so need to revise models in project.
The text was updated successfully, but these errors were encountered: