localwebadvisor
WIKI← Wiki home

The wiki · page 16 of 25

The reference desk for winning online.

Evergreen guides — kept current, backed by our own scan data, written in plain talk. Every article opens with the answer, not a preamble.

10E-commerce

What Is WooCommerce?

WooCommerce is a free, open-source e-commerce plugin that turns a WordPress website into a full online store. Developed by Automattic, it adds products, a shopping cart, checkout, payments, shipping, and tax handling to any WordPress site. Because it is a plugin rather than a hosted platform, you control the hosting, design, and code, and extend the store with thousands of add-ons. WooCommerce powers a large share of online stores worldwide and suits businesses that want flexibility and ownership over a locked-down hosted service.

UPDATED 2026-07-10 · READ →

What Is Shopify?

Shopify is a hosted e-commerce platform that lets businesses build and run an online store without managing their own servers or code. For a monthly subscription, you get storefront design tools, a product catalog, secure checkout, payment processing, inventory and order management, and an app store to extend features. Because Shopify handles hosting, security, and updates, it is popular with small and growing businesses that want to sell online quickly. Its main tradeoffs are ongoing fees and less low-level control than self-hosted alternatives.

UPDATED 2026-07-10 · READ →

What Is a Shopify Theme?

A Shopify theme is the design template that controls how your online store looks and behaves — its layout, colors, fonts, page structure, and storefront features. You choose a theme from Shopify's Theme Store, either free or paid, then customize it in the visual theme editor without touching code. Modern themes use Shopify's Online Store 2.0 architecture, which adds flexible sections and blocks you can rearrange on any page. Themes are built with Liquid, Shopify's templating language, so developers can extend them further beyond the editor's presets.

UPDATED 2026-07-10 · READ →

What Is Shopify Liquid?

Shopify Liquid is the open-source templating language Shopify uses to build storefront themes. It acts as the bridge between your store's data and the HTML shown to shoppers, letting theme files insert dynamic content like product titles, prices, and images into a page. Liquid uses three building blocks: objects that output data, tags that add logic like conditions and loops, and filters that modify output. Created by Shopify, Liquid is what makes theme customization possible, so understanding it is key to tailoring a store beyond the visual editor.

UPDATED 2026-07-10 · READ →

What Is a Shopify App?

A Shopify app is a piece of software that adds features to a Shopify store beyond what the core platform includes. Installed from the Shopify App Store, apps handle things like product reviews, subscriptions, loyalty programs, email marketing, upsells, and accounting sync — often set up in a few clicks. Many are free, but plenty charge a monthly fee, and stacking too many can raise costs and slow your storefront. Apps connect through Shopify's APIs, letting a store gain features without custom development when chosen and managed with discipline.

UPDATED 2026-07-10 · READ →

What Is Shopify Plus?

Shopify Plus is Shopify's enterprise plan, built for high-volume merchants and larger brands that have outgrown the standard tiers. It adds capabilities the lower plans lack: full checkout customization, Shopify Functions for custom logic, wholesale and B2B storefronts, up to nine additional expansion stores, higher API rate limits, and automation tools like Flow and Launchpad. Pricing starts around $2,300 per month on a longer term. Everything runs on the same hosted, PCI-compliant Shopify platform, so merchants scale without managing servers.

UPDATED 2026-07-10 · READ →

What Is Shopify Payments?

Shopify Payments is Shopify's built-in payment processor, powered by Stripe, that lets a store accept credit cards and digital wallets without setting up a separate gateway. When activated, it handles card processing directly inside Shopify, so orders, payouts, and refunds live in one dashboard. Its biggest advantage is that using it waives Shopify's extra third-party transaction fee; using an outside gateway instead adds a per-order charge on top of card rates. It also enables Shop Pay accelerated checkout.

UPDATED 2026-07-10 · READ →

What Is a Shopify Collection?

A Shopify collection is a group of products organized together so shoppers can browse them as a category, such as Sale, New Arrivals, or Men's Shoes. Collections power your store's navigation, category pages, and promotional sections. There are two types: manual collections, where you hand-pick each product, and automated collections, where you set conditions like tag, price, or product type and Shopify adds matching products automatically. Good collections make large catalogs easy to shop and improve on-site discovery.

UPDATED 2026-07-10 · READ →

What Is a Shopify Metafield?

A Shopify metafield is a custom data field you attach to a store object such as a product, variant, collection, customer, or order to store information the default fields do not cover. Examples include a product's material, wash instructions, size chart, or a downloadable spec sheet. Metafields have a defined type, a namespace, and a key, and you can display their values in themes with Liquid or read them through the Storefront API. They let you build richer, more structured storefronts without hacking the product model.

UPDATED 2026-07-10 · READ →

What Is Shopify POS?

Shopify POS is Shopify's point-of-sale system, an app for iPhone, iPad, and Android that lets merchants sell in person while keeping inventory, orders, and customers in sync with their online store. It turns a phone or tablet, paired with a card reader, into a register for retail counters, pop-ups, and markets. Because it shares one back end with your Shopify store, stock updates in real time across channels. It comes in two tiers: POS Lite, included with every plan, and POS Pro, a paid upgrade with advanced retail features.

UPDATED 2026-07-10 · READ →

What Is Shopify Markets?

Shopify Markets is Shopify's built-in toolset for selling internationally from a single store. Instead of running separate stores per country, you configure markets that control currency, language, pricing, domains, and duties for different regions from one admin. Shoppers see local currencies and translated content, and you can adjust prices or restrict products per market. It centralizes cross-border selling so you manage one catalog and one back end while presenting a localized experience. Managed Markets adds merchant-of-record handling of duties and taxes for eligible merchants.

UPDATED 2026-07-10 · READ →

What Is Shopify Hydrogen?

Shopify Hydrogen is Shopify's official React-based framework for building custom, headless storefronts. It gives developers pre-built components, hooks, and utilities for working with the Storefront API, so they can build a fully bespoke front end while Shopify still handles the catalog, cart, and checkout on the back end. Hydrogen is built on Remix and is designed to deploy on Oxygen, Shopify's global hosting for Hydrogen apps. It is aimed at brands that need more design and performance control than themes allow.

UPDATED 2026-07-10 · READ →

What Is Headless Shopify?

Headless Shopify means decoupling your storefront's front end from Shopify's back end. Instead of a Liquid theme, you build a custom front end, often in React, Next.js, or Hydrogen, that pulls products, collections, and cart data from Shopify through the Storefront API, while Shopify still runs the catalog, inventory, and checkout. This gives total design and performance control and lets one back end feed multiple channels. The tradeoff is higher cost and complexity, since it becomes a software project rather than a theme setup.

UPDATED 2026-07-10 · READ →

What Is Shopify Checkout Extensibility?

Shopify checkout extensibility is the modern, app-based way to customize Shopify's checkout without editing the old checkout.liquid file. Instead of theme code, customizations are built with Checkout UI extensions, Shopify Functions, a branding API, and web pixels, so changes survive Shopify's platform updates automatically. It lets Plus merchants add custom fields, upsells, banners, and validation to checkout in an upgrade-safe way. Shopify has deprecated checkout.liquid in favor of this system, making extensibility the required path for checkout customization going forward.

UPDATED 2026-07-10 · READ →

What Is the Shopify Storefront API?

The Shopify Storefront API is a GraphQL API that lets developers read a store's catalog and build carts to power custom and headless storefronts. It exposes products, collections, content, and cart operations to any front end, whether a React app, a Hydrogen storefront, a mobile app, or a game, while Shopify still handles the catalog and checkout. Access uses a Storefront access token, and it is read-and-cart focused rather than administrative. It is the connective layer that makes headless Shopify and custom shopping experiences possible.

UPDATED 2026-07-10 · READ →

What Is the Shopify Buy Button?

The Shopify Buy Button is a small embeddable snippet that lets you sell products through Shopify's secure checkout on any website, blog, or landing page, even one not built on Shopify. You generate the code inside your Shopify admin, paste it into your HTML, and it renders a product card or cart button that hands buyers to Shopify's hosted, PCI-compliant checkout. It turns any page into a storefront while Shopify handles payments, inventory, and orders behind the scenes.

UPDATED 2026-07-10 · READ →

What Are Product Variants?

Product variants are the specific versions of a single product that differ by options like size, color, material, or style, such as a T-shirt sold in Small, Medium, and Large across three colors. Each unique combination of options is one variant, and each carries its own SKU, price, inventory count, and often its own image. Grouping variants under one product page keeps listings clean while letting shoppers pick exactly what they want, and each variant is tracked separately so stock and sales stay accurate.

UPDATED 2026-07-10 · READ →

Shopify vs WooCommerce: Which Should You Choose?

Shopify is a fully hosted, all-in-one commerce platform where you pay a monthly fee and Shopify handles hosting, security, and updates. WooCommerce is a free, open-source plugin that turns a WordPress site into a store, giving you total control but making you responsible for hosting, maintenance, and security. Shopify trades flexibility for simplicity and reliability; WooCommerce trades convenience for ownership and customization. For most small businesses wanting speed and low hassle, Shopify wins; for those who want full control and already use WordPress, WooCommerce fits.

UPDATED 2026-07-10 · READ →

Shopify vs BigCommerce: Which Should You Choose?

Shopify and BigCommerce are both fully hosted commerce platforms that handle hosting, security, and updates for a monthly fee. Shopify is known for its polished ease of use, huge app store, and design ecosystem, while BigCommerce packs more advanced features into its base plans and charges no extra transaction fees on any payment gateway. Shopify tends to win on simplicity and ecosystem breadth; BigCommerce often wins on built-in features and no forced payment fees. For most small stores Shopify is smoother; feature-heavy or multichannel sellers may prefer BigCommerce.

UPDATED 2026-07-10 · READ →

Shopify vs Squarespace: Which Is Better for Selling Online?

Shopify is a dedicated commerce platform built primarily for selling, with deep e-commerce features, a huge app store, and tools for scaling a store. Squarespace is a design-first website builder with strong templates that also includes solid commerce, best for simpler stores where beautiful design leads. Shopify wins for serious or growing online stores and large catalogs; Squarespace wins for creatives, service businesses, and small catalogs that want a stunning site with light selling attached. Choose based on whether commerce or design is your primary goal.

UPDATED 2026-07-10 · READ →

Shopify vs Etsy: Which Should You Sell On?

Etsy is an online marketplace where you list products alongside other sellers and tap into its built-in audience of shoppers, paying listing and transaction fees. Shopify is your own standalone store where you control branding, data, and the customer relationship but must drive your own traffic. Etsy offers instant reach with less control; Shopify offers full ownership but requires marketing. Many sellers use both: Etsy for discovery and Shopify as their branded home. Choose based on whether you value built-in traffic or long-term brand control.

UPDATED 2026-07-10 · READ →

Magento vs Shopify: Which Should You Choose?

Magento, now Adobe Commerce, is a powerful open-source platform for large, complex stores that need deep customization and control, but it requires developers, hosting, and significant maintenance. Shopify is a hosted, all-in-one platform that trades some flexibility for simplicity, reliability, and low upkeep. Magento suits mid-market and enterprise sellers with the budget and technical resources to exploit its power; Shopify suits most small and mid-sized businesses that want to launch and grow without managing infrastructure. Choose based on your complexity, budget, and in-house technical capacity.

UPDATED 2026-07-10 · READ →

WooCommerce vs BigCommerce: Which Should You Choose?

WooCommerce is a free, open-source WordPress plugin that gives you full control over a self-hosted store but makes you responsible for hosting, security, and maintenance. BigCommerce is a fully hosted SaaS platform that handles infrastructure and updates for a monthly fee while charging no extra transaction fees. WooCommerce wins on flexibility, ownership, and content-driven SEO; BigCommerce wins on low maintenance, built-in features, and reliability. Choose WooCommerce if you want control and already use WordPress; choose BigCommerce if you want a hands-off, feature-rich hosted store.

UPDATED 2026-07-10 · READ →

What Is BigCommerce?

BigCommerce is a fully hosted, software-as-a-service e-commerce platform that lets businesses build and run online stores without managing servers, security, or updates. It is known for packing advanced commerce features into its base plans, charging no extra transaction fees on any payment gateway, and offering an API-first, open architecture that supports headless commerce. BigCommerce competes with Shopify and suits growing and mid-market sellers, especially those with feature-heavy or multichannel needs who want a hosted platform that requires fewer paid add-ons.

UPDATED 2026-07-10 · READ →

What Is Magento (Adobe Commerce)?

Magento, now branded Adobe Commerce, is a powerful open-source e-commerce platform for building large, highly customized online stores. It offers deep control over code, complex catalogs, multi-store setups, and enterprise integrations, but it is self-hosted or cloud-hosted and requires developers, robust infrastructure, and ongoing maintenance. Magento Open Source is free to download, while Adobe Commerce is the paid enterprise edition with added features and support. It suits mid-market and enterprise sellers with the budget and technical resources to exploit its flexibility, not casual small stores.

UPDATED 2026-07-10 · READ →

What Is Squarespace Commerce?

Squarespace Commerce is the built-in online-store feature of the Squarespace website builder, letting you sell physical goods, digital downloads, services, and subscriptions directly from a Squarespace site. It adds product pages, a shopping cart, hosted checkout, inventory tracking, and payment processing through Stripe or PayPal, all managed inside the same drag-and-drop editor used for the rest of your pages. It is designed for design-conscious small businesses that want a polished storefront without installing separate e-commerce software or writing code.

UPDATED 2026-07-10 · READ →

What Is Wix eCommerce?

Wix eCommerce is the online-store functionality built into the Wix website builder, allowing you to sell products, services, bookings, and digital goods from a Wix site. Once you upgrade to a Business or eCommerce plan, Wix adds product pages, a shopping cart, secure hosted checkout, inventory management, order tracking, and payment processing, all editable through the same drag-and-drop editor. It targets small businesses that want an affordable, all-in-one store they can build themselves without hiring a developer or managing separate software.

UPDATED 2026-07-10 · READ →

What Is Ecwid?

Ecwid, now branded Ecwid by Lightspeed, is an embeddable e-commerce platform that adds a full online store to a website you already own by pasting a small snippet of code. Instead of replacing your existing site, it drops a product catalog, shopping cart, and secure checkout into any page built on WordPress, Wix, Squarespace, or plain HTML. The same store can appear across multiple sites and marketplaces at once, all managed from one dashboard, which makes it popular with businesses that want to keep their current website.

UPDATED 2026-07-10 · READ →

What Is Square Online?

Square Online is a free-to-start online store builder from Square that lets businesses sell products, food orders, and services online while syncing tightly with Square's point-of-sale and payments systems. You build a store with a simple editor, and inventory, orders, and customer data stay unified between your website and your physical Square register. It is especially popular with restaurants and local retailers that already use Square in person and want an online storefront, curbside pickup, or delivery without adopting a separate e-commerce platform.

UPDATED 2026-07-10 · READ →

What Is a Print-on-Demand Platform?

A print-on-demand platform is a service that manufactures and ships custom products, like t-shirts, mugs, and posters, only after a customer orders them, so the seller holds no inventory. You upload designs, connect the platform to your online store, and when a sale happens the platform prints the item, packs it, and ships it to the buyer, often with your branding. The seller pays the base production cost and keeps the difference as profit. Print-on-demand lets creators and small businesses sell physical products with almost no upfront cost or risk.

UPDATED 2026-07-10 · READ →

Looking for news, case studies, and opinion pieces? That's the blog →