Home Forums WoodMart support forum Add weight and dimensions to sidebar filters in Woodmart

Add weight and dimensions to sidebar filters in Woodmart

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #692981

    dev-9182
    Participant

    Hello,

    I’m using the Woodmart theme for my WooCommerce shop and I’d like to request assistance with a product filter customization.

    I’ve already entered weight (kg) and dimensions (mm) for each product under the “Shipping” section in WooCommerce. However, these values don’t appear in the sidebar filters together with other attributes (such as color or brand).

    I’d like to know if there’s a way — via theme settings or custom code — to include weight and dimensions as filter options, for example as numeric or range filters.

    In short, my goal is:

    To display weight and dimensions in the Woodmart sidebar filter area;

    To allow customers to filter products based on these values.

    Could you please tell me the best way to achieve this, or provide the necessary code/hooks to integrate these fields into the filter system?

    Thank you very much for your help and for your great work on the theme!

    Best regards,

    Attachments:
    You must be logged in to view attached files.
    #693010

    Hello,

    By default, WooCommerce and Woodmart filters only work with product attributes and taxonomy-based data (such as color, size, or brand). The fields under the Shipping section (weight and dimensions) are stored as custom meta fields, not attributes, which is why they don’t appear in the sidebar filter options.

    If you’d like to filter by weight or dimensions, convert them into attributes.

    Create new product attributes (e.g., “Weight” or “Dimensions”) under Products > Attributes and assign these attributes to your products.

    Currently, the Woodmart theme doesn’t provide a built-in option to show in the sidebar filters.

    Best Regards,

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