Shopify Nested Block schema
I'm wondering if nested block on shopify schema is possible. I search on it but I can't find an answer. Please help me out if anyone knows how to do it. Here's my schema "blocks": [ { "type": "block_main", "name":…
I'm wondering if nested block on shopify schema is possible. I search on it but I can't find an answer. Please help me out if anyone knows how to do it. Here's my schema "blocks": [ { "type": "block_main", "name":…
I am looking a php script to get shopify product data by using php in my localhost server.I have already created storefront api but don't have idea about it that how we will call using api key and fetch data.…
Is this possible? I'm working on an existing website and I need to overwrite some styles but only on pages that use my new templates as overwriting the main styles might break the other pages. This is the markup: <div…
I am showing different prices on the cart based on the quantity of an item, if the item in the cart has more than 6 in the item.quantity it should count the price saved in a metafield, else it shown…
I want to redirect people directly to the checkout page, instead of the cart page. There are in total 5 products. All the customers buy other products, so they all need another checkout link. In the start I tried to…
I'm developing an app for Shopify. Currently under development stage. Until now, I have successfully managed to authorise the app and then redirect it back to admin page using the Embedded App SDK. However, when I return to the admin…
I'm trying to update some data with AJAX on my Shopify theme, I'm also using the CartJS plugin. I have the counter working find but when I come to update the price it doesn't format correctly. It does add all…
I'm new to Shopify app developing and I'm using Node,Express for the back-end and react with polaris libaray. My question is how to get the shop's domain the request is initiating throug h the app. When I searched I could…
E-commerce intermediate, Shopify and Ruby on Rails newbie. How does one go about customizing Shopify files? I have a purchased a theme but want to make some changes to the .liquid files. Do I have to I unzip, edit, re-zip…
This is my code : function verifyRequest($request, $secret) { // Per the Shopify docs: // Everything except hmac and signature... $hmac = $request['hmac']; unset($request['hmac']); unset($request['signature']); // Sorted lexilogically... ksort($request); // Special characters replaced... foreach ($request as $k => $val) {…