Plugin Directory

Changeset 1425111


Ignore:
Timestamp:
05/27/2016 01:01:19 AM (10 years ago)
Author:
loushou
Message:

updating the readme
loushou

File:
1 edited

Legend:

Unmodified
Added
Removed
  • loushou-acf-for-woocommerce/trunk/readme.txt

    r1425105 r1425111  
    22Contributors: loushou
    33Donate link: http://looseshoe.com/
    4 Tags: acf, woocommerce, advanced custom fields, my account, checkout
     4Tags: acf, woocommerce, advanced custom fields, my account, checkout, product category, archive product
    55Requires at least: 4.5
    66Tested up to: 4.5.2
     
    99License URI: http://www.gnu.org/copyleft/gpl.html
    1010
    11 A plugin that creates some much needed communication between Advanced Custom Fields and WooCommerce.
     11Allows 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.
    1212
    1313== Description ==
    1414
     15= Why? =
    1516Many 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.
    1617
    1718That 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: =
     21Using 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: +
     33I 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: =
     41I 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.
    1842
    1943I 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.