Personified allows you to capture additional product attributes on Shopify product 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 your products 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 a fraction of that time, and you will be using code that has been refined over the years to the point where it is robust, flexible and battle hardened. Don't waste your time re-inventing the wheel (or worse, paying someone else to learn all of the intricacies of getting this right).
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.
Not technical?
If you are not technical then no problem! We'd be happy to install it for you. Please choose the "+ Installation" option and we'll add it to your store for you as well.
Requirements
Personified has the following requirements:
- Knowledge of Javascript
- jQuery (1.4.1+)
Technical Overview
Every product page in Shopify has a form that is used to add a variant to the cart. Using Personified, you add additional fields to this form and give them a class of "personified". The form values are saved to a Cookie when the form is submitted. In cart.liquid the values are read from the cookie and displayed in the cart, as well as being added to a hidden additional attribute field that is submitted as part of the Shopify order during checkout. You can access the additional attribute containing the personalized choices in the Shopify backend - for example in email notifications and the order screen.
conciergify.personified.all.packed-1.0.js, which includes all dependencies, weighs in at 5Kb.
Limitations
- The maximum size of data that can be captured per variant in an order is 4K.