How do I connect GitHub to Shopify?
I've used Beanstalk and Tower in the past for version control, however, is there a way to connect Shopify to GitHub? Ideally, I'd like to have a copy of my Shopify theme on my desktop to work on, then when…
I've used Beanstalk and Tower in the past for version control, however, is there a way to connect Shopify to GitHub? Ideally, I'd like to have a copy of my Shopify theme on my desktop to work on, then when…
Based on this tutorial, I tried the below code. I'm trying to add a new script to the web page. request.post(accessTokenRequestUrl, { json: accessTokenPayload }) .then((accessTokenResponse) => { const accessToken = accessTokenResponse.access_token; // DONE: Use access token to make API…
I have an issue In Debut Theme, I would like to display the amount of money saved and percentage of discount for each variant of a product. I have this script in product-template.liquid : {% assign amount_saved = current_variant.compare_at_price |…
I'm in the really big problem I cant able to change Email and Password input element background color in Shopify site in both login and register page. I just realized that the problem is only in chrome only.
Hi i am using below mentioned code for pulling order conformation. But i can't get Order ID and order details from this Query. Not able to get order id and order details even order confirmed. Currently i am using shopify…
I've tried many different ways, and nothing seems to add my custom field on my cart to the cart attributes like everywhere says you can. I don't understand. I've even used Shopify's UI generator and THAT's not working either. Here…
I'll jump straight into it, we have 'n' clients, "A", "B", "C", "D" and "E"... We have a working solution and all is working great! Apart from client "E", I'm faced with a 402 - Payment Required response. To be…
I've been struggling with this problem for 2 day. In my store each product has 2 options: size and colors (Tshirts). Any shopify experts are here? Store: nosmallplan-dev.myshopify.com Pass: nsp I use ajaxify cart. In Product liquid i have this…
I want to start using Shopify but I still need to know if it is possible to create custom post type, a bit like wordpress : a new button on the admin panel where there is product, orders, customers, etc,…
How to implement script tags in shopify using my laravel app (php). I want to show some dynamic text in product page. so how to include my app content using script tags??