Changeset 1425111
- Timestamp:
- 05/27/2016 01:01:19 AM (10 years ago)
- File:
-
- 1 edited
-
loushou-acf-for-woocommerce/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
loushou-acf-for-woocommerce/trunk/readme.txt
r1425105 r1425111 2 2 Contributors: loushou 3 3 Donate link: http://looseshoe.com/ 4 Tags: acf, woocommerce, advanced custom fields, my account, checkout 4 Tags: acf, woocommerce, advanced custom fields, my account, checkout, product category, archive product 5 5 Requires at least: 4.5 6 6 Tested up to: 4.5.2 … … 9 9 License URI: http://www.gnu.org/copyleft/gpl.html 10 10 11 A plugin that creates some much needed communication between Advanced Custom Fields and WooCommerce.11 Allows you to add fields to the WooCommerce Checkout and My Account pages, or display fields you setup on a Product Category, on the Archive Product page. 12 12 13 13 == Description == 14 14 15 = Why? = 15 16 Many developers I know consider Advanced Custom Fields a must have plugin on most of their website work, and I am sure that idea permeates the entire community. WooCommerce has been the leading eCommerce engine in the world, for quite some time now. Both of these plugins are in the list of the top used plugins on the repository. As such, it is about time that someone write a bridge between the two. 16 17 17 18 That is where I come in. This plugin is made to allow an admin user, or developer, to create ACFs using the normal ACF interface, and assign them to some of the common pages of WooCommerce, without any additional work, or coding. Adding fields to the checkout or My Account page is now as easy as pointing and clicking, inside the already familiar interface of ACF (and ACF Pro). 19 20 = What you can do now: = 21 Using this plugin, you currently have the ability to: 22 * Add a field group to the WooCommerce Checkout flow 23 * The fields save as part of the order itself 24 * Don't forget to also assign the Post Type -> Shop Order 'location' in ACF setup 25 * Add a field group to the My Account page, or the Edit Billing/Shipping Address My Account Page 26 * The fields save as part of the User 27 * Don't forget to also assign the User Role -> All 'location' in ACF setup 28 * Display fields you have setup on Product Categories 29 * You can display them above or below the list of products 30 * You can modify the output with actions and hooks (for developers) 31 32 = What is to come: + 33 I plan on adding support to: 34 * Display fields on the Shop page 35 * Display fields on the Product page 36 * Add Tabs to the Product page 37 * Add field groups to the Product meta and have it save as part of the cart items (like for personalization) 38 * I am sure there are more that I am not thinking of... 39 40 = What if you have ideas: = 41 I am always open to suggestions, especially on how to make this plugin more usable and useful. If you have an idea of a new feature that is not listed above, or an expansion on one of the listed ideas, then hit me up. 18 42 19 43 I really hope this helps others, because I know it will help me, and at least the devs I know.
Note: See TracChangeset
for help on using the changeset viewer.