Skip to content

Instantly share code, notes, and snippets.

@pradhumnsharma
Created March 30, 2018 07:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pradhumnsharma/a4fd914bed8e1c39408924c6daa0b79d to your computer and use it in GitHub Desktop.
Save pradhumnsharma/a4fd914bed8e1c39408924c6daa0b79d to your computer and use it in GitHub Desktop.
How to open shopify app in app page on store
<script type="text/javascript">
ShopifyApp.init({
apiKey: '<?php echo APP_API_KEY; ?>',
shopOrigin: 'https://<?php echo $_SESSION['shop']; ?>',
forceRedirect: true
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment