I recently received a new error message on Shopify but wasn’t sure if it was real or not but after contacting their live support it seems that it is indeed real. Your account couldn’t be accessed because the current password is not secure. You will receive an email to update your password. Shopify has added …
Category: Shopify
Append Tags to Shopify Products Using PHP
I’m using the code below to update hundreds of product tags in Shopify, you might be able to find an app in Shopify but this way seems quicker for me. This code was tested on API version 2020-01. PHP 7.2 + Required This code uses your terminal/command prompt to execute the php script and requires …
Cursor-Based Pagination Under Shopify’s Latest API
Example PHP code for cursor-based pagination using the phpclassic/php-shopify package.
Shopify Abandon Email – Check If User Used Existing Discount Code
Solution for detecting if a user has already used a certain coupon code in shopify’s abandon email template.