• Resolved Fabricio10

    (@fabriciobarros10)


    I want to display the category widget on top of the product list. under the filters.

    category_widget
    seller-items

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @fabriciobarros10

    Thank you for reaching us.

    I can understand your requirement which is to insert the product category widget inside the Single Store page and beside the products filter option. However, it will require proper plugin customizations to achieve.

    I would like to help you with custom solutions, however, I am unable to provide any further custom solutions as per our support policy. I believe you can understand that.

    Best Regards!

    Thread Starter Fabricio10

    (@fabriciobarros10)

    Put this code right above class=”seller-items in the store.php file.

    and to not duplicate, go to store-slidbar.php and give a <div class=”dokan-widget-area widget-collapse” style=”display:none”> on line 04.

    <div class="dokan-widget-area widget-collapse">
                <?php do_action( 'dokan_sidebar_store_before', $store_user->data, $store_info ); ?>
                <?php
                if ( ! dynamic_sidebar( 'sidebar-store' ) ) {
                    $args = [
                        'before_widget' => '<aside class="widget dokan-store-widget %s">',
                        'after_widget'  => '</aside>',
                        'before_title'  => '<h3 class="widget-title">',
                        'after_title'   => '</h3>',
                    ];
    
                    dokan_store_category_widget();
    
                    
                }
                ?>
                    <?php if ( have_posts() ) { ?>
    
                        <div class="seller-items">
    Thread Starter Fabricio10

    (@fabriciobarros10)

    @shafinahmad01 support was better in this plugin, previously the programmer @rur165 always helped with customizations. These days I need to find out on my own

    Hi @fabriciobarros10,

    It is sad to see that you are constantly referring to the @rur165 topic replies and forcing us to provide customization. If you look over his topic solution, you can see that he only provided those solutions like removing an action/filter through a few lines of code, and those did not require more than 2 – 5 minutes.

    And, we still provide those kinds of solutions to other users. You can find them from the topic list.

    I can see your recent requests are required a good amount of customization, and our support policy does not allow us to provide any customization.

    You can read our support policy here: https://wedevs.com/support-policy.

    So, we cannot help you with this case.

    I hope you understand.

    Best Regards,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Category Widget’ is closed to new replies.