Changes for page Offers
From version 5.2
edited by Vera Retyeva
on 2024/02/22 03:43
on 2024/02/22 03:43
Change comment:
Update document after refactoring.
To version 3.1
edited by Vera Retyeva
on 2024/02/22 03:23
on 2024/02/22 03:23
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,1 @@ 1 - Main.Frequently_asked_questions.WebHome1 +Sandbox.WebHome - 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=" Isitpossibletouseofferstosetup a closed,time-limitedsaleintheonlinestoreonlyforacertainsegment of customers from the database?" hidemessage="Isitpossibletouseofferstosetup a closed,time-limitedsaleintheonlinestoreonlyforacertainsegment of customers from the database?"}}53 - Yes, it is possible.Toimplementsuchacase, there is a need to:52 +{{showhide showmessage="Можно ли с помощью акций настроить в Интернет-магазине закрытую, ограниченную по времени, распродажу только для определенного сегмента клиентов из БД?" hidemessage="Можно ли с помощью акций настроить в Интернет-магазине закрытую, ограниченную по времени, распродажу только для определенного сегмента клиентов из БД?"}} 53 +Можно. Для реализации такого кейса необходимо: 54 54 1. {{html}} 55 -<a href="https://docs.loymax.net/xwiki/bin/view/Main/Using/MMP/Admin_panel/Client_attributes/Common_attributes/"> Createanew attribute</a>56 -{{/html}} ofbooleantype,e.g.“ClosedSaleParticipant”.57 -1. PrepareanExcelfileforattributeuploading.Exampleoffilecontents: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. Пример содержимого файла: 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 - Intheexampleabove,thecheckattributecreatedinstep1willbesetfortwoParticiapnts.64 +В примере выше для двух Участников по номеру карты будет устанавливаться атрибут check, созданный в пункте 1. 65 65 1. {{html}} 66 -<a href="https://docs.loymax.net/xwiki/bin/view/Main/Using/MMP/CRM/Clients/Import_of_clients_attributes/"> Importattributevalue</a>67 -{{/html}} viaMMPbyuploadingofthefilecreated in step2.68 -1. Setuptheofferusingthecustomerattribute conditions.Fordiscountcalculation,addthe{{html}}69 -<a href="https://docs.loymax.net/xwiki/bin/view/Main/Using/MMP/Marketing/Offers/Action_catalog/Discount/"> Discount</a>70 -{{/html}} actionandthe{{html}}71 -<a href="https://docs.loymax.net/xwiki/bin/view/Main/Using/MMP/Marketing/Offers/Filters/Client/Common_attribute/"> Commonattribute</a>72 -{{/html}} filter,specifyingthe"ClosedSale"attribute.Inaddition,the{{html}}73 -<a href="https://docs.loymax.net/xwiki/bin/view/Main/Using/MMP/Marketing/Offers/Filters/Cheque/Goods/"> Product</a>74 -{{/html}} filtershouldbeaddedwithindicationofpreviouslycreatedgroupof products for which a discount will be provided.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}} с указанием заранее созданной группы товаров, на которую будет предоставляться скидка. 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/"> Receiveinformationfromtheonline store</a>77 -{{/html}} thattheParticipanthasanattributeandcheckitsvalue.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}} о том, что у Участника есть атрибут и проверить его значение. 78 78 {{/showhide}}