#2782 - "Add to Cart" creates an error
| Identifier | #2782 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | "Add to Cart" creates an error |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | catalogues |
| Description | Message comes back as:
Unfortunately a query has failed [SELECT id FROM oc_shopping_order WHERE t1.order_status='ORDER_STATUS_awaiting_payment' AND add_date<1470273268] [Unknown column 't1.order_status' in 'where clause'] (version: 10 RC16, PHP version: 5.3.29, URL: /site/index.php?page=shopping&type=add_item&hook=catalogue_items) Full stack trace PDF attached. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
The fix was:
http://compo.sr/tracker/view.php?id=2780#c4251
Fixed in git, you can use https://raw.githubusercontent.com/ocproducts/composr/master/sources/catalogues.php [^]
The fix you mentioned is not related to this bug. But this bug was fixed via. the support tickets for someone else. You can go to https://github.com/ocproducts/composr/commit/c7ff27d894bbaf6c700251fbcca8d3836730a8a5 for the commit fix.
Thank you for reporting :)