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

Luke Lee
Luke Lee
7,577 Points

Is a woocommerce an easy manage ecommerce system?

Looks like it is so hard to change the layout. You no longer see html css. Instead you have to write script like add_action, remove_action. I still haven't figured out how to add a div wrap around module.

What do you guys think?

1 Answer

Matthew Bingham
Matthew Bingham
11,927 Points

Hi Luke, I've used WC on a few projects and it works well most of the time. I choose this e-commerce plugin because I needed to calculate strange shipping methods, EU VAT/tax and also had to add additional payment gateway fees - all of these are possible with plugins.

Regarding styling, I would recommend using a child theme and then capturing the required divs using a developer tool (Chome > F12 for example). If you are just styling (rather than changing the function of WC), you shouldn't need to add any code aprat of CSS code.

  • Matt