cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

develop a plugin on CCO in the (Retail service/Quick service/Table Service) modes

obadarneh
Explorer
0 Likes
377

Dears,

Im trying to develop a plugin on CCO, im using version 2.0 FP12 PL13

When I run the CCO on the (Retail (Old UI - Deprecated)) the plugin is working fine

but when i change the POS screen mode to (Retail service/Quick service/Table Service) modes , the plugin will not work!!!?

can you please advice me ,is the use of plug-in for this Modes is not supported?
for example , in Retail (Old UI - Deprecated) mode, the checkSalesItem method will work
but in the other modes , it does not called?!

Accepted Solutions (0)

Answers (1)

Answers (1)

R_Zieschang
Active Contributor
0 Likes

Hi obadarneh,

the reason for that is, that the old retail UI is using the IReceiptManager. The new UI is using services class instead of the "old" manager classes. Use the ReceiptPosService. This class implements the addSalesItem Method.

Regards
Robert