Àpèjúwe
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_fieldfunction 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
Ìgbéwọlẹ̀
- Copy the
acf-pricefolder into yourwp-content/pluginsfolder - Activate the Price plugin via the plugins admin page
- Create a new field via ACF and select the Price type
- Please refer to the description for more info regarding the field type settings
FAQ
- Installation Instructions
-
- Copy the
acf-pricefolder into yourwp-content/pluginsfolder - Activate the Price plugin via the plugins admin page
- Create a new field via ACF and select the Price type
- Please refer to the description for more info regarding the field type settings
- Copy the
Àwọn àgbéyẹ̀wò
Àwọn Olùkópa & Olùgbéejáde
“Advanced Custom Fields: Price Field” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí plugin yìí.
Àwọn OlùkópaA ti túmọ̀ “Advanced Custom Fields: Price Field” sí àwọn èdè agbègbè 2. Ọpẹ́lọpẹ́ fún àwọn atúmọ̀ èdè fún àwọn ìkópa wọn.
Túmọ̀ “Advanced Custom Fields: Price Field” sí èdè rẹ.
Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?
Ṣàwárí koodu, ṣàyẹ̀wò ibi ìpamọ́ SVN, tàbí ṣe àgbékalẹ̀ sí àkọsílẹ̀ ìdàgbàsókè nípasẹ̀ RSS.
Àkọsílẹ̀ àwọn àyípadà
[1.2.1] 2017-07-15
- added translations
[1.2.0] 2017-07-02
- bugfixes
- cleanup file structure
- add support for ACF 4
[1.1.0] 2017-06-17
- added
formatoption - removed support for ACF 4 (temporary)
[1.0.0] 2015-02-02
- Initation of plugin, no configuration. Only live validation.