Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with EURO currency #512

Open
yuppysearch opened this issue Jan 7, 2016 · 1 comment
Open

Issue with EURO currency #512

yuppysearch opened this issue Jan 7, 2016 · 1 comment

Comments

@yuppysearch
Copy link

I've a serious problem with the paypal checkout when EURO is selected as currency.
Shortly, even if i don-t set any shipping price, on paypal page is showing a shipping cost that increases according with item quantity the customer selects.

Here is the script, as you can see i made the example really simple:

    simpleCart({

        cartStyle:"table",
        currency:"EUR",

            checkout: { 
                type: "PayPal", 
                email: "[email protected]",
                        },

        }); 

I've uploaded also two examples, very basic, of what happen when you make checkout:

Link 1 test.htm : with Euro currency selected (and with shipping issue)
http://www.vintagebakery.it/test/test.htm

Link 2 testuk.htm : any other currency (in this case GBP), and correctly no shipping added
http://www.vintagebakery.it/test/testuk.htm

Feel free to check both link to see my problem.
Does anyone has a solution for this tricky problem? I rely on you to complete my first shopping cart!!!

Thanks in advance
Matteo

@georgesuba
Copy link

...hi it all works as it should om my end - going via your test pages.. regards the shipping read the wikis.. it all works as far as I know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants