All things Shopify and commerce
hello I want to add script from my custom app to the view page of my website but it also show me in customization section i don't want it please help me https://prnt.sc/nT4WFyz012HS i don't want alert box here : https://prnt.sc/sDiyfLDrI8ou i only want it in website view section only
Solved! Go to the solution
This is an accepted solution.
{% if request.design_mode %}
{% else %}
<script>
alert ("home page");
</script>
{% endif %}
I found the solution after some research you just need to ad this conditional statement to remove scripts from customization of designing part
This is an accepted solution.
{% if request.design_mode %}
{% else %}
<script>
alert ("home page");
</script>
{% endif %}
I found the solution after some research you just need to ad this conditional statement to remove scripts from customization of designing part
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025