-
AuthorPosts
-
April 13, 2014 at 4:55 am #33080
Hi!
I’m really amazed with your theme! It’s super easy and powerful to customize!
I’m trying now to customize the product list. Right now it’s a two column layout, lookint like this:
https://dl.dropboxusercontent.com/u/3098919/shop-support-1.jpg
And I would like to look something like this:
https://dl.dropboxusercontent.com/u/3098919/shop-support-2.jpg
This means:
–Put the buy button out of the image
–Add a SHARE + ADD TO WHISHLIST buttons
–Add product categories
–Add short descriptionThe main problem is that I’ve not been able to find where the template that constructs the product list is located.
The closest I’ve get is to find “/x/framework/functions/global/woocommerce.php” that does not have all the information I need but seemed a good starting point…
But I’ve not been able to modify it in my child theme (x-child-integrity-light)
Any help would be much appreciated!
Thanks, and sorry for my poor english!
April 13, 2014 at 3:26 pm #33146Hi Xavier,
Thank you for posting in.
x theme does not have control on woocommerce templates. You can find woocommerce.php on stack folders under /x/framework/views/. And you could find code like this <?php woocommerce_content(); ?> that calls woocommerce content.
But, you can go directly on woocommerce templates /plugins/woocommerce/templates , there you will find all templates that woocommerce is using.
Hope this helps.
April 14, 2014 at 4:22 am #33311Hi!
Thanks!
I see that if I copy a template from /plugins/woocommerce/templates to x-child-integrity-light/woocommerce/ it overrides the default woocommerce template!
Great!!!
Thanks 🙂
April 14, 2014 at 11:06 pm #33522If you have any questions related to the theme, we’ll be happy to help. Cheers!
-
AuthorPosts