85 lines
4.0 KiB
PHP
85 lines
4.0 KiB
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: gv_faq.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
|
|
|
|
MyOOS [Shopsystem]
|
|
https://www.oos-shop.de
|
|
|
|
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
|
|
----------------------------------------------------------------------
|
|
Based on:
|
|
|
|
File: gv_faq.php,v 1.1.1.1.2.2 2003/05/04 12:24:25 wilt
|
|
----------------------------------------------------------------------
|
|
The Exchange Project - Community Made Shopping!
|
|
http://www.theexchangeproject.org
|
|
|
|
Gift Voucher System v1.0
|
|
Copyright (c) 2001,2002 Ian C Wilson
|
|
http://www.phesis.org
|
|
----------------------------------------------------------------------
|
|
Released under the GNU General Public License
|
|
---------------------------------------------------------------------- */
|
|
|
|
$aLang['navbar_title'] = 'Gift Voucher FAQ';
|
|
$aLang['heading_title'] = 'Gift Voucher FAQ';
|
|
|
|
$aLang['text_information'] = '
|
|
<h3>Purchasing Gift Vouchers.</h3>
|
|
<p>Gift Vouchers are purchased just like any other item in our store. You can
|
|
pay for them using the stores standard payment method(s).
|
|
Once purchased the value of the Gift Voucher will be added to your own personal
|
|
Gift Voucher Account. If you have funds in your Gift Voucher Account, you will
|
|
notice that the amount now shows in he Shopping Cart box, and also provides a
|
|
link to a page where you can send the Gift Voucher to some one via email.</p>
|
|
|
|
<h4>How to Send Gift Vouchers.</h4>
|
|
<p>To send a Gift Voucher you need to go to our Send Gift Voucher Page. You can
|
|
find the link to this page in the Shopping Cart Box in the right hand column of
|
|
each page.
|
|
When you send a Gift Voucher, you need to sepcify the following.
|
|
The name of the person you are sending the Gift Voucher too.
|
|
The email address of the person you are sending the Gift Voucher too.
|
|
The amount you want to send. (Note you don\'t have to send the full amount that
|
|
is in your Gift Voucher Account.)
|
|
A short message which will apear in the email.
|
|
Please ensure that you have entered all of the information correctly, although
|
|
you will be given the opportunity to change this as much as you want before
|
|
the email is actually sent.</p>
|
|
|
|
<h4>Buying with Gift Vouchers.</h4>
|
|
<p>If you have funds in your Gift Voucher Account, you can use those funds to
|
|
purchase other items in out store. At the checkout stage, an extra box will
|
|
appear. Ticking this box will apply those funds in your Gift Voucher Account.
|
|
Please note, you will still have to select another payment method if there
|
|
is not enough in your Gift Voucher Account to cover the cost of your purchase.
|
|
If you have more funds in your Gift Voucher Account than the total cost of
|
|
your purchase the balance will bel left in you Gift Voucher Account for the
|
|
future.</p>
|
|
|
|
<h4>Redeeming Gift Vouchers.</h4>
|
|
<p>If you receive a Gift Voucher by email it will contain details of who sent
|
|
you the Gift Voucher, along with possibly a short message from them. The Email
|
|
will also contain the Gift Voucher Number. It is probably a good idea to print
|
|
out this email for future reference. You can now redeem the Gift Voucher in
|
|
two ways.</p>
|
|
<ol>
|
|
<li>
|
|
By clicking on the link containe within the email for this express purpose.
|
|
This will take you to the store\'s Redeem Voucher page. you will the be requested
|
|
to create an account, before the Gift Voucher is validated and placed in your
|
|
Gift Voucher Account ready for you to spend it on whatever you want.</li>
|
|
<li>
|
|
During the checkout procces, on the same page that you select a payment method
|
|
there will be a box to enter a Redeem Code. Enter the code here, and click the redeem button. The code will be
|
|
validated and added to your Gift Voucher account. You Can then use the amount to purchase any item from our store
|
|
</li>
|
|
</ol>
|
|
|
|
<h4>When problems occur.</h4>
|
|
<p>For any queries regarding the Gift Voucher System, please contact the store
|
|
by email at '. STORE_OWNER_EMAIL_ADDRESS . '. Please make sure you give
|
|
as much information as possible in the email.</p> ';
|
|
|
|
|