Difference between revisions of "X-Cart:Gift Certificates"

From X-Cart 4 Classic
Jump to: navigation, search
(Creating Gift Certificates)
(Creating Gift Certificates)
Line 135: Line 135:
  
 
1. Go to the <u>Gift certificates</u> section of the store Admin area (<u>Management menu->Gift certificates</u>). You should see a dialog box titled '<u>Gift certificates</u>'. This dialog box is a place where you can see all the gift certificates in your store (The list may be empty if no gift certificates have been created):
 
1. Go to the <u>Gift certificates</u> section of the store Admin area (<u>Management menu->Gift certificates</u>). You should see a dialog box titled '<u>Gift certificates</u>'. This dialog box is a place where you can see all the gift certificates in your store (The list may be empty if no gift certificates have been created):
 +
  
 
: [[Image:gift_certificates0.gif|532px]]
 
: [[Image:gift_certificates0.gif|532px]]
 +
  
 
2. Click the '''Add new''' button at the bottom of the '<u>Gift Certificates</u>' dialog box. This should open a form titled '<u>Gift Certificate</u> <u>details</u>':
 
2. Click the '''Add new''' button at the bottom of the '<u>Gift Certificates</u>' dialog box. This should open a form titled '<u>Gift Certificate</u> <u>details</u>':
 +
  
 
: [[Image:gc2.gif|532px]]
 
: [[Image:gc2.gif|532px]]
 +
  
 
3. Complete the '<u>Gift Certificates details</u>' form:
 
3. Complete the '<u>Gift Certificates details</u>' form:

Revision as of 09:38, 28 January 2010

What Gift Certificates module does

Gift Certificates module enables gift certificates in your store. A gift certificate is a popular type of present for family and friends. It is a thing believed to be the perfect gift in situations where a person wants to get the recipient something thoughtful, but doesn't know what he or she wants.

In terms of X-Cart, a gift certificate is a unique code (distributed on paper or electronically) that is recognized by the store as a means of exchange (not currency, but a substitute for currency; evidence that its holder is entitled to receive products for a definite sum of money). Such a code is issued by the store automatically in response to a request from a customer. The response is submitted in the form of a regular order (In other words, a gift certificate is purchased in the same way as any product in the store).

A customer who purchases a gift certificate configures it using the 'Gift certificates' section of the Customer interface (Special menu->Gift certificates): specifies the name of the person who is sending the certificate and the name of the certificate recipient, creates a message for the recipient, chooses an amount of money for which the certificate must be issued, specifies, whether the certificate should be delivered by email or by regular (postal) mail, and provides the recipient's address (according to the selected delivery option).

Gc4.gif

As soon as the task of configuring the gift certificate is finished, the customer adds the certificate to the shopping cart and orders it as if it were a regular product.

After the order with the gift certificate gets processed, the certificate is activated and sent to the recipient specified by the certificate purchaser.

The recipient then uses the code specified in the gift certificate to redeem the gift certificate - that is to say, to pay for any order in your store by the gift certificate (fully - if the amount on the gift certificate equals or exceeds the total amount of the order, or partially - if the amount on the gift certificate is smaller than the total amount of the order).

Note: The only limitation is that orders containing nothing but gift certificates cannot be paid for by a gift certificate.

To redeem a gift certificate, a person simply needs to select 'Gift Certificate' as a method of payment on checkout:

Gc5.gif

and enter the certificate code into a special field in the 'Payment details' form:

Gc6.gif

Any holder of a gift certificate has the ability to check the current amount and status of his or her gift certificate by using X-Cart's gift certificate verification service. The remaining balance and the status of a gift certificate can be found out at any time by entering the certificate code into the 'Gift certificate verification' form.

Gc1.gif

Roles in Gift Certificates module management

If you are an X-Cart GOLD administrator/provider or an X-Cart PRO administrator:

- view/edit gift certificate details,

- change gift certificate statuses,

- print gift certificates,

- delete gift certificates.

  • You can change the design of printable gift certificates by editing gift certificate templates (See #Gift Certificate Templates for details).

Enabling and Configuring 'Gift Certificates'

To begin using the module:

1. Enable Gift Certificates module (Administration menu->Modules).

When the module is enabled, you can see:
  • Gift certificates link in the Special menu in the Customer area;
  • Gift certificates link in the Management menu in the store's back end;
  • Gift Certificates options section in General settings/Modules options.

2. Adjust the module settings via General settings/Modules options->Gift certificates options.

Giftcert opts.gif
a) Adjust the options affecting the module in general ('General gift certificate options' subsection):
  • Minimum GC value: The minimum amount for which a gift certificate can be issued.
  • Maximum GC value (0 if unlimited): The maximum amount for which a gift certificate can be issued.
  • Gift Certificate blocking period (to prevent multiple usage of the same Gift Certificate) (minutes): Time period (in minutes) for which a gift certificate used to pay for an order should be blocked.
Note: Setting this option helps prevent multiple usage of the same gift certificate.
  • Enable posting Gift Certificates by mail: If selected, customers are allowed to choose, whether a purchased gift certificate should be sent by email or by postal mail. If unselected, all gift certificates are always sent by email.
  • Print Gift Certificates on separate pages: If selected, gift certificate cards are printed one card per page (a page break is inserted after each gift certificate).
  • Show expired Gift Certificates: If selected, expired gift certificates are displayed in the 'Gift certificates' section of the store's back end. If you do not wish to see expired gift certificates, leave this check box unselected.
  • Allow customers to choose a design for Gift certificate cards that will be sent by postal mail: If selected, customers are allowed to choose a design for printable gift certificates. If unselected, choosing a design is available only to the store administrator.
b) Set up the options affecting sending of email notifications ('Email notifications' subsection):
  • Gift certificate notification to orders department: If selected, a notification is sent to the orders department when someone purchases a gift certificate (in fact, when the order by which the GC is purchased gets the status Processed).
Plain text mail templates for this notification HTML mail templates for this notification
mail/giftcert_notification.tpl

mail/mail_header.tpl

mail/giftcert.tpl

mail/signature.tpl

mail/giftcert_notification_subj.tpl

mail/html/giftcert_notification.tpl

mail/html/mail_header.tpl

mail/html/giftcert.tpl

mail/html/signature.tpl

  • Gift certificate notification to purchaser: If selected, a notification is sent to the purchaser of a gift certificate when the order by which the GC is purchased gets the status Processed.
Plain text mail templates for this notification HTML mail templates for this notification
mail/giftcert_notification.tpl

mail/mail_header.tpl

mail/giftcert.tpl

mail/signature.tpl

mail/giftcert_notification_subj.tpl

mail/html/giftcert_notification.tpl

mail/html/mail_header.tpl

mail/html/giftcert.tpl

mail/html/signature.tpl

c) Click the Save button.

Creating Gift Certificates

Normally, gift certificates are created by customers in the Customer area. However, there may be situations in which the store administrator might need to create a gift certificate. This can be done directly in the Admin area.

To create a gift certificate:

1. Go to the Gift certificates section of the store Admin area (Management menu->Gift certificates). You should see a dialog box titled 'Gift certificates'. This dialog box is a place where you can see all the gift certificates in your store (The list may be empty if no gift certificates have been created):


Gift certificates0.gif


2. Click the Add new button at the bottom of the 'Gift Certificates' dialog box. This should open a form titled 'Gift Certificate details':


Gc2.gif


3. Complete the 'Gift Certificates details' form:

  • From: Name of the person or company on whose behalf you are sending the gift certificate.
  • To: Name of the gift certificate recipient.
  • Message: A message to be sent along with the gift certificate (will be included into the gift certificate).
  • Specify the amount in currency [Currency]: Amount for which you want the gift certificate to be issued.
  • Send via email/Send via Postal Mail: Method by which you wish the gift certificate to be sent to the recipient (Depending on the selected option, provide an email address or a postal address of the gift certificate recipient. For a gift certificate that will be sent by postal mail, select a design template from the 'Template' drop-down box).
Note: The 'Template' drop-down box appears at the bottom of the 'Send via Postal Mail' section only when sending by postal mail is selected as a delivery method.

4. Preview the gift certificate: click the Preview link at the bottom of the the 'Gift Certificates details' form.

5. Click the Create Gift Certificate link at the bottom of the 'Gift Certificates details' form. The gift certificate should be added to the list of gift certificates with the status Pending. You should see an information box with a confirmation message.

6. Activate the gift certificate by changing its status to Active.

Managing Gift Certificates

Gift Certificate Templates