Mike Fallows

Tagged “shopify”

  1. Optimising CSS minification in Liquid
    • 5 min

    Optimising a technique to use Liquid to minify CSS code for performance in Shopify themes.

  2. Prefill a Shopify discount with the Fetch API
    • 2 min

    Set a prefilled discount in checkout with a fetch request.

  3. Implement a low stock notice in a Shopify theme
    • 6 min

    A simple way to display a notice when the selected variant has a stock quantity below a specified value.

  4. Quick error reporting with Val Town
    • 6 min

    Using Val Town's simple storage and notifications to rig up a lightweight error reporting system.

  5. Observing cart changes in a Shopify theme
    • 8 min

    Identifying and responding to changes in a customer's cart.

  6. Detect subscription orders in the Shopify checkout
    • 3 min

    How to determine whether a Shopify order includes a subscription.

  7. Making a Shopify Theme App Extension for Google Site Verification
    • 6 min

    Whipping up a quick Shopify app to take advantage of the new theme app extension feature.

  8. Using PostCSS and Autoprefixer with esbuild
    • 3 min

    Updating an esbuild config in a Shopify theme to utilise autoprefixer.

  9. Responsive images in Shopify themes
    • 8 min

    Current solutions to handling responsive image formats in Shopify.

  10. Using tags to render related content in Shopify themes
    • 4 min

    The trick I use to leverage tags to identify and display related content.

  11. Hiding Shopify pages from search results
    • 5 min

    Sometimes you don't want certain resource types to be indexed by search engines.

  12. Refactoring a Shopify upsell widget to a Custom Element
    • 5 min

    Often shop owners want the ability to offer a small upsell that can be easily added to an order.

  13. Adding VAT to 31,522 Shopify prices as quickly as possible
    • 5 min

    Yay! Shopify finally handles tax in a way that's useful for Europeans.

  14. Using Jest tests to replace jQuery in a Shopify theme
    • 7 min

    A strategy for safely removing jQuery as a dependency from custom Shopify themes.

  15. Shopify theme development with esbuild
    • 6 min

    Leverage sass and bundle js imports with esbuild when using the new Shopify themes CLI.

  16. Quickly export Shopify data to a CSV
    • 1 min

    A lightweight and configurable node script to export Shopify data.

See all tags.