-
Hello everyone, I'm trying to implement multiple lines selection on transaction view of the store commerce i have implemented the controller which stacking the lines successfully but its not highlighting the lines in the grid. Here is my code for the controller. `import { ProxyEntities } from "PosApi/Entities"; constructor(context: IExtensionCartViewControllerContext) {
} |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hello @Maison24 - unfortunately, selecting multiple cart lines in the transaction view is not a supported extension scenario, because the Retail Operation APIs are not designed to operate on a multi-line selection. For example, there would be unexpected behavior trying to void a line or apply a discount if you were to try passing in multiple cart lines. |
Beta Was this translation helpful? Give feedback.
Hello @Maison24 - unfortunately, selecting multiple cart lines in the transaction view is not a supported extension scenario, because the Retail Operation APIs are not designed to operate on a multi-line selection. For example, there would be unexpected behavior trying to void a line or apply a discount if you were to try passing in multiple cart lines.