Zen Cart Logo

Gift Certificate Trouble

Locked

Views: 5,304

Results 1 to 12 of 12
This thread is locked. New replies are disabled.
1 Jun 2006, 3:08 AM
#1
ann0314 avatar

ann0314

New Zenner

Join Date:
May 2006
Location:
Ohio
Posts:
51
Plugin Contributions:
0

Gift Certificate Trouble

I can get the Gift Certificates to work fine but there is one strange thing happening...in the e-mail it sends...it states "The Gift Certificate is worth" and after that...nothing LOL. Now when the person redeems it it does redeem at the correct amount etc...just for some reason it doesn't actually SAY what it s worth LOL. Now up to this point I have just made sure to put it into my text portion for the certificate...but I was wondering if anyone else has had this problem and been able to fix it :)

HUGS!!

ann :)

1 Jun 2006, 3:19 AM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,607
Plugin Contributions:
0

Re: Gift Certificate Trouble

What version of Zen Cart are you using?

1 Jun 2006, 3:22 AM
#3
ann0314 avatar

ann0314

New Zenner

Join Date:
May 2006
Location:
Ohio
Posts:
51
Plugin Contributions:
0

Re: Gift Certificate Trouble

I'm using the latest version..1.3.0.1 :smile:

13 Jun 2006, 2:55 AM
#4
robwat avatar

robwat

New Zenner

Join Date:
Jun 2006
Posts:
4
Plugin Contributions:
0

Re: Gift Certificate Trouble

I have the same problem... I've got the latest version of zencart downloaded it about a week ago

13 Jun 2006, 2:57 AM
#5
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Gift Certificate Trouble

Peek in the /email directoy ... email_template_gv_mail.html

Edit the HTML file and remove the comment marks around the amount ...

16 Jun 2006, 12:29 AM
#6
diva avatar

diva

New Zenner

Join Date:
Dec 2005
Posts:
55
Plugin Contributions:
0

Re: Gift Certificate Trouble

IS there a way to delete irrelevant gift certificates???

Ones i have created as a tester???

16 Jun 2006, 12:59 AM
#7
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Gift Certificate Trouble

Redeem and spend them on a test? :smile:

There isn't a true delete on Gift Certificates as this is Cash ...

Or, you could delete them from the tables ...

The best way is to drop the coupon_whoever tables and reload them from the mysql_zencart.sql file ...

16 Jun 2006, 4:13 AM
#8
robwat avatar

robwat

New Zenner

Join Date:
Jun 2006
Posts:
4
Plugin Contributions:
0

Re: Gift Certificate Trouble

I still haven't been able to solve this problem...

To clarify.. Gift Certificates sent from the "front end" by a customer works fine. The email show the value no problems. As below:

Congratulations, You have received a Gift Certificate worth 5.00AUD

The problem is when the admin sends a Gift Certificate from the admin console option "Gift Certificate>Mail Gift Certificate" .. The email received doesn't show the value, it's just blank as seen below:

We're pleased to offer you a Gift Certificate
The Gift Certificate is worth
To redeem this Gift Certificate, please click on the link below.

16 Jun 2006, 4:32 AM
#9
robwat avatar

robwat

New Zenner

Join Date:
Jun 2006
Posts:
4
Plugin Contributions:
0

Re: Gift Certificate Trouble

Ok Thanks, fixed it now by following your original instruction.. edited the HTML file and removed the comments ... Thanks

17 Jun 2006, 1:00 AM
#10
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Gift Certificate Trouble

You are most welcome ... thanks for letting us know that this removal of the HTML comments was able to fix your HTML email ... :smile:

21 Jun 2006, 5:31 PM
#11
missterx avatar

missterx

New Zenner

Join Date:
Feb 2006
Posts:
11
Plugin Contributions:
0

Re: Gift Certificate Trouble

Ajeh:

Redeem and spend them on a test? :smile:

There isn't a true delete on Gift Certificates as this is Cash ...

Or, you could delete them from the tables ...

The best way is to drop the coupon_whoever tables and reload them from the mysql_zencart.sql file ...

Drop and reload? Why not TRUNCATE TABLE xxxx?
Faster, cleaner and no reload.

24 Jun 2006, 5:01 AM
#12
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Gift Certificate Trouble

truncate is fine if the table-structure hasn't been mussed up
drop and reload is ideal if there's a concern that things may be awry

Either way, the problem wasn't the table...