“Shipping by Zone” and Flat rate as default shipping method for vendors

MultivendorX Pro

Resolved
Viewing 6 reply threads
  • Author
    Posts
    • #216019
      Maxim Zhiltsov
      Participant

      Hello,

      I’d like to simplify store setup for all my vendors and to pre-set the default shipping method and its cost calculation methods — Shipping by Zone and Flat rate.

      How to do that via functions.php?

      Thank you!

    • #216033

      Hello @Maxim Zhiltsov, In the vendor setup wizard, we provide essential options that are mandatory for a vendor to set up for running a store successfully.
      However, for shipping generally the admin decides whether to handle shipping configurations personally or provide vendors with the option to configure shipping individually from their end. That’s why this is not a a mandatory option for all sites.
      To implement the specific workflow you’re seeking, you will need to add custom code on your end. Currently we do not have any readymade code for this modification. If you have a developer let us know we will assist you with the required hooks/filters.

      • #216064
        Maxim Zhiltsov
        Participant

        Yes pelease, kindly provide the guidance via email and I will pass it on my developer or handle myself. Thank you!

    • #216083

      You can use the below filter to add a new step in the vendor setup wizard –

      
      mvx_vendor_setup_wizard_steps
      
      Copy

      Let us know if you need any further assistance from our end.

    • #216093
      Maxim Zhiltsov
      Participant
      This reply has been marked as private.
    • #216130

      Hello @Maxim Zhiltsov,Thanks for explaining this to us.
      Let me assist you here with the flow, as soon as the admin adds vendor shipping for a shipping zone from the admin dashboard (https://www.awesomescreenshot.com/image/45388967?key=46789fab1559739ca7d02c3dab23e336) that zone gets assigned to the vendor that they can access from the shipping section of their dashboard(https://www.awesomescreenshot.com/image/45389000?key=e1f2664d530bd71dd5e097d7b8dd18ff) and add shipping methods for that zone as per their requirement.
      Now as per your requirement to add shipping methods for vendors by default as well you will have to do custom code on your end to achieve that.
      Currently we do not have any readymade code for this modification. If you have a developer let us know we will assist you with the required hooks/filters.

      • #216628
        Maxim Zhiltsov
        Participant

        Hello, yes, please, advice on filters and hooks; I’ll have some assistance. Thank you!

    • #216661

      You can add modification as per your requirement in the vendor shipping table by overriding the vendor-shipping.php template file.
      You may follow the below overriding path to override the template –
      yourtheme/MultiVendorX/vendor-dashboard/vendor-shipping.php

    • #218519

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

Viewing 6 reply threads

The topic ‘“Shipping by Zone” and Flat rate as default shipping method for vendors’ is closed to new replies.