Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi there,
I'm using the Kalles Shopify theme with the EComposer builder. Following a video tutorial here https://youtu.be/o9MKmKUf_jU?si=xOtCdiIOL8E8bZNm, I created a quick view and product grid.
However, even though I published them in EComposer, they haven't been applied to my store yet.
How do I apply these changes to all my products?
Thanks in advance for any help you can offer!
Solved! Go to the solution
This is an accepted solution.
If you installed app already, you can contact to app support, they will provide guide to help you config.
In addition, you can check on setting of theme, all most theme to support show quick-view function.
Finally, if theme and app not support, you need to impalement with code.
This is an accepted solution.
To achieve that, you need to customize code by the way use javascript or make a new quick-view to arrange the data on quick-view only, because all most theme, the content on quick-view was got from product page on information main content.
So when you want to change the content on quick-view, you need to customize code.
This is an accepted solution.
If you installed app already, you can contact to app support, they will provide guide to help you config.
In addition, you can check on setting of theme, all most theme to support show quick-view function.
Finally, if theme and app not support, you need to impalement with code.
Here are the screenshots of Quick View in 2 parts, please I want to:
* remove the quantity selector
* replace these 3 lines: Availability, categories, and tags. With 2 lines:
Tax and shipping are included! ( stroke line please)
Instant Download ( stroke line please) and start with the icon vector look at the screenshot
Thanks in advance for any help you can offer!
This is an accepted solution.
To achieve that, you need to customize code by the way use javascript or make a new quick-view to arrange the data on quick-view only, because all most theme, the content on quick-view was got from product page on information main content.
So when you want to change the content on quick-view, you need to customize code.