• Resolved fixpaana

    (@fixpaana)


    I am building a listing site for used cars. I have two attributes I want: Make and Model. How can I create the attribute “Make” as a parent of “Model”? I want the user to first select Make and based on that selection, the Model list should be displayed. How do I do that?

    For eg. Ford Mustang and Chevrolet Camaro. The Mustang should be made available for the user to select only if the user selected Ford as a make and not if he selected Chevrolet.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author HivePress

    (@hivepress)

    Please try using a single Select attribute with hierarchical options, parent options for makes, and child options for models (since the make/model pair is always unique). It’s a temporary workaround but we plan to add support for dependent attributes in future updates.

    Thread Starter fixpaana

    (@fixpaana)

    Okay, is there any way to upload all this data using an excel file? Cause manually inputting all this data would be rather inefficient.

    Theme Author HivePress

    (@hivepress)

    If you use some import plugin please check if it supports custom taxonomies, selectable attributes are registered as custom “hp_listing_attributename” taxonomies so it’s possible to import terms for them.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to create parent relationship among attributes?’ is closed to new replies.