Manually Install / Uninstall Script Tag

WARNING: The following is for advanced users only. Under normal circumstances, you should not need to manually add or remove the Piña Winner script tag as it is automatically installed or uninstalled with the Piña Winner application.

Manual Install

To manually install the Piña Winner script tag in your theme add the following script tag to the bottom of your theme’s <head> section right before the closing </head> tag. The <head> section is usually located in your theme.liquid file, though this may not always be the case.

IMPORTANT: Replace the MYSHOPIFYDOMAIN string in the script tag with your own shop.myshopify.com shop id.

<script type=”text/javascript” async=”true” src=”https://winner.pinatropical.com/winner.js?shop=MYSHOPIFYDOMAIN”></script>

Manual Uninstall

To manually uninstall the Piña Winner script tag from your theme, look for the script tag that you manually added near the bottom of the <head> section of your theme. The <head> section is usually located in your theme.liquid file, though this may not always be the case.