Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The topics in this section contain detailed instructions for how to add a collection of virtual gift certificates to an order.
For this example, assume that you want to allow a customer to pay for an order by using one or more virtual gift certificates. To implement this scenario, you define a class to represent a virtual gift certificate, define a class to represent the set of virtual gift certificates that were applied to the order, and then attach the set of gift certificates to the order. Because payments are associated with an order form, you store the set of gift certificates as a property of the OrderForm class.
You can find the VirtualGiftCertificate sample in the %COMMERCE_SERVER_ROOT%/SDK/Samples/OrdersExtensibility folder.