Is there a way to customize the pop-ups where it’s only visible to other products and not all of them?
Example (check images for reference): I only want the swatches pop-up to be available for the chair and not the lamp.
Thanks!
Site: bauhaus-manila-ph.myshopify.com
PW: BM2024
Hi @naissancestudio
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code just above tag
{% if product.tags contains 'chairs' or product.tags contains 'chair' or product.tags contains 'Chair' or product.tags contains 'Chairs' %}
{% endif %}
Note: All the chairs product should contain tag “Chairs” for this to work.
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
is it also possible to set specific pop-ups for specific products?
like example, a specific pop-up for sofa swatches and a specific pop-up for table swatches.
We can do that via code.
Can you add all the popup on the site and let me know which popup shopuld be active for each product? I can write custom code after that.
Thank you