이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Advanced Custom Fields: Price Field

설명

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

설치

  1. Copy the acf-price folder into your wp-content/plugins folder
  2. Activate the Price plugin via the plugins admin page
  3. Create a new field via ACF and select the Price type
  4. Please refer to the description for more info regarding the field type settings

FAQ

Installation Instructions
  1. Copy the acf-price folder into your wp-content/plugins folder
  2. Activate the Price plugin via the plugins admin page
  3. Create a new field via ACF and select the Price type
  4. Please refer to the description for more info regarding the field type settings

후기

2018년 12월 20일
It's little bit disappointing that plugins like this is only available as an add on. This plugin adds that extra professional touch, so thank you very much...
2018년 2월 21일
Vey useful since ACF doesn't have this option by default
모든 1 평가 읽기

기여자 & 개발자

“Advanced Custom Fields: Price Field”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Advanced Custom Fields: Price Field”(이)가 2(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Advanced Custom Fields: Price Field”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

[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 format option
  • removed support for ACF 4 (temporary)

[1.0.0] 2015-02-02

  • Initation of plugin, no configuration. Only live validation.