I left Etsy about a year ago and I haven't looked back ever since. However, after leaving, setting up the new shop was no easy task, even though I am a web developer by trade and have set up quite a bit of WooCommerce shops during my day job. But – I had set out to write the full theme myself, even though I am not a Backend person and PHP and I do not get along to well, and also I didn't want to use any premium plugins (because I am greedy and obviously like to take more pride in my abilities than I sometimes should), did I manage to get all of my things set up how I wanted them without any premium plugins? Did I almost go crazy while tackling that? Was it oh so worth it in the end? Hell, yeah!
So let's look at how I did it.
Continue reading “How to Move from Etsy to WooCommerce”
Tag: woocommerce

Add or Remove Money based on Cart Data in WooCommerce
I haven’t written a proper nerdy post in a while, and since it took me quite a while to figure this out in a way that worked for my use case, I decided to get this all written up, in case anyone else here takes enough pride in their coding, that they just refuse to pay 150 bucks a year for a thing they can write up in under two hours.
What am I even talking about? Discounts and fees, based on the Items added in your cart. I’m not talking about applying some Coupon Code based on the Cart Information, but a proper positive or negative fee, that shows up as it’s own line in the Cart. Here’s how you do it.