Home Forums WoodMart support forum Product Variation

Product Variation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #514377

    rahmat.wpdev
    Participant

    Hello, we’ve added color and sizes attributes, but those items are not appearing to the shop sidebar area: https://prnt.sc/Nx2sb3N-Dn0A
    shop: https://prnt.sc/ePyqi6QCFnC5
    we want to show the color, size etc even if there is no product available. How to show them?
    They should be appear and it doesn’t matter whether there is product on them or not.
    Thanks

    #514487

    Luke Nielsen
    Keymaster

    Hello,

    Those attributes should be assigned to some products and only then they will appear in the filter. Such behavior comes from WooCommerce so you can check it by defining the default “Product attributes” widget and you will see the same behavior.

    Kind Regards

    #514734

    rahmat.wpdev
    Participant

    1. How to hide the product count? https://prnt.sc/Vbw_xBSyJH6H
    Also
    2. how to make them horizontal one line with a horizontal scroll bar?
    Thanks

    #514907

    Luke Nielsen
    Keymaster

    Hello,

    1. The below code will help you to hide the count:

    .woodmart-woocommerce-layered-nav .wc-layered-nav-term .count {
        display: none;
    }

    2. In the filter settings you can set them as “inline”: https://take.ms/i9FOl6 , but the horizontal scroll will not be available. For now, there is a vertical scroll available only.

    Let me know if you have any questions.

    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)