Skip to content

Instantly share code, notes, and snippets.

@lucprincen
Created October 8, 2015 16:23
Show Gist options
  • Select an option

  • Save lucprincen/36d58bd9035ea11a37de to your computer and use it in GitHub Desktop.

Select an option

Save lucprincen/36d58bd9035ea11a37de to your computer and use it in GitHub Desktop.
## 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