Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

Daniel Quaidoo
Daniel Quaidoo
23,937 Points

Create custom Wordpress theme for e-commerce site

Was wondering if there are any good tutorials for creating an e-commerce site from scratch using Wordpress. Already have my html content ready. Zac Gordon

3 Answers

Zac Gordon
STAFF
Zac Gordon
Treehouse Guest Teacher

I'm working on a WooCommerce course for release in two months. We have a workshop on WooCommerce ( a little outdated tho) that will show you how to setup and use WooCommerce.

If you design a custom theme from what you have and install WooCommerce it will work out of the box. However if you want to custom design each part like the product listing page, single page, checkout process etc, that will take some custom work with the WooCommerce hooks that won't be in any treehouse content till we release our advanced course on the topic later this year.

Zac Gordon
Zac Gordon
Treehouse Guest Teacher

Do you already know how to build the WordPress theme itself?

Daniel Quaidoo
Daniel Quaidoo
23,937 Points

Thanks Zac Gordon I watched the treehouse course on building a theme and quite conversant with it now. My php, html and css is good I'm just new with Wordpress. I have already built my static html pages. (They were php originally but wanted to hook up a cms to the store). Was guessing I would just change my web content to a theme and then add support in my wordpress for Woo Commerce , look through the default woo commerce pages and replace the php script in relevant portions of my site theme. Am I on the right track? James Barnett

Daniel Quaidoo
Daniel Quaidoo
23,937 Points

This was a link to the static e-commerce site I built just for reference. Left out the cart, billing and account setup pages, I figured wooCommerce adds them for you. http://students.clarku.edu/~dquaidoo/Selina/content-shop.html