Aug 6, 2020
Hey, I have a Shopify client and I want to add customer tag from line_item properties when Shopify create a new account on the checkout Ps: I'm a Shopify developer and...
Aug 19, 2019
Hey, I created my first Shopify app using the new Shopify app client and configure all necessary things and also the app proxy settings but when I visite example.myshopify.com/apps/pro...
Aug 8, 2019
Hey, I'm a junior Shopify theme developer and after I wrote my Shopify speed optimization techniques I get a lot of great feedback about the techniques mentioned in the guide b...
Apr 6, 2019
Hey, I'm Jr Shopify Theme Developer and a lot of Shopify Store owners has a problem of loading speed and which affect the user experience on your store and also the conversion rate...
Apr 1, 2019
Hey, I'm a Front end developer and I'm very curious if there is more technique to optimize shopify store loading speed Techniques I already Know: Minif...
Hey, I'm building my first Shopify theme and I'm wondering how to add advanced filter functionality to my theme but I read the Shopify dev docs and we can just make a filter by tags and I want...
Mar 3, 2019
I'm building my first shopify theme and I have problem when creating shopify product variant . I want to create custom variants display but when I make it and I click to add to cart , a error page bu...
No content to show
User Activity
09-02-2023
You can try adding webhook signature verification because in my case, Shopify sends two webhook events with a 2-5 s difference between each one. if you're using Node.js / express.js, I recommend you this article https://medium.com/@scottdixon/verify...
I had a similar issue about linking product variant images in product creation using Shopify bulk importation. Here's the solution for your first point: https://gist.github.com/IliasHad/98bae9da0be73bcc392f54f00b4bf718 For the second point, you can ...
It's been about a year since Shopify released the post-purchase extension API. I would like to know if Shopify will support Cash on delivery in the near future?
Hey, I'm currently working on a Shopify app that will create a custom payment method. I'll be using the Shopify payment APIs but I can't find the payment Shopify extension to activate. I don't where to apply to get this activated . Thank you
Hey, I'm currently working on a Shopify app that will use Shopify post-purchase extension and I would like to use it on user Shopify cash on delivery manual payment method. From the post-purchase docs, the team said that you can only use it with a cr...
03-08-2021
You can't remove JS files if they aren't get called from your Shopify theme code. You can check before the end of head tag or body tag {% unless page.handle contains 'sale' or page.handle contains 'promo' %}
<script src="https:\/\/obscure-escarpment...
03-08-2021
I recommend you to check my blog post about Shopify speed optimization and I write about how you can lazy loading technique to your theme code https://iliashaddad.medium.com/shopify-speed-optimization-step-by-step-guide-4afca6423b18
12-20-2020
Bonjour, Pouvez vous m'envoyez le lien de votre store Shopify pour regler ce probleme?
12-05-2020
You can create your custom cursor using this tool and download the cursor file. After that, upload the cursor in your Shopify theme assets and paste this code into your theme.scss.liquid file or your css file body{ cursor: url({{'cursor.cur' | asset_...
12-03-2020
From my experience, I don't think that a domain name can have an impact on your Shopify store because Godday will redirect your visitor to your Shopify store
It's normal to have a slower mobile loading speed than desktop because mobile devices have slower processors compared to desktops.Based on your Google Page speed insight report, you have many javascript codes that impact your store performance. If yo...