Shop Categories element

Hi,

I made a shop archives template to use for my shop. I added a "Shop Categories Element" as I want the user to choose the category first and then see the individual products in the selected category. In the template, this works. However, when I set this template as the shop page, it doesn't work: whenever you choose a category, the page refreshes with the correct url, but doesn't show the products, just the categories again. How can I fix this?

https://leoboeck.explotacionweb.es/tienda/

Comments

  • Hi,

    You must create another template with the Shop Products element and assign it to all categories.

    Best regards

  • Great! It worked, thanks! I have another doubt: I have created a custom sidebar for this page, as you can see on the link I provided. However, I don't know how to change the colours of it. I'm fine with the yellow background but want to make the links black to improve readability. I have been looking at the Theme Options, but can't find where to change it.

    Thank you!

  • There is no setting to change this color.

    You must use a custom CSS code:

    .widget_product_categories .product-categories .cat-item,
    .widget_product_categories .product-categories .cat-item a{
     color: #000!important;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

Sign In or Register to comment.