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
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024