How to enable personalization directly on my Shopify store?
Some products can be personalized directly in your Shopify store. For example, name-customized curtains may have an additional "Name" field. Customers will enter a name in it, and we will automatically receive an order and produce curtains with a name that it needs. To get this opportunity, make small changes following our instructions.
STEP 1. Shopify Admin
Log in to your Shopify admin.
- Click on "Online Store"
- Then "Themes"
- Open menu "Action"
- Click on "Edit code"
STEP 2. Adding code
- Find and click on the template "{ / } product. liquid"
- Paste the code at the beginning of the file:
<link href="https://www.factory4me.com/css/css.shopify.css" id="f4m-css" rel="stylesheet" type="text/css" media="all" />
<script src="https://www.factory4me.com/js/js.shopify.js" id="f4m-js"></script>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
- Click on "Save" to save the changes.