Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #33080

    Xavier D
    Participant

    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 description

    The 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!

    #33146

    Rad
    Moderator

    Hi 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.

    #33311

    Xavier D
    Participant

    Hi!

    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 🙂

    #33522

    Support
    Member

    If you have any questions related to the theme, we’ll be happy to help. Cheers!