Retail Engine, 2026

Changes for page Offers


From version 17.1
edited by Anastasia Zanina
on 2026/09/09 04:09
Change comment: There is no comment for this version
To version 9.2
edited by Anastasia Zanina
on 2026/09/09 03:36
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -38,13 +38,13 @@
38 38  {{/showhide}}
39 39  
40 40  {{showhide showmessage="What is the best mode for uploading offers from the external system into the Retail Engine System?" hidemessage="What is the best mode for uploading offers from the external system into the Retail Engine System?"}}
41 -To reduce load on processing during the busy hours, we recommend to {{html}}<a href="https://docs.loymax.io/bin/view/Main/Integration/Loading_data_into_the_system/Importing_offers/">import offers</a>{{/html}} per schedule, preferrably at night or early in the morning, not more than once a day. It is also recommended to perfrom batch uploading and rather than uploading offers one by one. Special API methods are used to import offers into the System.
41 +To reduce load on processing during the busy hours, we recommend to {{html}}<a href="https://docs.loymax.io/xwiki/bin/view/Main/Integration/Loading_data_into_the_system/Importing_offers_API">import offers</a>{{/html}} per schedule, preferrably at night or early in the morning, not more than once a day. It is also recommended to perfrom batch uploading and rather than uploading offers one by one. {{html}}<a href="https://docs.loymax.io/xwiki/bin/view/Main/Integration/Ways_to_use_API/System_Api_Methods/Methods_of_system_api/OfferImportExport/">Special API methods</a> are used to import offers into the System{{/html}}.
42 42  {{/showhide}}
43 43  
44 44  {{showhide showmessage="Is it possible to use offers to set up a closed, time-limited sale in the online store only for a certain segment of customers from the database?" hidemessage="Is it possible to use offers to set up a closed, time-limited sale in the online store only for a certain segment of customers from the database?"}}
45 45  Yes, it is possible. To implement such a case, there is a need to:
46 46  
47 -1. {{html}}<a href="https://docs.loymax.io/bin/view/Main/Usage/MMP/Admin_panel/Customer_attributes/Attributes/">Create a new attribute</a>{{/html}}of boolean type, e.g. “Closed Sale Participant”.
47 +1. {{html}}<a href="https://docs.loymax.io/xwiki/bin/view/Main/Using/MMP/Admin_panel/Client_attributes/Common_attributes/">Create a new attribute</a>{{/html}}of boolean type, e.g. “Closed Sale Participant”.
48 48  1. Prepare an Excel file for attribute uploading. Example of file contents:(% class="box" %)
49 49  (((
50 50  ##CardNumber;check
... ... @@ -51,7 +51,7 @@
51 51  1340000002;True
52 52  1340000001;True##
53 53  )))In the example above, the check attribute created in step 1 will be set for two Particiapnts.
54 -1. {{html}}<a href="https://docs.loymax.io/bin/view/Main/Usage/MMP/CRM/Customers_CRM/Customer_import/">Import attribute value</a> {{/html}}via MMP by uploading of the file created in step 2.
55 -1. Set up the offer using the customer attribute conditions. For discount calculation, add the {{html}}<a href="https://docs.loymax.io/bin/view/Main/Usage/MMP/Marketing/Offers/Guide_to_actions/Discount/">Discount</a>{{/html}} action and the {{html}}<a href="https://docs.loymax.io/bin/view/Main/Usage/MMP/Marketing/Offers/Guide_to_filters/Client/Common_attribute/">Common attribute</a>{{/html}} filter, specifying the "Closed Sale" attribute. In addition, the {{html}}<a href="https://docs.loymax.io/xwiki/bin/view/Main/Using/MMP/Marketing/Offers/Filters/Cheque/Goods/">Product</a>{{/html}} filter should be added with indication of previously created group of products for which a discount will be provided.
54 +1. {{html}}<a href="https://docs.loymax.io/xwiki/bin/view/Main/Using/MMP/CRM/Clients/Import_of_clients_attributes/">Import attribute value</a>{{/html}}via MMP by uploading of the file created in step 2.
55 +1. Set up the offer using the customer attribute conditions. For discount calculation, add the {{html}}<a href="https://docs.loymax.io/xwiki/bin/view/Main/Using/MMP/Marketing/Offers/Action_catalog/Discount/">Discount</a>{{/html}} action and the {{html}}<a href="https://docs.loymax.io/xwiki/bin/view/Main/Using/MMP/Marketing/Offers/Filters/Client/Common_attribute/">Common attribute</a>{{/html}} filter, specifying the "Closed Sale" attribute. In addition, the {{html}}<a href="https://docs.loymax.io/xwiki/bin/view/Main/Using/MMP/Marketing/Offers/Filters/Cheque/Goods/">Product</a>{{/html}} filter should be added with indication of previously created group of products for which a discount will be provided.
56 56  1. {{html}}<a href="https://docs.loymax.io/xwiki/bin/view/Main/Integration/Ways_to_use_API/API_methods/Methods_of_public_api/UserAttributes/">Receive information from the online store</a>{{/html}}that the Participant has an attribute and check its value.
57 57  {{/showhide}}