Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to start with developing a WordPress / WooCommerce theme? [closed]

I've been handed some PSDs and need to create an ecommerce site using WordPress and WooCommerce. I've found a couple of resources for creating WordPress themes... http://codex.wordpress.org/Theme_Development http://themeshaper.com/2009/06/22/wordpress-themes-templates-tutorial/

...but because I'm going to be using WooCommerce, do I still need to follow those guides, or will the WooCommerce development stage make the above guides redundant?

I have researched this, but the resources I've found do not make it clear where to start if you are new to both WordPress and WooCommerce.

Thank you in advance.

like image 642
ban-geoengineering Avatar asked Feb 13 '13 14:02

ban-geoengineering


1 Answers

My recommendation would be to develop a WordPress theme as normal, preferably as a child theme using a good-quality parent theme like Toolbox which will provide most of the html and functionality leaving you to customize the CSS.

Then install WooCommerce and add to you theme from there. In the settings, uncheck the "use WooCommerce styles" and copy the woocommerce stylesheet into your theme folder under /woocommerce/store.css. Then you are free to edit the default woocommerce styles as you please.

like image 179
harryg Avatar answered Oct 09 '22 15:10

harryg