- open orders_config.php file
- add LEFT JOIN '.TABLE_PREFIX.'Orders cloned_ord ON cloned_ord.OrderId = %1$s.OrderId to the end of each SQL in ListSQLs and ItemSQLs
- go to E-commerce → Orders section
- confirm, that no SQL error happens (before this fix there would be one)
Details
Details
Diff Detail
Diff Detail
- Repository
- rMINC Modules.In-Commerce
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.