user1269625
user1269625

Reputation: 3209

Wordpress WooCommerce Product Page Template

I just setup WooCommerce on my wordpress site:

http://artendijen.com/product/test-product/

I am not a fan of the template where it has the description and additional information below and in tabs, I would like the have the description and additional information to the right of the product image. Is there a setting I missed or will I have to edit it via CSS myself?

Upvotes: 0

Views: 3218

Answers (1)

WordPress Mike
WordPress Mike

Reputation: 458

There is no setting for layout in WooCommerce. If you can do what you need to do with CSS then thats great. Otherwise, you will need to use hooks and actions in your functions.php to move things around. You can also overwrite woocommerce template files by copying them to your template with the same structure and file names you find in the WooCommerce plugin.

http://docs.woothemes.com/document/introduction-to-hooks-actions-and-filters/

Upvotes: 1

Related Questions