Loymax, 2026

Changes for page Offers


From version 3.1
edited by Vera Retyeva
on 2024/02/22 03:23
Change comment: There is no comment for this version
To version 5.1
edited by Vera Retyeva
on 2024/02/22 03:39
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -45,16 +45,16 @@
45 45  To reduce load on processing during the busy hours, we recommend to {{html}}
46 46  <a href="https://docs.loymax.net/xwiki/bin/view/Main/Integration/Loading_data_into_the_system/Importing_offers_API">import offers</a>
47 47  {{/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}}
48 -<a href="https://docs.loymax.net/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.
48 +<a href="https://docs.loymax.net/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
49 49  {{/html}}.
50 50  {{/showhide}}
51 51  
52 -{{showhide showmessage="Можно ли с помощью акций настроить в Интернет-магазине закрытую, ограниченную по времени, распродажу только для определенного сегмента клиентов из БД?" hidemessage="Можно ли с помощью акций настроить в Интернет-магазине закрытую, ограниченную по времени, распродажу только для определенного сегмента клиентов из БД?"}}
53 -Можно. Для реализации такого кейса необходимо:
52 +{{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?"}}
53 +Yes, it is possible. To implement such a case, there is a need to:
54 54  1. {{html}}
55 -<a href="https://docs.loymax.net/xwiki/bin/view/Main/Using/MMP/Admin_panel/Client_attributes/Common_attributes/">Создать новый атрибут</a>
56 -{{/html}} с типом булевый (boolean), напримерУчастник закрытой распродажи”.
57 -1. Сформировать файл к загрузке атрибута средствами Excel. Пример содержимого файла:
55 +<a href="https://docs.loymax.net/xwiki/bin/view/Main/Using/MMP/Admin_panel/Client_attributes/Common_attributes/">Create a new attribute</a>
56 +{{/html}} of boolean type, e.g.Closed Sale Participant”.
57 +1. Prepare an Excel file for attribute uploading. Example of file contents:
58 58  (% class="box" %)
59 59  (((
60 60  ##CardNumber;check
... ... @@ -61,18 +61,18 @@
61 61  1340000002;True
62 62  1340000001;True##
63 63  )))
64 -В примере выше для двух Участников по номеру карты будет устанавливаться атрибут check, созданный в пункте 1.
64 +In the example above, the check attribute created in step 1 will be set for two Particiapnts.
65 65  1. {{html}}
66 -<a href="https://docs.loymax.net/xwiki/bin/view/Main/Using/MMP/CRM/Clients/Import_of_clients_attributes/">Импортировать значение атрибутов</a>
67 -{{/html}} через АРМ загрузкой файла, созданного на этапе 2.
68 -1. Настроить акцию с использованием условия на атрибут клиента. На расчет скидки добавить действие {{html}}
69 -<a href="https://docs.loymax.net/xwiki/bin/view/Main/Using/MMP/Marketing/Offers/Action_catalog/Discount/">Скидка</a>
70 -{{/html}} и фильтр {{html}}
71 -<a href="https://docs.loymax.net/xwiki/bin/view/Main/Using/MMP/Marketing/Offers/Filters/Client/Common_attribute/">Общий атрибут</a>
72 -{{/html}}, указав атрибут "Закрытая распродажа". Также добавить фильтр {{html}}
73 -<a href="https://docs.loymax.net/xwiki/bin/view/Main/Using/MMP/Marketing/Offers/Filters/Cheque/Goods/">Товар</a>
74 -{{/html}} с указанием заранее созданной группы товаров, на которую будет предоставляться скидка.
66 +<a href="https://docs.loymax.net/xwiki/bin/view/Main/Using/MMP/CRM/Clients/Import_of_clients_attributes/">Import attribute value</a>
67 +{{/html}} via MMP by uploading of the file created in step 2.
68 +1. Set up the offer using the customer attribute conditions. For discount calculation, add the {{html}}
69 +<a href="https://docs.loymax.net/xwiki/bin/view/Main/Using/MMP/Marketing/Offers/Action_catalog/Discount/">Discount</a>
70 +{{/html}} action and the {{html}}
71 +<a href="https://docs.loymax.net/xwiki/bin/view/Main/Using/MMP/Marketing/Offers/Filters/Client/Common_attribute/">Common attribute</a>
72 +{{/html}} filter, specifying the "Closed Sale" attribute. In addition, the {{html}}
73 +<a href="https://docs.loymax.net/xwiki/bin/view/Main/Using/MMP/Marketing/Offers/Filters/Cheque/Goods/">Product</a>
74 +{{/html}} filter should be added with indication of previously created group of products for which a discount will be provided.
75 75  1. {{html}}
76 -<a href="https://docs.loymax.net/xwiki/bin/view/Main/Integration/Ways_to_use_API/API_methods/Methods_of_public_api/UserAttributes/">Получить информацию со стороны Интернет-магазина</a>
77 -{{/html}} о том, что у Участника есть атрибут и проверить его значение.
76 +<a href="https://docs.loymax.net/xwiki/bin/view/Main/Integration/Ways_to_use_API/API_methods/Methods_of_public_api/UserAttributes/">Receive information from the online store</a>
77 +{{/html}} that the Participant has an attribute and check its value.
78 78  {{/showhide}}