J3d Store

Woocommerce / CSS / Sqlite

I had a moment where I thought I wanted to create an online storefront and build a drop shipping business. I went through setting up a business, getting a resale certificate, building an ecommerce site using woo-commerce, getting a supplier, importing the suppliers data into the system, and setting up payment processing.

To import the data easily, I created an sqlite database to import the data into and then used SQL to generate an csv file in the format needed for woo-commerce. This way I could update inventory in a more automated way instead of manually on the site.

J3D Store