I am trying to figure out why the 'amount' that is being sent to paypal is 0(zero) .
I have a recent install of 1.3.0.2 .
Thanks,
Paul
I am trying to figure out why the 'amount' that is being sent to paypal is 0(zero) .
I have a recent install of 1.3.0.2 .
Thanks,
Paul
Some more information would be helpful...
What currencies do you have installed?
What is your default currency?
What is your URL?
Does this happen with *all* orders, or just when you use a coupon?
What "should" the amount be?
What is your tax configuration on your site?
Are you using gift-certificates to do any partial-payments?
Are you hosted on WIndows or Linux? IIS or Apache?
What version of PHP are you using?
Do you have SSL enabled?
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thanks DrByte,
I am looking at this for a customer. Yes, You are right more info would have been helpful. ;) Sorry.
Ok, this was working on a previous install. But, since the fresh install/upgrade, it is only sending 0 with any or all amounts.
I have looked into it a bit deeper and found that the cust. is using UKP as the default currency. I believe that should be GBP. But, as I said, this worked before.
So, I'm thinking that I should edit the currency code to GBP. But, that then makes all the product O pounds.
Maybe if I just change all occurances in the db from UKP to GBP. Would that cause any other issues/problems.
Thanks again,
Your currency settings need to be GBP. Be sure to click the update button after making changes to the settings.
Thanks Kim,
I think I have it fixed. I tried to change the UKP currency to GBP. But, it changed all the prices on the site to zero. I have since added the GBP currency and made it default. This along with a bugfix for paypal IPN has seemed to solve the problem. But, now I have 4 currencies two of which are pounds. This will be a bit confusing.
So, I'm still wondering about changing all reference of UKP to GBP in the db and deleting the UKP currency would be advisable.
All currencies need to be defined with the valid currency code ...
Peek at:
http://www.xe.com/
To obtain valid codes ...
While Zen Cart can "work" with invalid codes ... the payment modules, updates on currencies etc. cannot ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
You didn't need to "add" a GBP ... you just needed to "change" UKP to GBP ... both in the Currencies screen, and in your english.php where default currency is specified.Originally Posted by fourbit
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.