Personified allows you to capture additional product attributes on the product and/or cart pages, and carry them through checkout as part of an order.
You can use personfied to capture pretty much any extra information you need to associate with a product in an order. Examples include engravings, monograms, personalized messages, t-shirt design, colors and fabric choices. The images on the left show capturing font and engraving information for personalized monograms (baby blankets), and a fabric-chooser (for outdoor furniture fabrics).
Save Time!
Consider that an experienced Javascript developer familiar with Shopify can easily spend 6-12 hours writing code and modifying liquid templates to support personalization. With Personified you can be up and running in 20 minutes.
Our code has been refined by us over the years to the point where it is robust, flexible and battle hardened, so why waste time re-inventing the wheel?
What do I get?
The Personified download includes:
- The Personified theme - a Shopify theme that demonstrates integration with the theme, product and cart liquid templates (you can even use it with Vision to test your personalization code).
- Access to step-by-step instructions for integrating Personified into your store.
- Access to our Support Forum and Help Desk.
- Documentation on the methods available in the personfied javascript object.
Requirements
Personified has the following requirements:
- Knowledge of Javascript
- jQuery (1.4+ recommended)
Technical Overview
Every product page in Shopify has a form that is used to add a variant to the cart. Using Personified, additional fields are added to the form and their values are saved to a Cookie when the form is submitted. On the cart page the values are read from the cookie, to be displayed and/or added to hidden additional attribute fields that get submitted with the Shopify order during checkout. You can then access the additional attributes in email notifications which will show the save attributes on a per product basis.
conciergify.personified.all.packed-1.0.js, which includes all dependencies, weighs in at 5Kb.
Limitations
- The maximum cookie size is 4K (enough for around 20-30 products, depending on what information you are capturing). Contact us if you think you need more than this.