← Blog

WooCommerce for Artists: The Setup That Doesn't Need a Developer

WooCommerce for Artists: The Setup That Doesn't Need a Developer

WooCommerce for Artists: The Setup That Doesn't Need a Developer

"I'd need a developer for that" is usually wrong. The WordPress admin screen looks like a cockpit, but for a small art shop you really only touch four sections: pages, products, payments, and shipping. WooCommerce is the free plugin that turns a WordPress site into a working shop, and most of what artists assume needs custom code turns out to be a setting in one of those four sections.

Photo by Radek Grzybowski on Unsplash

What you're actually installing

WooCommerce sits on top of WordPress, so you need three things before you even open the plugin: a domain, hosting, and WordPress installed on that hosting. Most hosts built for WordPress, Bluehost, SiteGround and Kinsta among them, offer a one-click WooCommerce install. This part rarely needs a terminal or a line of code.

Once it's running, the setup wizard asks where you're based, what you sell, and how you want to get paid. Answer honestly and it configures tax rules, currency, and a starting shipping zone for you. All of it can be changed later, so there's no wrong answer that locks you in.

Products: simple vs. variable products

WooCommerce splits products into two types, and picking the right one is what actually confuses artists, not the plugin itself. A simple product is one item at one price, like a single original painting. A variable product is one artwork with several options, like a print sold in three sizes, with or without a frame.

A one-off original goes in as a simple product. A print you sell in multiple sizes goes in as a variable product, with each size and frame combination set up as its own "variation" carrying its own price and stock count. You configure this once per print and never touch code to do it.

If your catalog is under a few hundred pieces, which covers almost every working artist, you can build the whole thing by hand in an afternoon. Bulk CSV import exists for bigger catalogs, but it solves a problem most artists don't have yet.

Photo by Giorgio Trovato on Unsplash

Payments and shipping, without the guesswork

For payments, WooPayments is the plugin WooCommerce builds and maintains itself, and it covers cards, Apple Pay and Google Pay without a separate merchant account. Stripe and PayPal both have official WooCommerce extensions if you already use one of them for something else. Whichever you pick, transaction fees change often enough that you should read the provider's current pricing page before you set your own prices, not a number a blog post quoted last year.

Shipping is where original art gets genuinely different from prints. A framed original might ship in a custom crate at a cost nothing like a rolled print in a tube. WooCommerce lets you set shipping classes, so a "fragile original" class can carry a flat rate that reflects what packing and insurance actually cost you, kept separate from your print rate. Skip this step and you'll learn the real cost the first time a broken frame turns into a refund.

Where a developer actually earns their fee

None of the above needs a developer. A developer starts earning their fee when you want something WooCommerce doesn't do out of the box: a fully custom checkout flow, a loyalty program tied to a CRM, or selling in a dozen currencies with live conversion. For a working artist or a small gallery running one shop, that point rarely arrives in year one.

What the setup wizard cannot do is show a buyer what a 100x140cm canvas looks like above their actual sofa. That's a problem WooCommerce was never built to solve, which is why some shops add a link, Blenda is one option, that lets a buyer preview the piece at true size on their own wall before committing to a size that's otherwise easy to hesitate over online.

FAQ

Is WooCommerce free?

The core WooCommerce plugin is free to install. Your real costs are hosting, a domain, a theme if you want one beyond the defaults, and whatever percentage your payment processor takes per sale, so check those providers' current pricing before you set your own.

Do I need coding skills to use WooCommerce?

No. Installing WooCommerce, adding products, and setting up shipping and payments all happen through the WordPress admin screen with no code required. A developer becomes useful only for custom features beyond what the plugin offers out of the box.

What's the difference between a simple and a variable product in WooCommerce?

A simple product is one item at one price, like a single original piece. A variable product is one artwork with options, like a print available in several sizes or frames, where each combination carries its own price and stock count.

Can WooCommerce handle shipping a framed original safely?

Yes, through shipping classes. You can set a separate rate for fragile or oversized items like framed originals, so the cost reflects real packing and insurance rather than charging your print rate for something that ships very differently.