How to display a random list of vendors within a limited limit?

MultivendorX

Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #215431
      l.gan
      Participant

      Hello
      Thank you for your help and support.

      My task: display a limited list of vendors (for example, maximum limit=6) and show vendors (in random order) every time the page is refreshed.
      My goal: to display a suggested list of random suppliers in the footer. Such as: “Pay attention to other vendors.”

      I tried this:
      [mvx_vendorslist orderby=”registered” order=”ASC”]. But unfortunately, limit=”6″ and orderby=”rand” as far as I understand do not work.

      Could you help me, how can I make limit=”6″ and orderby=”rand” work?
      Or maybe you can recommend another solution?

    • #215454

      @l.gan The parameters that are defined for order by section are category, name, registered. You can check the details from here https://multivendorx.com/list-of-shortcodes/ . As the parameters ‘rand’ and ‘limit’ are not predefined that is why when you are passing that on the shortcode that is not working accordingly.
      Now if you want to add these modifications on the vendor list page then you will have to add that via adding custom code on your end.

    • #217551

      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 any help or face issue in future please do create a new support topic.

Viewing 2 reply threads

The topic ‘How to display a random list of vendors within a limited limit?’ is closed to new replies.