• Resolved Marco

    (@mark0s81)


    Hi Guys,
    I’ve a problem to solve and I don’t know how to proceed.

    A product can have different sizes ( dimensions ).
    Each size can have different properties.
    For each type product the Admin must determine the mandatory properties.
    When the admin insert a new product must fill out the mandatory properties for each size. They should also insert other properties not mandatory.
    At front end the mandatory properties must become filters.
    In the product page the user must see a summary table of these properties for each size.

    Example:
    The products is a round table.
    I can determine as mandatory properties: radius and table leg size.
    I can also determine other properties (not mandatory): height, width, weight and border size.
    When I insert a new round table I must:
    1. check if I want other properties (height, width, weight and border size) in addition to the mandatory properties. Suppose that I want also border size.
    2. define the different sizes, so i.e.: small, medium and large.
    3. For each of these sizes I must fill out the properties defined to he point 1: radius, table leg size and border size.

    In the product page ( front end ) I must see a summary table like this:
    Radius | 100 | 200 | 350
    Table Leg Size | 65 | 75 | 75
    Border Radius | 10 | 15 | 18

    In the type product page ( front end ) I must have the filters “radius” and “table leg size”.

    So I hope to have been clear.
    Can anyone help me?

    Thank you.
    Marco.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Grigorij S. a11n

    (@grigaswp)

    Hi Marco,

    Thanks for reaching out!

    What you’ve described here sounds like a Variable product. Have you tried adding Radius, Table Leg Size and Border Radius attributes and creating product variations from those? If certain values, such as Border Radius, aren’t mandatory – you can simply leave those as attributes and not use them for variations.

    With that setup all the properties will show up as dropdowns on the front end. Not sure what do you have in mind by “filters”?

    If you’d like a table with available sizes added – you’ll have to either do this via custom coding or use a plugin for this.

    I can’t recommend a particular plugin since we don’t develop or support those but you can find a few options with WooCommerce variation price tables Google search.

    I hope this helps!

    Plugin Support Grigorij S. a11n

    (@grigaswp)

    Hi there,

    We haven’t heard from you in a while so I’ll be marking this thread as resolved.

    Feel free to open a new thread and link to this one if you have further questions though.

    Have a wonderful day ahead!

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

The topic ‘Custom Products with Summary Table’ is closed to new replies.