Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards

Sangita Support Squad

Forum Replies Created

Viewing 15 posts - 1,741 through 1,755 (of 3,095 total)
  • Author
    Posts
  • in reply to: refund module #204785

    @Tandy R M Silva Add the below code in the functions.php file of your current active theme –

    
    /**
     * Remove Order ID column from My Account page
     */
    function remove_order_id_column( $columns ) {
        unset( $columns['order-number'] );
        return $columns;
    }
    add_filter( 'woocommerce_account_orders_columns', 'remove_order_id_column' );
    
    Copy
    in reply to: How to set a single delivery fee? #204466

    @Nathan WolhendlerAs mentioned previously, in order to add a shipping method, you must first choose a zone and then associate a corresponding shipping method with it. However, if you wish to add a shipping method without specifying a shipping zone, you’ll need to implement this custom functionality on your own using custom code.
    Alternatively, you may opt for a third-party plugin that supports your desired workflow and ensure its compatibility with MultiVendorX.

    in reply to: Order No not changing #204465

    @Manigandan E V As we have not tested any such plugin with MultiVendorX, hence can not suggest you one.

    But not to worry, you can use any plugin and check if that works with MultiVendorX or not. If you need help to make a sequential order plugin compatible with MultiVendorX you can do that by doing custom code on your end.

    If you need it urgently, you can reach out to our service team here https://multivendorx.com/custom-development/ and hire experts for your requirement. They will then help you accordingly to make the plugin compatible with MultiVendorX.

    in reply to: Vendor Store Logo Doesnt Appear on the Store Page #204464

    @bhsooq.com The vendor store page is a taxonomy page of your theme. The issue you are facing might be coming because of your theme. So just to be sure, kindly check by switching to some default theme such as twenty twenty three or storefront and check.
    If the issue is coming from your theme, kindly get in touch with them to provide you with a fix of this.

    Please do keep us posted.

    in reply to: Not able to enable modules #204463
    This reply has been marked as private.

    @Nathan Wolhendler You can share the access to contact@multivendorx.com.

    in reply to: How to set a single delivery fee? #204379

    Nathan, I would recommend you to check our document https://multivendorx.com/docs/knowledgebase/shipping-by-zone/
    This will guide you with this. If you need any further help, do let us know.

    in reply to: Trying to access array offset on value of type bool #204377

    @arbonneluxe, thanks for reporting this issue.

    We will fix this in our next update. For now you can track the progress of this issue from here : https://github.com/multivendorx/product-catalog-enquiry/issues/19

    in reply to: Conflict with other plugins #204375

    Thanks for the update @l.gan
    We are closing this thread.

    in reply to: I have some issues with the Order Flow on my website #204331

    Hi @socialm240 Sorry to hear that you are facing issues on your end.
    However, our replies are inline with your queries –
    –First, I want to be able to remove the image banner from the Reviews page.
    I figured out that the Reviews and Policies Page are not affected by the Vendor Archive template.
    I almost ruined my site, as the edits I made with yellowpencil editor on Review and Policies Page almost destroyed my previous settings.
    However, I need help with removing the Banner Image, But not the Profile Image and Vendor Informations or the Buttons.
    I want to keep the other components of the Banner as mentiond above.
    >>We do not have a ready-made code for this. You will have to achieve this by adding custom css on your end.
    For example, adding the below css in the style.css file of the active theme the vendor store banner will be removed from the vendor store page.

    
    .banner-img-cls {
        background: #8da6df;
    }
    
    
    .banner-img-cls .mvx-imgcls {
        opacity: 0;
    }
    
    
    
    Copy

    – Secondly, i would like to add a widget to the top of the Vendor Shop Page.
    I want to add a Custom Widget on top of the Products or the Vendor Menu on the Vendor Page.
    >>We do not have any readymade code for this. You will have to do that by adding custom code on your end.
    If you need references with hooks/filters please let us know.
    – Also, how can i apply css to the Reviews and Policy Pages on Vendor Shop Page.
    >> Kindly let us know about the modifications you are looking for so that we can help you accordingly.

    in reply to: Conflict with other plugins #204321

    We have released an update with the fix. Kindly update the plugin to its latest version and check.

    in reply to: logo vendors #204307

    Its been long and we have not heard back from you. We presume your query is solved now. We are closing this thread. If you need help or face issue in future please create a new support ticket.

    in reply to: ERROR DEPRECATED #204306

    Its been longa and we have not heard back from you. e presume your query is solved now. We are closing this thread. if you need help or face issue in future please create a new support ticket.

    in reply to: Hide customer details from Vendors. #204305

    Its been long and we have not heard back from you. We presume your query is solved now. We are closing this thread. if you need help or face issue in future please create a new support topic.

    in reply to: Vendor Dashboard not displaying #204293

    @Manigandan E V Based on the information you provided, it appears there is a conflict between the theme and our plugin. We kindly request that you ask the theme to share the specific error they are encountering with our plugin. This will enable us to debug the error and assist you accordingly.

Viewing 15 posts - 1,741 through 1,755 (of 3,095 total)