Created
October 8, 2015 16:23
-
-
Save lucprincen/36d58bd9035ea11a37de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Product configurator | |
| Build entirely in JS. Products + Orders are queried and created using the REST api or | |
| custom ajax-functions. We've used this module on two seperate sites: | |
| * http://www.rondfoto.nl/bestellen/bestelmodule | |
| * http://woodsnap.nl/bestellen/ | |
| ## Vinden & Verbinden profiles | |
| Profile editting with instant saving and field-validation. Field-groups are created with Advanced Custom Fields, | |
| and queried with the REST API. The values related to a profile-page (a post-type) are also fetched. | |
| The values are stored using the same API, just with a post-request. Sadly it's behind a login, but for a sneak-peek | |
| you can check our portfolio: | |
| * http://www.chefduweb.nl/portfolio/vinden-en-verbinden/ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment