Skip to content
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

config not properly implemented #61

Open
dipit2007 opened this issue Aug 30, 2017 · 0 comments
Open

config not properly implemented #61

dipit2007 opened this issue Aug 30, 2017 · 0 comments

Comments

@dipit2007
Copy link

dipit2007 commented Aug 30, 2017

I have changes table name and now code is breaking....

Column not found: 1054 Unknown column 'shop_items.shop_carts_id' in 'on clause' (SQL: select sum(shop_items.quantity) as itemCount, sum(shop_items.price * shop_items.quantity) as totalPrice, sum(shop_items.tax * shop_items.quantity) as totalTax, sum(shop_items.shipping * shop_items.quantity) as totalShipping from shop_carts inner join shop_items on shop_items.shop_carts_id = shop_carts.id where shop_carts.id = 1 limit 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant