remove the sorting “By date”, “Alphabetical”, “and by Delivery”

MultivendorX

Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #216498
      l.gan
      Participant

      Hello

      Please tell me, I am using the shortcode [mvx_vendorslist orderby=”category” order=”ASC”].

      1. How can I remove the sorting “By date”, “Alphabetical”, “and by Delivery”?
      I need to leave only by category, if you have a special PHP code for this, please?

      2. How can I disable map and map sorting? I mean completely using PHP to remove the mvx-store-locator-wrap element (see photo).
      I deleted via css, but I’m not sure if this is a reliable method.

    • #216507

      Hello @l.gan, Our replies are inline with your queries –
      1. How can I remove the sorting “By date”, “Alphabetical”, “and by Delivery”?
      I need to leave only by category, if you have a special PHP code for this, please?
      >>You need to override the order-sort.php template file following the below path and remove line no 23 and 26.
      yourtheme/MultiVendorX/shortcode/vendor-list/order-sort.php
      2. How can I disable map and map sorting? I mean completely using PHP to remove the mvx-store-locator-wrap element (see photo).
      I deleted via css, but I’m not sure if this is a reliable method.
      >>To remove the map you just need to follow this doc https://multivendorx.com/docs/code-snippet/remove-blue-banner-from-vendor-list-page/.
      And to remove the sorting option you need to override the catalog-ordering.php
      Template file and remove the line no 26.
      You may override the template file following the below path
      yourtheme/MultiVendorX/shortcode/vendor-list/catalog-ordering.php

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

      • #216532
        l.gan
        Participant

        Thank you

    • #216589

      You are welcome. Let us know if you need any further assistance.

      Also, it would be really great if you can give us 5/5 review here: https://wordpress.org/support/plugin/dc-woocommerce-multi-vendor/reviews/#new-post
      This would motivate the team further to do their job more efficiently.

    • #218518

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

Viewing 3 reply threads

The topic ‘remove the sorting “By date”, “Alphabetical”, “and by Delivery”’ is closed to new replies.