Opis
WooCommerce Custom Product Data Fields is a simple framework which will help you to build extra product data fields easily, e.g. secondary product title, vendor info, custom message for individual product, etc.
You can use this plugin as a library of your ‘brand-new’ WooCommerce Extension.
It works with the latest version of WooCommerce (2.6.4).
Available Fields
- tekst
- liczba
- pole tekstowe
- pole zaznaczenia
- – Wybierz –
- pole wyboru
- ukryte
- multiselect
- obrazek
- galeria
- colorpicker
- datepicker
- devider
Since version 1.2, you can add multiple product data tabs.
Tutorials
This project is also available on Github.
Więcej informacji
Have some questions or suggestions? You can reach me at:
Mail: kharisulistiyo(at)gmail(dot)com
Twitter: @kharissulistiyo
P.S: Don’t worry, I always reply. 🙂
Instalacja
- Upload this plugin to the /wp-content/plugins/ directory.
- Włącz wtyczkę z menu „Wtyczki” w WordPressie.
- Define your custom product data fields in your theme
functions.php
file. Seefields-init.php
inside this plugin folder.
Recenzje
Kontrybutorzy i deweloperzy
„WooCommerce Custom Product Data Fields” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniPrzetłumacz wtyczkę “WooCommerce Custom Product Data Fields” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.
Rejestr zmian
1.2.4
- Fix undefined index: tab_name
1.2.3
- Fix missing minified JS and CSS files
1.2.2
- Fix code sample
- Update minified CSS and JS scripts
1.2
- Fix some bugs
- Add multiselect field
- Add image field
- Add image field
- Add gallery field
- Add colorpicker field
- Add datepicker field
- Add devider
- Allow multiple data tabs definition
- Update fields definition function (via hook)
1.0
- Initial release