BuddyBoss Home – Web Support Forums Solutions Social MarketPlace Marketplace widget menues

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

    #63323
    @donmacarius

    I am trying to create menus for my store and all is well but there is a little issue. The marketplace widget uses product categories to order the menus. Is there a way for me to eliminate the parent category from the menu and have the child categories? If I don’t tick the parent category then the menus won’t show. For instance

    
     Children
    	<li>Boys</li>
    	     <li>shirts</li>
    	<li>Girls</li>
     	     <li>Dress</li>
    

    I want to name the Menu Children and so I shouldn’t tick Children in marketplace widget but that won’t work.

    See attached image.

    Answers

    #63342
    @donmacarius

    @zarko, please any help with this?

    #63407
    @zarko

    Hi @donmacarius,

    Thanks for letting us know about the issue, I have added this to the queue for processing. At this moment you can delete line #289 includes/widgets.php file of Marketplace plugin, which says:

    
    'parent'       => 0,
    

    Remove that, and you will be able to use subcategories.

    Best regards

    #63560
    @donmacarius

    Hi @zarko,

    Thank you for the suggestion to remove ‘parent’ => 0, in the widget.php. That solved the problem partially because the code is not outputting
    child categories as main categories and also in the drop as subcategores. How can I stop the subcategories like Bangle, Beads as seen in my image from displaying as main parent categories?
    In the image attached, the parent categories are Accessores, Clothing and Footwear. However, any subcategory under any of them is also displaying as
    main parent categories. What can I do to change this? Please help. See image attached and thanks.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Marketplace widget menues’ is closed to new replies.