Re: Gift Certificate Help Please
I believe I have followed everything the Book says for setting up GC. I have also read many, many posts... followed those as well.
I have GC enabled on my site, (www.ambersscrapattic.com) however the FAQ link that should be on the home page is not there.
I also can not figure out where my customers tell me who the GC is going to? I have "bought" a GC to send and don't see anything special. Are they just supposed to write in the comment box an address and name?
What am I doing wrong???
Any help would be great. THANK YOU!!!
Amber
Re: Gift Certificate Help Please
This could be your template or you do not have the Gift Certificates installed and enabled in the Modules ... Order Total ... Gift Certificates ot_gv.php
Re: Gift Certificate Help Please
Quote:
Originally Posted by
Ajeh
This could be your template or you do not have the Gift Certificates installed and enabled in the Modules ... Order Total ... Gift Certificates ot_gv.php
I'm not sure about it being my template. I did get it from the downloads section here.
As for the install... I did follow those steps. Mod,Ord Total,GC, as directed above and in the book.
If it's the template... any ideas as to where to start looking to find the cause?
I also would like to know how am I supposed to know who the GC goes to. I seem to be missing a step somewhere.
Thank you,
Amber
Re: Gift Certificate Help Please
Hi, on our shop we have an order total module calls discount_by_payment_type. When customers choose the credit card option, they will get 2% discount.
The second thing is group_pricing that we apply to our customers if they have purchased above a certain amount. For examlpe 40% VIP discount.
All these also apply if they purchased for Gift Certificates. Why??
---------------------------
Example 1:
Customer belongs to a group_pricing with 40% VIP discount.
He buys a GV for 1000$.
On checkout_payment:
Code:
Sub-Total: $ 1.000
VIP discount: -$ 80 (-40% ???)
Discount on payment type: -$ 18 (-2% ???)
Free shipping: $ 0
Total: $ 902
Example 2:
When the same customer by an item for 100$ and a GV for 900$.
On checkout_payment:
Code:
Item: $100
GV: $900
Sub-Total: $ 1.000
VIP discount: -$ 80 (-40% ???)
Discount on payment type: -$ 18 (-2% ???)
Free shipping: $ 0
Total: $ 902
---------------------------
1. The discounts shall not apply to the GV
2. 80$ is not 40% of 1000$
3. 18$ is not 2% of 920$
What is wrong her? Have I configured something wrong, or is this a bug from ot_group_pricing and ot_discount_payment_type? I've have tried all the setup guides from this forum without any changes. Please help me..
Re: Gift Certificate Help Please
Quote:
Originally Posted by
pepsishot
I'm not sure about it being my template. I did get it from the downloads section here.
As for the install... I did follow those steps. Mod,Ord Total,GC, as directed above and in the book.
If it's the template... any ideas as to where to start looking to find the cause?
I also would like to know how am I supposed to know who the GC goes to. I seem to be missing a step somewhere.
Thank you,
Amber
Did you make a Gift Certificate? As in send one to yourself? :unsure:
Why display the box if there has never been one created to utilize it? :lamo:
Re: Gift Certificate Help Please
bondee,
If I am understanding this right ...
Gift Certificates are never Discounted
Because you can buy one for $100 ...
Send to friend ...
Friend buys another for $100 ... but got the discount and sends off to friend ...
Do this long enough and your discounts, if allowed on Gift Certificates, will end up with you paying the customer to buy from you ... :eek:
Re: Gift Certificate Help Please
Quote:
Originally Posted by
Ajeh
bondee,
If I am understanding this right ...
Gift Certificates are never Discounted
That was what I thought too, until this happened.
How can I disallowed this?
Re: Gift Certificate Help Please
Help! :oops:
I setup the gift certificate feature and it works ok. My problem is that I tested it by purchasing and then sending a 25.00 gift cert to myself. I received the email with the code, but I deleted the order before redeeming it. Now it shows I have a 25.00 gift certificate balance in my custgomer account, and the code I was emailed doesn't work. :oops: :censored:
How do I clear this up and out?? I'm running 1.3.7 zencart.
Can anyone help me fix this?
Re: Gift Certificate Help Please
You may wish to upgrade to v1.3.7.1 if this is a fairly new install ...
http://www.zen-cart.com/forum/showthread.php?t=69769
As to the Gift Certificates that are ordered and not released yet, those are in the table:
coupon_gv_queue
Once released there will be an entry in the table:
coupon_gv_customer
with the amount for the customers_id ...
When sent to someone, the email is then tracked in the table:
coupon_email_track
coupons
NOTE: when you claim the Gift Certificate with the redemption code, you will then see a balance in your Gift Certificate account in the table:
coupon_gv_customer
and it will show in the Catalog for your My Account and during checkout_payment you will see a place to redeem codes that have not yet been redeemed and a place to Apply some or all of the balance towards an order ...
Re: Gift Certificate Help Please
Hello there.. any ideas on my problem?