Banner Logo

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

Store Listing page – Aligment issues

MultivendorX Pro

Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #204127
      Manigandan E V
      Participant

      I have listed the store but in that store list of products are showing and the same is not within the box.

      Also In the store listing page, all the products are listing. How to avoid that.

    • #204137

      @Manigandan E V Our replies are inline with your queries –
      – I have listed the store but in that store list of products are showing and the same is not within the box.
      >>We have tested this on our end. As you can see, the products are showing fine on our end. Kindly check here https://dev.dualcube.com/mvx1/vendor-list/.
      Now as you are facing the issue, it seems like there is some theme/plugin conflict on your end. Just to be sure, deactivate all the plugins except WooCommerce, MultiVendorX and MultiVendorX Pro on your end and also switch to some default theme such as twenty twenty three or storefront and check.
      –Also In the store listing page, all the products are listing. How to avoid that.
      >>From your query I presume that you want to remove the top products section(https://prnt.sc/3hXxh3L6t-5I) from the vendor list page.To do that you need to add the below code in the functions.php file of your current active theme –

      
      add_action( 'init', 'remove' );
      function remove(){
      	remove_action( 'mvx_vendor_lists_vendor_top_products', 'mvx_vendor_lists_vendor_top_products' );
      }
      
      Copy

      Otherwise are you referring to this section https://prnt.sc/RwuxyHbeA0X8. Kindly confirm the changes that you are looking for, so we can assist you with this.

    • #215926

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

Viewing 2 reply threads

The topic ‘Store Listing page – Aligment issues’ is closed to new replies.