|
List Info
Thread: FatFreeCart problem
|
|
| FatFreeCart problem |
  United States |
2007-07-30 08:39:47 |
Hi
I am using the FatFreeCart with Google Checkout integration.
I am
using GBP currency and have set this in my code but when I
send the
transaction to google I get an error from google saying:-
"The currency used in the cart must match the currency
of the seller
account. You supplied a cart with USD and the seller account
is
associated with GBP."
Has anybody else seen this and is there a solution?
Thanks
Vic
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integration googlegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribe googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---
|
|
| Re: FatFreeCart problem |

|
2007-07-30 09:17:55 |
the FatFreeCart are probably sending usd for every price,
and from
what i see in their site i don't think they provide a way to
set gbp.
you should contact them and ask them for uk support
http://www.e-j
unkie.com/ej/contact.php
or change your sellers account to usd :S
On 7/30/07, vic scotcomms.co.uk <vic scotcomms.co.uk> wrote:
>
> Hi
>
> I am using the FatFreeCart with Google Checkout
integration. I am
> using GBP currency and have set this in my code but
when I send the
> transaction to google I get an error from google
saying:-
>
> "The currency used in the cart must match the
currency of the seller
> account. You supplied a cart with USD and the seller
account is
> associated with GBP."
>
> Has anybody else seen this and is there a solution?
>
> Thanks
>
> Vic
>
>
>
> >
>
--
pablof
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integration googlegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribe googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---
|
|
| Re: FatFreeCart problem |

|
2007-07-30 09:23:44 |
my mistake, there is support for currency in FatFreeCart,
not fully
awake i guess :P
did you set the currency_code to GBP in the code?
<!-- currency (USD for Google Checkout USA, GBP for
Google Checkout
UK. For PayPal: any currency that PayPal supports -->
<input type="hidden"
name="currency_code" value="USD"/>
change to
<input type="hidden"
name="currency_code" value="GBP"/>
On 7/30/07, pablof <pablif gmail.com> wrote:
> the FatFreeCart are probably sending usd for every
price, and from
> what i see in their site i don't think they provide a
way to set gbp.
>
> you should contact them and ask them for uk support
> http://www.e-j
unkie.com/ej/contact.php
>
> or change your sellers account to usd :S
>
> On 7/30/07, vic scotcomms.co.uk <vic scotcomms.co.uk> wrote:
> >
> > Hi
> >
> > I am using the FatFreeCart with Google Checkout
integration. I am
> > using GBP currency and have set this in my code
but when I send the
> > transaction to google I get an error from google
saying:-
> >
> > "The currency used in the cart must match the
currency of the seller
> > account. You supplied a cart with USD and the
seller account is
> > associated with GBP."
> >
> > Has anybody else seen this and is there a
solution?
> >
> > Thanks
> >
> > Vic
> >
> >
> >
> > > >
> >
>
>
> --
> pablof
>
--
pablof
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integration googlegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribe googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---
|
|
| Re: FatFreeCart problem |
  United States |
2007-07-30 09:27:09 |
Yes, here is my code
<!-- currency (USD for Google Checkout USA, GBP for
Google Checkout
UK. For PayPal: any currency that PayPal supports -->
<input type="hidden"
name="currency_code" value="GBP"/>
On Jul 30, 3:23 pm, pablof <pab... gmail.com> wrote:
> my mistake, there is support for currency in
FatFreeCart, not fully
> awake i guess :P
>
> did you set the currency_code to GBP in the code?
>
> <!-- currency (USD for Google Checkout USA, GBP for
Google Checkout
> UK. For PayPal: any currency that PayPal supports
-->
> <input type="hidden"
name="currency_code" value="USD"/>
>
> change to
>
> <input type="hidden"
name="currency_code" value="GBP"/>
>
> On 7/30/07, pablof <pab... gmail.com> wrote:
>
>
>
> > the FatFreeCart are probably sending usd for every
price, and from
> > what i see in their site i don't think they
provide a way to set gbp.
>
> > you should contact them and ask them for uk
support
> >http://www.e-j
unkie.com/ej/contact.php
>
> > or change your sellers account to usd :S
>
> > On 7/30/07, v... scotcomms.co.uk
<v... scotcomms.co.uk> wrote:
>
> > > Hi
>
> > > I am using the FatFreeCart with Google
Checkout integration. I am
> > > using GBP currency and have set this in my
code but when I send the
> > > transaction to google I get an error from
google saying:-
>
> > > "The currency used in the cart must
match the currency of the seller
> > > account. You supplied a cart with USD and the
seller account is
> > > associated with GBP."
>
> > > Has anybody else seen this and is there a
solution?
>
> > > Thanks
>
> > > Vic
>
> > --
> > pablof
>
> --
> pablof
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integration googlegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribe googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---
|
|
| Re: FatFreeCart problem |

|
2007-07-30 09:32:00 |
|
mmm, if that doesnt work i think the best person to address the issue is Robin, the coder of fatFreeCart
he will know how to fix it.
ropu
On 7/30/07,
vic scotcomms.co.uk">vic scotcomms.co.uk < vic scotcomms.co.uk">vic scotcomms.co.uk> wrote:
Yes, here is my code
<!-- currency (USD for Google Checkout USA, GBP for Google Checkout UK. For PayPal: any currency that PayPal supports --> <input type="hidden" name="currency_code" value="GBP"/>
On Jul 30, 3:23 pm, pablof < pab... gmail.com">pab... gmail.com> wrote: > my mistake, there is support for currency in FatFreeCart, not fully > awake i guess :P >
> did you set the currency_code to GBP in the code? > > <!-- currency (USD for Google Checkout USA, GBP for Google Checkout > UK. For PayPal: any currency that PayPal supports --> > <input type="hidden" name="currency_code" value="USD"/>
> > change to > > <input type="hidden" name="currency_code" value="GBP"/> > > On 7/30/07, pablof < pab... gmail.com">pab... gmail.com
> wrote: > > > > > the FatFreeCart are probably sending usd for every price, and from > > what i see in their site i don't think they provide a way to set gbp. > > > you should contact them and ask them for uk support
> >http://www.e-junkie.com/ej/contact.php > > > or change your sellers account to usd :S > > > On 7/30/07, v... scotcomms.co.uk">
v... scotcomms.co.uk < v... scotcomms.co.uk">v... scotcomms.co.uk> wrote: > > > > Hi > > > > I am using the FatFreeCart with Google Checkout integration. I am
> > > using GBP currency and have set this in my code but when I send the > > > transaction to google I get an error from google saying br>> > > > "The currency used in the cart must match the currency of the seller
> > > account. You supplied a cart with USD and the seller account is > > > associated with GBP." > > > > Has anybody else seen this and is there a solution? > > > > Thanks
> > > > Vic > > > -- > > pablof > > -- > pablof
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "API Integration Basics" group. To post to this group, send email to google-checkout-api-integration googlegroups.com To unsubscribe from this group, send email to google-checkout-api-integration-unsubscribe googlegroups.com For more options, visit this group at http://groups.google.com/group/google-checkout-api-integration?hl=en -~----------~----~----~----~------~----~------~--~---
|
| Re: FatFreeCart problem |
  United States |
2007-07-31 04:05:27 |
I emailed Robin and there was a bug in the cart which he has
now
fixed.
Thanks.
On Jul 30, 3:32 pm, Ropu <rovagn... gmail.com> wrote:
> mmm, if that doesnt work i think the best person to
address the issue is
> Robin, the coder of fatFreeCart
>
> he will know how to fix it.
>
> ropu
>
> On 7/30/07, v... scotcomms.co.uk <v... scotcomms.co.uk> wrote:
>
>
>
>
>
> > Yes, here is my code
>
> > <!-- currency (USD for Google Checkout USA, GBP
for Google Checkout
> > UK. For PayPal: any currency that PayPal supports
-->
> > <input type="hidden"
name="currency_code" value="GBP"/>
>
> > On Jul 30, 3:23 pm, pablof <pab... gmail.com> wrote:
> > > my mistake, there is support for currency in
FatFreeCart, not fully
> > > awake i guess :P
>
> > > did you set the currency_code to GBP in the
code?
>
> > > <!-- currency (USD for Google Checkout
USA, GBP for Google Checkout
> > > UK. For PayPal: any currency that PayPal
supports -->
> > > <input type="hidden"
name="currency_code" value="USD"/>
>
> > > change to
>
> > > <input type="hidden"
name="currency_code" value="GBP"/>
>
> > > On 7/30/07, pablof <pab... gmail.com> wrote:
>
> > > > the FatFreeCart are probably sending usd
for every price, and from
> > > > what i see in their site i don't think
they provide a way to set gbp.
>
> > > > you should contact them and ask them for
uk support
> > > >http://www.e-j
unkie.com/ej/contact.php
>
> > > > or change your sellers account to usd
:S
>
> > > > On 7/30/07, v... scotcomms.co.uk
<v... scotcomms.co.uk> wrote:
>
> > > > > Hi
>
> > > > > I am using the FatFreeCart with
Google Checkout integration. I am
> > > > > using GBP currency and have set
this in my code but when I send the
> > > > > transaction to google I get an
error from google saying:-
>
> > > > > "The currency used in the cart
must match the currency of the seller
> > > > > account. You supplied a cart with
USD and the seller account is
> > > > > associated with GBP."
>
> > > > > Has anybody else seen this and is
there a solution?
>
> > > > > Thanks
>
> > > > > Vic
>
> > > > --
> > > > pablof
>
> > > --
> > > pablof
>
> --
> .-. --- .--. ..-
> R o p u
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integration googlegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribe googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---
|
|
[1-6]
|
|