Advanced Custom Fields: Price Field

Advanced Custom Fields: Price Field Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 3,508 downloads
Advanced Custom Fields: Price Field Icon

Try plugin: Advanced Custom Fields: Price Field

We'll create fresh WordPress site with Advanced Custom Fields: Price Field installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Advanced Custom Fields: Price Field

ACF Price field with number formatting.

2


0


0


0


0

updated: 7 years ago
since: 7 years ago

Description

How it works

  • Plugin will store your “price” as float so any time you will change desire number format there will be no reformatting problems.
  • Best column type in database for “price” related fields is decimal. As WordPress keep meta as type “text” I can only cast it to float. Keep it in mind.
  • Field validation is “live” thanks to https://github.com/teamdf/jquery-number.
  • When you use get_field function you will get preformatted number based on your settings.

Options

format

Available formats:
* 1 337.55
* 1 337,55
* 1,337.55
* 1.337,55
* 1337
* 1 337

Default parameters result

1 337.00

Compatibility

This ACF field type is compatible with:
* ACF 5
* ACF 4