Skip to content

Correctly display currencies #312

@mindgraffiti

Description

@mindgraffiti

See discussion / duplicated from: woocommerce/woocommerce-android#148

To correctly display the currency data we get from WooCommerce orders, we'll need to fetch the site currency config from the settings endpoint. The data needed is:

  • Currency symbol
  • Whether to display the currency before or after the value
  • Whether to add a space between the currency and the value
  • How many decimal points to display

Corresponding screen in WooCommerce settings:

Screen Shot 2018-02-08 at 5.18.06 PM.png

If an order is made in one currency and the site currency changes after that (or if a multi-currency extension is used), I'm not sure what we should do - probably a best guess approach will have to do.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions