
Originally Posted by
kenwahl
Thanks Hem
This change works great. It no longer shows the Rewards points line in Google checkout like before.
I don't know how familiar you are with Google Checkout but it works different than most payment modules. Once the customer goes to Google Checkout (they don't log into zencart) they don't come back to the site. Thus, checkout success page isn't hit. Zen cart gets a notification via responsehandler.php that a purchase was made and passes all the info on the order to zencart. It doesn't seem that something is getting triggered to award them there points when their order is created after notification from the responsehandler. Though it does show how many points were awarded on their invoice.
I have Reward Point Status Track set to:
Pend: [Pending, Processing, Google New, Google Processing] Earn: [Shipped, Google Shipped]
I have both Pending & Processing set because I had a problem with it changing from Pending to Processing so fast that it was like it was never in Pending status and didn't award points.
Thanks
Ken