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

    Hi,
    I have startet to create a car-parts webshop inside Enfold theme.
    I have a question regarding setup of categories as I am not quite sure how to do the setup.

    My product setup will be as follows:
    Several parent categories will contain different cars, but the subcategories will be the same, only with different parts inside the subcategories on each unique car.

    I.e:
    Car 1 (Parent)
    Interior (Sub of parent)
    Electrical (Sub of interior)
    Product interior car 1
    Chassis (Sub of interior)
    Product interior car 1
    Lights (Sub of interior)
    Product interior car 1

    Exterior (Sub of parent)
    Electrical (Sub of exterior)
    Product exterior car 1
    Chassis (Sub of exterior)
    Product exterior car 1
    Lights (Sub of exterior)
    Product exterior car 1

    …and so on with car 2, car 3 etc.

    Is this possible to set it up like this in categories?

    #1281712

    Hey Bjorn,

    Thank you for the inquiry.

    You may not have to create the same subcategories for different cars, but yes, you could create as many categories as you would like, but make sure to plan it accordingly so that you do not end up with unnecessary hierarchy and unused or redundant terms.

    Best regards,
    Ismael

    #1282191

    Thank you for your answer. I figured out a way :)

    I have another question:
    I would like to remove/disable the sidebar, only on the shop overview page. I still want the sidebar visible when entering the category pages as it does correctly now.
    But if you see on my webpage, the three category entries won’t center align under the slider images because it looks like the sidebar placeholder is preventing the entries to align properly.

    The page is here:
    https://www.mevnorge.no/mev-shop

    Hope to hear from you soon.

    #1282786

    Hi,

    Glad to know that you have found a working solution. For the sidebar, this css code should help.

    .container .template-shop.av-content-small.units {
    	width: 100%;
    }
    
    .template-shop .sidebar {
    	display: none !important;
    }
    

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.