Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
kenwahl
I'm having a problem with this module that I haven't seen anyone post here. My site accepts both Authorize.net and Google Checkout. If they try to checkout via Google Checkout they are being billed for the rewards points they earn on that purchase. If they earn 10 rewards points for the purchase they are billed $10 that shows up in google checkout as a product. The module works fine via Authorize.net.
I've included a picture of it in google checkout.
http://www.paws4deals.com/google.jpg
Thanks
Ken
Somehow the Google Checkout mod is passing the "information line" regarding the Reward Points earned on the order- even though it does not affect the order total- I'll look into it- Thanks for the feedback.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
I have coded in the Attributes function but was not going to go live with it until I resolved the PayPal problem...
One question to those who have been testing the mod with PayPal- Am I right in thinking that the problem only occurs with PayPal IPN? The other two PayPal methods should work okay.
Paypal IPN is all that we use, so I have no idea about the other methods.
Re: Reward Points Module- Live Release now available.
Andrew,
I just use the Paypal IPN. :P
Hope you can fix the problem soon :D
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
Somehow the Google Checkout mod is passing the "information line" regarding the Reward Points earned on the order- even though it does not affect the order total- I'll look into it- Thanks for the feedback.
Thanks for your assistance. I'll look forward to the fix.
Ken
Re: Reward Points Module- Live Release now available.
Well I've found the problem with the PayPal IPN module- It "breaks" the checkout_process function and therefore a number of notifiers are not called- Including the one I hook to which records the number of Reward Points earned. I'm going to post a message to the Code Errors forum and see if this is correct behavior- Otherwise I'm going to have to look for another notifier to hook to.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
Well I've found the problem with the PayPal IPN module- It "breaks" the checkout_process function and therefore a number of notifiers are not called- Including the one I hook to which records the number of Reward Points earned. I'm going to post a message to the Code Errors forum and see if this is correct behavior- Otherwise I'm going to have to look for another notifier to hook to.
I guess thats half the probloem solved..? at least you now know what the problem is, next battle is solving it..!! :lookaroun Good Luck..!
Re: Reward Points Module- Live Release now available.
the problem im having is that onthe product page rewards points is showing up twice. Can someone lead me in the right way to fix this.
Can be seen here: http://advecomsolution.com/index.php...&products_id=5
Thank you
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
dscott1966
Strange- I only see it once here- in both Firefox and IE.
Re: Reward Points Module- Live Release now available.
Im sorry i fixed it, i had it twice in the tpl_product_display file. Thank you for your response.
Re: Reward Points Module- Live Release now available.
I have been having the same issue as KENWAHL , so while trying to trouble shoot on my "test" shop I decided to remove the mod from my "live" shop untill fixed. Here is where I have my NEW problem... I am unable to remove the mod with the uninstall sql
I get the following when trying to uninstall
1146 Table 'nitroshop_zc1.configuration' doesn't exist
in:
[DELETE IGNORE FROM configuration WHERE configuration_group_id=@group_id;]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
nitroshop_zc1 (not real name but is my sql db)