Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

GBP Currency


cafe360

Recommended Posts

Posted

Hey guys, I need some help setting up my shopping cart!

 

We want to add our own currency which is GBP (£) , however we are not sure as to what the following values should be:

 

Symbol Left

Symbol Right

Decimal Point

Thousand Point

Decimal Places

Value

 

Right now the above input looks like this:

1

00

0

 

and the value is set to: 1.000000000000

 

However the output looks like this:

13000 = 13000

 

 

Could someone please post the configuration which should be set for GBP?

 

 

Sorry for troubling!, Many thanks!

Posted
Hey guys, I need some help setting up my shopping cart!

 

We want to add our own currency which is GBP (£) , however we are not sure as to what the following values should be:

 

Symbol Left

Symbol Right

Decimal Point

Thousand Point

Decimal Places

Value

 

Right now the above input looks like this:

1

00

0

 

and the value is set to: 1.000000000000

 

However the output looks like this:

13000 = 13000

 

 

Could someone please post the configuration which should be set for GBP?

 

 

Sorry for troubling!, Many thanks!

 

 

Hiya,

you need to set it as default currency (from the page you are currently at)

Set it to the following

Title: British PoundCode: GBP

Symbol Left: £Symbol Right:

Decimal Point: .Thousands Point: ,Decimal Places: 2

Last Updated: 10/29/2007Value: 1.00000000

Example Output:

£30.00 = £30.00

Also you need to set it as default in catalog > included > languages > english.php

on line 39 to the following

define('LANGUAGE_CURRENCY', 'GBP');

that should be it, now update your currencies (from the page you set the decimal points etc..)

Regards

nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

  • 4 weeks later...
Posted
Hiya,

you need to set it as default currency (from the page you are currently at)

Set it to the following

Title: British PoundCode: GBP

Symbol Left: £Symbol Right:

Decimal Point: .Thousands Point: ,Decimal Places: 2

Last Updated: 10/29/2007Value: 1.00000000

Example Output:

£30.00 = £30.00

Also you need to set it as default in catalog > included > languages > english.php

on line 39 to the following

define('LANGUAGE_CURRENCY', 'GBP');

that should be it, now update your currencies (from the page you set the decimal points etc..)

Regards

nic

 

I have followed these instructions but still got a problem,

 

I have removed all currencys as i only need GBP so i followed the instructions given above but for some reason all my prices are showing up as 0

 

Can someone please help?

Posted
I have followed these instructions but still got a problem,

Check the edit you did and try another browser.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...