NerdySupportExpert Moumita

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 3,924 total)
  • Author
    Posts
  • in reply to: Styling the vendor store setup #216061

    Hi Sergio, our team is looking into this, kindly provide them some time.

    in reply to: Stock Notifications not going out. #215796

    Clare, You’ve been using the Stock Alert plugin for two years, and as you’re aware, customers receive in-stock emails via the core free plugin. However, you recently reported a bug where this in-stock email isn’t triggered through the API. The fix for this issue will be implemented in our core plugin, as core plugin sends all the in-stock mail to it’s subscriber.

    Infact the email add field of the out of stock product also comes from our core free plugin.

    On the other hand, our Pro version monitors whether the email is sent by our core plugin, and based on that status, pro plugin determine and set the mail’s ‘Sent’ status in the subscriber list page.

    in reply to: Hide category for vendor when adding a product #215770

    Sergio, I presume you are using wrong coding syntax of comma, please use this updated one :

    add_filter('mvx_vendor_product_classify_first_level_categories', 'mvx_vendor_product_cat_remove');
    
    function mvx_vendor_product_cat_remove($cat_array) {
        $cat_array['exclude'] = array(15); // add category id here separated by comma
        return $cat_array;
    }
    Copy
    in reply to: Vendor address defaults to store address #215559

    Hi, As per our current code, the default value can’t be removed. However in our next update, we will provide a solution, using this you can remove the set value.

    You can track the progress of this request from here https://github.com/multivendorx/MultiVendorX/issues/623

    in reply to: Show a quantity text in vendor_new_order mail #215557

    Hi Dennis, thanks for getting in touch with us.

    Currently the code doesn’t permit you to replace quantity with any alternate fields. However we will add a filter in our next update , that you can use to modify the flow as per your requirement.

    In the mean time, you can track the progress of the issue from here : https://github.com/multivendorx/MultiVendorX/issues/622

    in reply to: Stock Notifications not going out. #215555

    Hi Clare, Firstly, we completely understand your frustration, and I’d like to provide clarification. Our plugin functions seamlessly when updating stock from your browser.

    Admittedly, there was a lack of support for the WooCommerce API in our previous versions, leading to the issue you encountered. Over the past few days, we’ve actively addressed this issue and implemented a solution. To test the updated plugin, you can download it from the following link: https://www.transfernow.net/dl/202312280RaEZ7OQ

    Please let us know if this resolves the issue for you.

    Thank you for your understanding and cooperation.

    in reply to: Check-out page change #215546

    @Picflick, We truly appreciate your suggestion. With over 10 years in the multivendor business, we haven’t received requests for this particular flow from our users. While we understand its importance to you, we currently find it challenging to see the widespread need for this flow among other marketplace owners.

    It’s not a matter of dismissing your idea, but rather, we cannot make promises regarding something whose technical feasibility remains uncertain.

    Thank you for your understanding.

    in reply to: Redesign of the Vendor Store Page using Elementor #215544

    Hi , our replies are inline :

    a) The upload option for the store banner is restricted to 1200×390. If I upload a larger size, it shows the cropping option.

    >> In that case, you have to remove our coding to auto crop this, we will share the code snippet.

    c) I am not sure how I add categories sidebar with CSS.

    >> Sorry for this misinformation. We have a widget called Vendor Category, you can use this to show the categories of that vendors. To know more please check https://multivendorx.com/docs/knowledgebase/multivendorx-widgets/#multivendorx-vendors-product-categories

    Regarding theme, any WooCommerce theme should work properly with our plugin, if they coded with WooCommerce standard. However some of our users use Astra theme, without any issue.

    Let us know if you have any more help.

    in reply to: Auto-save not working #215530

    @wanna, this seems like site specific issue.

    Can you please share temporary FTP access also. While sharing the access don’t forget to mark the response as private.

    Hi, What happens if a customer buys products from two different vendors, where one accepts PayPal and the other uses Stripe? How do you plan to manage these scenarios?

    in reply to: Better Messages Compatibility With MVX & Elementor #215030

    @Chris, Thank you for your feedback. We apologize for any inconvenience. Your insights are valuable, and we’re working to improve our support.

    We really appreciate your efforts in identifying bugs and missing features, which were promptly addressed by our development team.

    However Chris, in our free support, we are limited to offering custom codes that can be implemented within a timeframe of 10-15 minutes.

    Realistically, assisting with third-party plugins like Better Message involves a significant time commitment. That’s why we suggested reaching out to their support directly. They are more familiar with their coding and can provide a faster response.

    For the query with vendor details tab (we are sorry that we missed this again), the vendor-tab.php template file is responsible for the output of the vendor details. So you need to override this template file to add any modification : yourtheme/MultiVendorX/vendor-tab.php. You need to echo your shortcode here.

    Chris, if you need any further help, please do let us know. We will try our best to assist in any possible way.

    in reply to: Price updation after payment #204438

    @Manigandan E V, refund management is generally a manual process. Hence admin needs to set the order as refunded and manage the payment manually.

    in reply to: Order No not changing #204436

    Hi @Manigandan E V, as shared over the mail, you are using some order synchronization plugin. You need to make this plugin compatible with MultiVendorX so the sub order will also be created as per that.

    Nathan, in order to assist you with this, we need to recreate the same.

    So, please so share a temporary staging site access, where you have added your stripe’s sandbox details. This way we can do parallel testing.

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

    Hello @socialm240, while we’re eager to assist you, removing the banner for the review page exclusively involves a considerable amount of custom code using jQuery and JavaScript. Unfortunately, achieving this through CSS alone is not feasible.

    Also, in order to add widget on the top of shop page, you need to contact the theme author. Ask them whether you can create a sidebar section for a custom taxonomy page such as dc_vendor_shop

    We recommend reaching out to a developer for optimal support. If you developer requires any coding guidance let us know.

Viewing 15 posts - 31 through 45 (of 3,924 total)