Zen Cart Logo

Gift Certificates

Locked

Views: 2,373

Results 1 to 14 of 14
This thread is locked. New replies are disabled.
12 Oct 2009, 2:13 PM
#1
andy_gs avatar

andy_gs

Zen Follower

Join Date:
Jun 2008
Posts:
187
Plugin Contributions:
0

Gift Certificates

Hello, i've setup a £10 gift certificate as a product and under model number ive set this to:

GIFT-10

I Can buy the product ok but its not coming up under the Gift Certificate Queue.

Nor am i recieving an email with a code.

Is this a known bug, or have i configured somthing wrong?

i followed all the steps in the Zencart Bible but still can't see whats wrong.

regards

Andy.

12 Oct 2009, 4:33 PM
#2
ajeh avatar

ajeh

Oba-san

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

Re: Gift Certificates

If you have Marked the Product as a Virtual Product and have the model starting with: GIFT ... check that the queue is turned on in the Modules ... Order Totals ... Gift Certificates ot_gv ...

15 Oct 2009, 8:39 AM
#3
andy_gs avatar

andy_gs

Zen Follower

Join Date:
Jun 2008
Posts:
187
Plugin Contributions:
0

Re: Gift Certificates

Yep i checked all that at the start and they are all set to true.

Any other ideas?

regards

Andy.

15 Oct 2009, 1:29 PM
#4
ajeh avatar

ajeh

Oba-san

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

Re: Gift Certificates

If this is the only Product in the cart and you go to Check Out, do you see the checkout_shipping page?

15 Oct 2009, 2:54 PM
#5
andy_gs avatar

andy_gs

Zen Follower

Join Date:
Jun 2008
Posts:
187
Plugin Contributions:
0

Re: Gift Certificates

Hi Ajeh,

I get to the final stage of the checkout where i get my order number, not sure if thats the page you're refering to. I can see within my zen cart orders via the admin that i have placed the order and that the 'gift certificate product' has been brought but still nothing appears in queue.

regards

Andy.

15 Oct 2009, 6:59 PM
#6
drbyte avatar

drbyte

Sensei

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

Re: Gift Certificates

I think what Ajeh was asking was ... when you add JUST your GV product to the cart and then start checkout, do you see the checkout_shipping page? or does it skip it?

The idea is to attempt to rule out how you've got the product configured, vs being something else wrong on your site.
If it's not skipping the shipping page, then it's not seeing it as a GV, which suggests that it's not properly seeing that the model has "GIFT" as prefix for some reason.

... which begs the question about installed addons, changes to ot_gv.php code, etc etc etc

16 Oct 2009, 9:01 AM
#7
andy_gs avatar

andy_gs

Zen Follower

Join Date:
Jun 2008
Posts:
187
Plugin Contributions:
0

Re: Gift Certificates

Hello Doc,

right i add product to cart:

?main_page=checkout (where i put in my card details)

then it goes to this page:
?main_page=fec_confirmation (processing payement page)

then it goes through to:
?main_page=checkout_success (success page, gives order no.)

this is the standard journey of our checkout.

to the best of my knowledge the ot_gv code hasn't been changed, and i can't see any module code that has been added to this.

regards

Andy.

16 Oct 2009, 11:09 AM
#8
drbyte avatar

drbyte

Sensei

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

Re: Gift Certificates

And, what happens if you use the normal built-in checkout flow instead of using an addon?

16 Oct 2009, 2:01 PM
#9
andy_gs avatar

andy_gs

Zen Follower

Join Date:
Jun 2008
Posts:
187
Plugin Contributions:
0

Re: Gift Certificates

Hi Doc,

not being familar with our checkout mod as it was installed before i arrived, i'm not entirely sure how to disable it however. Would it be better if i pm'ed you some screenshots of the process?

or maybe if i knew the bit of code that added the coupons to queues i could simply add this the processing page?

regards

Andy.

16 Oct 2009, 4:58 PM
#10
drbyte avatar

drbyte

Sensei

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

Re: Gift Certificates

The queuing of GV purchases is done in the ot_gv.php module, which works fine in a clean unaltered install of Zen Cart v1.3.8a.

But if you've got something in your FEC addon that's interrupting the normal handling of OT modules, then you'll have to get the FEC support people to help you. Have you looked in that addon's support thread for related issues? At the very least they should be able to tell you how to turn their stuff off (even in the addon's readme docs you'll likely find that info). And I wouldn't be surprised based on your comments that the code you're using for that addon is likely very old vs many bugfixes they've done.

19 Oct 2009, 10:38 AM
#11
andy_gs avatar

andy_gs

Zen Follower

Join Date:
Jun 2008
Posts:
187
Plugin Contributions:
0

Re: Gift Certificates

thanks doc, took me a while to find the FEC (fast easy checkout) mod for those who didn't know that,

Andy.

26 Oct 2009, 2:29 PM
#12
andy_gs avatar

andy_gs

Zen Follower

Join Date:
Jun 2008
Posts:
187
Plugin Contributions:
0

Re: Gift Certificates

Hi Doc,
had no luck getting a response on this from the FEC people, can you give me the line of code that implements the ot_gv.php and maybe ill have a dabble at implementing it myself.

regards
Andy.

27 Oct 2009, 4:57 PM
#14
andy_gs avatar

andy_gs

Zen Follower

Join Date:
Jun 2008
Posts:
187
Plugin Contributions:
0

Re: Gift Certificates

Ok i've discovered for some reason the word 'GIFT' isn't being picked up and it is infact 'PAX'.....

anyway this now gives me the queue and authorise. However we want to be able to send out a code instead which im guessing is where GV_EMAIL comes in? when i click on this it freezes up the database and slows everything down.

Is this how one would send an email? or is it via another method? or does this way of doing gift vouchers not even work?

regards

Andy.