You need to keep all color label same for all the text / textarea field.
Category: How to
Single font choice for multiple fields
You need to keep the font label same for all the text / textarea fields you want to have same font choice.
How will I keep only one input field for multiple text/image
To achieve this you need to create multiple field keeping the Label name same for all text or image field
Disable Add to Cart button until Product Options has been loaded
In order to Disable / hide add to cart button before app script loaded need to add a class name to your cart button . Sample :
How to create tab by text or image
You can set tab for each field or multiple field. There are setting for Horizontal tab / Vertical tab / Dynamic tab in common settings of the app. For tab icon you need to set svg HTML code or base64 image with HTML img tag in field heading . SVG : HTML : If […]
How to add multiple product views from different angles
In order to add different views for different angles need to create multiple set of fields for each view/angle and enclose them in tab. Like in this Helmet For front view one set fields are created with same background Image In 3/4 tab another set of fields are created with different background image Similar for […]
How to hide personalized Image and Custom infos in Cart and Checkout
You can hide personalized image in cart and checkout . Go to Common Settings of the app and add an underscore before Preview image label in cart page In order to hide A field in cart and checkout put underscore before a field label. Note that this underscore will not be shown to customer when […]