Shopify App Theme Extension - Configure your Store Front
Adding your Configurators to your store front
in this article you will learn how to add your configurators into your store front using our theme app extension
Follow Out 10 Step Guide
Step 1 - Click Customise Theme
Step 2 - Navigate to the Product Templates
Step 3 - Select the Template You Want to Edit
Step 4 - Add the Mimeeq App Blocks as Pictured
Step 5 - Drag to Reorder the Button
Step 6 - Add the Embed Template ID from the Mimeeq Dashboard (External App)
Step 7 - Customize Your Button Name and Styles
You can customize the Mimeeq button using CSS targeting button.mmq-button
.
For example you could change the shape to a pill and adjust padding by adding this to your CSS theme settings:
button.mmq-button {
border-radius: 50px; /* This gives the pill shape */
padding: 10px 20px; /* Adjust the padding as needed */
/* Add any other styles you need, such as background-color, border, etc. */
}
Step 8 - Make Sure the Preview Product is One with Mimeeq Metafields Completed
Step 9 - Test Everything is Working, by Clicking the Button
Step 10 - Save Your Changes
Other Types of Mimeeq Theme App Blocks
Addtionally you will find Mimeeq app blocks such as
Theme App Block - Translations
It allows you to customize the names of the interface, the 4 most popular fields are shown for quick and convenient access, which are:
- Add to Cart button
- View in Room (AR button)
- Required Warning Messages
- Custom Delivery Information
Additionally there a box where you can paste your translation keys from Mimeeq allowing you to customise the entire configurator UI.
Theme App Block - Standalone Configurator
Should you wish to embed a configurator on any page, even you home page you can do that using the standalone configurator
Updated on: 28/12/2023
Thank you!