Banner Logo

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

Problem setting up vendor registration form

MultivendorX

Resolved
Viewing 5 reply threads
  • Author
    Posts
    • #145891
      arturvirabyan15
      Participant

      Hello, I have a problem, when I want to set up vendor registration, I get a duplicate, since everything that I write in the first field will be duplicated on the field “Registration form title”
      everything is visible in the video, please help to solve the problem
      Video – https://youtu.be/7_3v4aM6jyA

    • #145892
      arturvirabyan15
      Participant
      This reply has been marked as private.
    • #145905

      Hi, thanks for reporting this issue.

      We will fix this in our next update. You can track the progress of this issue from here : https://github.com/multivendorx/MultiVendorX/issues/238

    • #145926
      arturvirabyan15
      Participant

      oke thanks

    • #145949

      Hi @arturvirabyan15,
      As you can see from this video https://www.loom.com/share/a3f392441fed48c3945cddc9c195466f we are not facing any such issue on our end. you might be facing this issue due to a database conflict on your end. please delete all the fields and try again. if you still facing the same issue then use the below code in your current theme funtions.php file for one time. Then refresh your WordPress page once and then remove this code and check whether your issue is resolved or not.

      add_action('init', function() {
          delete_option('mvx_new_vendor_registration_form_data');
      });
      Copy

      Thanks

    • #149864
      WCMp Admin
      Keymaster

      We haven’t heard back from you, so we presume this issue has been fixed.
      So we are closing this one.
      If you need any further help, do open another thread.

Viewing 5 reply threads

The topic ‘Problem setting up vendor registration form’ is closed to new replies.