> Blog — Plynthr | Shopify Tutorials
Blog

Shopify tutorials
that skip the fluff.

Practical Liquid code guides, theme customisation walkthroughs, and ecommerce tips. Written by a developer, for store owners who want to get things done.

{% render 'plynthr-trust-badges' %} {% render 'plynthr-sticky-atc' %} {% render 'plynthr-shipping-bar' %} {# 15 tweaks, 0 apps #}

15 Shopify Tweaks That Don't Need an App (Copy-Paste Code)

Trust badges, sticky add-to-cart, free shipping bar, mega menu, size chart and ten more — copy-paste Liquid that replaces $10/mo apps, grouped by what each does for the store.

Read roundup →
<svg viewBox="0 0 38 24"> <path d="M35 0H3C1.3 0 0 1.3…"/> </svg> {# inline — no image files #}

Free Trust Badges for Shopify (Copy-Paste Payment Icons, No App)

Free Shopify trust badges: copy-paste inline SVG payment icons (Visa, Mastercard, PayPal, Afterpay). No app, no image files, no speed hit.

Read tutorial →
const obs = new IntersectionObserver( ([e]) => bar.classList.toggle( "is-visible", !e.isIntersecting) ); obs.observe(addToCartBtn);

How to Add a Sticky Add-to-Cart Bar to Shopify (No App Required)

Add a sticky Add to Cart bar to Shopify with copy-paste code. Appears when the real button scrolls away — great on mobile. No app, no external scripts.

Read tutorial →
<div class="stockists"> {%- for stockist in shop.metaobjects.stockist.values -%} <li>{{ stockist.name }}</li> {%- endfor -%} </div>

How to Build a 'Where to Buy' / Stockist Page in Shopify

Add a Where to Buy / stockist page to Shopify. Compare a manual list, an embedded map, and syncing stockists automatically from your customer tags.

Read article →
// what to compare data sync (tags → map) your own Maps API key theme fit & search pricing per location

The Best Shopify Store Locator Apps Compared (2026)

How to choose a Shopify store locator app in 2026: the five things that actually matter — data sync, API keys, theme fit, search, and pricing.

Read article →
Tag a customer as "stockist" Their address → geocoded → map pin <div class="mapsync-map"> Leaflet + OpenStreetMap No API keys required </div>

Shopify Store Locator: How to Add One (App, Free and Manual Options)

Manual stockist page, free map embed or a synced app — the three ways to add a store locator to Shopify, and the full setup with no API key.

Read article →
Score: 61/100 Speed ━━━━━━━━━━ 45 SEO ━━━━━━━━━ 72 Mobile ━━━━━━━━━━ 58 Images ━━━━━━━━━━ 65 Access ━━━━━━━━━━ 81 Links ━━━━━━━━━ 70

Your Shopify Store Is Probably Slower Than You Think

Most Shopify stores score below 50 on speed, SEO, and mobile. Find out where yours stands with a free 30-second audit.

Read article →
{%- assign threshold = 100 -%} {%- assign remaining = threshold | minus: cart_total -%} <div class="shipping-bar"> <div class="fill" style="width:{{progress}}%"> </div> </div>

How to Add a Free Shipping Progress Bar to Shopify (No App Required)

Add a dynamic free shipping progress bar that updates with the cart. Boost average order value with zero app fees.

Read tutorial →
<div class="trust-badges"> <span>Secure payment</span> <svg> Visa </svg> <svg> Mastercard </svg> <svg> PayPal </svg> <svg> Afterpay </svg> </div>

Shopify Trust Badges: How to Add Them Without an App (Free Snippet)

Free Liquid snippet for payment trust badges under Add to Cart, in the cart and footer — plus where to place them and what to avoid.

Read tutorial →
<div class="announcement"> Sale ends soon! <span class="countdown"> 2d 14h 32m 08s </span> <button></button> </div>

How to Add an Announcement Bar with Countdown Timer to Shopify (No App Required)

Create urgency with a live countdown timer, dismissible bar, and localStorage persistence. No app, no conflicts.

Read tutorial →
<button class="back-to-top"> <svg viewBox="0 0 24 24"> <polyline points="18 15 12 9 6 15"/> </svg> </button> window.scrollTo({ top: 0 })

How to Add a Back to Top Button to Shopify (No App Required)

Add a smooth-scrolling back to top button that fades in on scroll. Accessible, animated, and inherits your theme colours.

Read tutorial →
<div class="cookie-banner"> <p>We use cookies...</p> <button class="accept"> Accept </button> <button class="decline"> Decline </button> </div>

How to Add a Cookie Consent Banner to Shopify (No App Required)

Stay GDPR compliant with a clean cookie banner. Accept/decline buttons, remembers preferences, fully responsive.

Read tutorial →

Get Shopify tips that actually help.

No spam. Just practical tutorials and code snippets, straight to your inbox.

Start for free then pay $1/month for 3 months — Claim offer