2210 - (Catalog) Catalog v3 shopping cart
MSS 5.0 - Extensibility - Functions MSS to Kalipso - Catalog - 2210 - (Catalog) Catalog v3 shopping cart
2210 - (Catalog) Catalog v3 shopping cart
Event
Extension action set
Description
Before
EXT_2210_1_Before
Will be executed before MSS opens the shopping cart;
Replace
EXT_2210_2_Replace
Will replace MSS shopping cart screen;
After
EXT_2210_3_After
Will be executed after closing the shopping cart screen;
Input Parameters (event before):
inDocumentExercise β Exercise of the document;
inDocumentType β Type of the document;
inDocumentSeries β Series of the document;
inDocumentNumber β Number of the document;
inCustomerCode β Code of the selected customer;
Input Parameters (event replace):
inDocumentExercise β Exercise of the document;
inDocumentType β Type of the document;
inDocumentSeries β Series of the document;
inDocumentNumber β Number of the document;
inCustomerCode β Code of the selected customer;
Output Parameters (event replace):
outCanCloseCart β Return code: 1 β Continue to the order screen / 0 β Cancel;
outArticleCode β When closing cart, if not empty, will show this article details (only Tablet);
Input Parameters (event after):
inDocumentExercise β Exercise of the document;
inDocumentType β Type of the document;
inDocumentSeries β Series of the document;
inDocumentNumber β Number of the document;
inCustomerCode β Code of the selected customer;
Last updated