Techniques Category - Techniques

Articles

Prevent Conditions from missing when updating an Image Set
We use the names of the assets set options to add conditions on the products. Changing these name can result in breaking the added conditions. When changing an Image for an Image set, retaining the IMAGE Name is crucial to preserve the added conditions in different products. To change the image, first copy and save […]
Single Font Choice for multiple text elements
You may be required to provide a single font choice and apply that font to multiple text elements. To do so, you must keep the font selection label the same for all the taken text elements.
Single Color Choice for multiple field
With our app you can provide a single color choice for multiple Text or Color Choice elements. This will result in taking input only from one color selection and applying that color to multiple elements. To use this feature, you will need to keep the Label of the color selection the same for all the […]
Show the same text and image in multiple places
You can follow a technique to show the exact inputted text or chosen swatch option in multiple locations. For that, you must place multiple elements (Text/Image) correctly in the preview where you want to show them. Later, you will need to make all the Labels the same for the elements for which you want to […]
Organize option elements using Tabs
You can organize the elements using tabs. First, you will need to provide a heading for an element, which can be found in the additional settings. Later enable the toggle “Field heading as Tab” to show the heading text as tabs. All the elements after that element will be added to that tab until you […]
Disable Add to Cart button until Product Options loaded
To disable/hide the add-to-cart button before the app script loads, you need to add a class name to your cart button. This ensures your customers will not be able to add the products to the cart without choosing the required options from our app.
Hide Preview image & Customization from the Cart & Checkout
You can hide personalized images in the cart and checkout. To do so, go to the app’s settings and add an underscore before the provided label. There is also a feature to hide a particular field’s customization information from the cart and checkout pages.
Position & Area Adjustment of an element with Live Preview
Adjusting Position & Orientation We use percentage values to position the fields. For instance, if you set X = 50, Y = 49.75, W = 30, and H = 15, all values will be expressed as percentages relative to the background image in the customization. This feature allows for precise adjustments and relieves you from […]
Hide Newly created product by the App
Collection template Find any “for” loops for “products” in the collection: {% for product in collection.products %} Add this snippet right after the opening of the loop: {% if product.type == 'PPLR_HIDDEN_PRODUCT' %}{% continue %}{% endif %} Sometimes, there are multiple collection templates, and this change should be applied to each template. Search template Find […]
+ 4 Articles
Show Remaining Articles