Wiki source code of Денежные сертификаты
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | (% class="lead" %) | ||
2 | Issues related to gift certificates: | ||
3 | |||
4 | * {{showhide showmessage="Is there a guarantee that the customer/cashier will not manually pick up the certificate number and redeem it?" hidemessage="Is there a guarantee that the customer/cashier will not manually pick up the certificate number and redeem it?"}}Issues of new certificates are created in the MMP interface. When generating, the following set of unique identifiers is created, according to which work with the certificate can take place on the cash register software side: | ||
5 | |||
6 | * Unique number printed on a certificate, | ||
7 | * Unique barcode printed on a certificate, | ||
8 | * Information sewn into a magnetic stripe, | ||
9 | * QR code printed on a certificate. | ||
10 | |||
11 | Certificate identifiers are generated according to a predefined set of templates. Templates are created in accordance with certain security requirements. The method is similar to the mechanism for generating card numbers. The certificate number can be very long, including both a fixed set of characters and a significant random part, for the complexity of the selection.{{/showhide}} | ||
12 | |||
13 | * {{showhide showmessage="Is it possible to use electronic certificates in an offline store, and physical certificates in an online store?" hidemessage="Is it possible to use electronic certificates in an offline store, and physical certificates in an online store?"}}Gift certificates are integrated in full functionality via {{html}}<a href="https://docs.loymax.net/xwiki/bin/view/Main/Integration/Cash_register_integration/Integration_methods/Exchange_protocol_with_cash_register/Money_certificates_integration/">xml-protocol</a>{{/html}} on cash register software and via methods {{html}}<a href="https://docs.loymax.net/xwiki/bin/view/Main/Integration/Ways_to_use_API/API_methods/Papi_examples/Money_certificates_in_public_API/">Processing</a>{{/html}} in Public API. Thus, any gift certificate can be sold both online and offline. | ||
14 | Online and offline sales have the same scenario. The number of the certificate for sale with the indication of the product code is transmitted to the processing. | ||
15 | |||
16 | The same applies to the use of certificates to pay for purchases. By default, there are no prohibitions on debiting funds from an electronic or physical certificate in an online or offline store. Gift certificates can be divided into different types for convenience. Then you can use offers to configure the use of certain types of certificates in specific places. Otherwise, the payment for the certificate can be tracked only by its lifecycle in the analytics module.{{/showhide}} | ||
17 | |||
18 | * {{showhide showmessage="How can I return the goods paid for with a gift certificate?" hidemessage="How can I return the goods paid for with a gift certificate?"}}You can hold {{html}}<a href="https://docs.loymax.net/xwiki/bin/view/Main/Integration/Ways_to_use_API/API_methods/Papi_examples/Money_certificates_in_public_API/Purchase_and_return_with_money_certificate/">classic return</a>{{/html}} of the product, after which the amount will be refunded to the certificate and it can be used to purchase another product again.{{/showhide}} | ||
19 | |||
20 | For more information about using gift certificates, see [[special article>>doc:Main.Using.Gift_certificates.WebHome]]. | ||
21 | |||
22 | (% class="root-extension__layer-composer" %) | ||
23 | ((( | ||
24 | |||
25 | ))) |