E-gift Cards
Aurora's EagleEye integration includes support for the creation and sale of e-Gift Cards.
This article describes how to create an E-gift Card product, configure Aurora to sell them and what impact this has on the overall order workflow.
Introduction
Aurora's Gift Card integration currently includes support for the creation and sale of e-Gift Cards through the EagleEye integration. This is achieved by way of custom Product Additional Fields and some minor configurable options in the Aurora Back-end surrounding EagleEye and Gift Cards in general.
EagleEye is not Aurora's only Gift Card integration, however it is currently the only one that presently supports the fully integrated creation and sale of e-gift cards.
For more information regarding how to configure EagleEye itself, please see the EagleEye User Guide.
Managing e-Gift Cards
How to Manage/Create an e-Gift Card Product for Sale
To create an E-gift Card product for sale on your Aurora Store, simply:
- Create a product as you normally would.
- Add a variation to this product for each of the card values you wish to support, e.g. you might create 3 card variations with the values £10, £20 and £30. These prices are then used as the value issued to the customer during card creation later in the ordering process.
- Add an Additional Field value to the product for the “Is e-Gift Card?” field of “1”.
If you do not see a field called "Is e-Gift Card?" in the "Fields" section of the product Edit page, you will need to add it under the Product Additional Fields section of the Aurora Back-end. Simply go to Products > Fields > Fields in the Aurora Back-end and add the field, as described above, and then you will be able to set this against your Products going forward.
- Set the product's stock level as desired, to ensure you can actually list it for sale on the Aurora Front-end.
- Save the product.
Don't forget to publish the product and (should you wish to have the product appear in your search results) make it searchable, before proceeding (unless you wish to avoid listing the product immediately).
Once this is done and you have published the product for sale, it will be available for your customers to purchase in the same way any other product would be.
This being the case, consider whether you would like to exclude your Gift Cards from any promotions you have on your Store.
When are the e-Gift Cards created?
The e-Gift Cards are not created unless configured to do so and then only at specific points in the order lifecycle.
To configure when the e-Gift Cards are created (and so sent to the customer), you should use the "Issue eGift Cards (EagleEye only)" setting, under the Store > Settings > Promotions > Gift Cards in the Aurora back-end.
This setting supports the following 3 values:
- Never - Aurora will never generate or deliver the e-Gift Cards for the customer, leaving this process to be dealt with manually by yourselves.
- On Fraud Approval - Aurora will generate and deliver the e-Gift Cards on receipt of a successful (passing) fraud result.
- On Dispatch - Aurora will generate and deliver the e-Gift Cards when the order is marked as dispatched.
How to Manage the e-Gift Card Notification Emails
When an e-Gift Card is created (see the When are the e-Gift Cards created section for more detail on this), Aurora will send out an email to the customer that made the purchase. This email can be tailored to include any information you see fit, including the e-Gift Card details themselves, ready for the customer to use on any of your supported platforms.
To ensure this email is sent out by Aurora, you must configure the email content appropriately in the Aurora Back-end under Orders > Emails.
To do this, simply create an email template using the following settings.
Field name | Value | Information |
---|---|---|
Use | Leave this field blank. | |
Email Name | e-Gift Card Purchase Notification | This is the single most important field and should be set exactly as described here. It allows Aurora to locate your email content for use when sending out these emails and if not set correctly will result in Aurora refusing to send out your e-Gift Card emails at all. |
Email Subject | e-Gift Card Purchase Notification | You can customise this field to suit your needs. |
Admin Email Subject | e-Gift Card Purchase Notification | You can customise this field to suit your needs. |
Thank you for your order. Please find the details of the e-Gift Cards you have purchased below: {foreach from=$order.items.additional_fields item="item_fields"} {foreach from=$item_fields key="key" item="value"} {if $key == "e-Gift Card Numbers"} {$value} {/if} {/foreach} {/foreach} | You can customise this field to suit your needs, though the example provided demonstrates in the most simplest of terms, how to display the card numbers created during the purchase. |
If you do not create the appropriate email template, then these card details will never be delivered to the customer.
Updated over 2 years ago