Banner Logo

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

Getting Sign X and Vendor Can’t edit published product

WCMp Vendor Membership

Resolved
Viewing 24 reply threads
  • Author
    Posts
    • #128519
      ahmad_deeb
      Participant

      Hello,

      We have sign X appear every time on vendor page, and Vendors can’t edit published product

    • #128573

      Hi,
      It seems like theme/plugin conflict.
      Just to be for sure kindly disable all other plugins except woocommerce, WCMp and WCMp addons and then check.
      Do keep us posted.

    • #129190
      ahmad_deeb
      Participant

      Hello,

      It works, it was from multwharehose plugin, I have a question If I want to display vendor list but i want to specify the vendor name and id. how can i do that

    • #129233

      @ahmad_deeb, our vendor list shortcode displays all the vendors. Now if you want to exclude some vendor from that list then you have to do custom code. If you have any developer, ask them to contact us so we can help you out with the coding procedure.

    • #129234
      ahmad_deeb
      Participant

      Hello Dear,

      Yes, can you send a documentation so i can do it, I want to show specific vendors like [vendorlist vendor=”x,y,z”]

    • #129301

      Hi.
      To sow specific vendors, you have to use below filter

      wcmp_vendor_list_data
      Copy

      Kindly checkout the file dc-woocommerce-multy-vendor/classes/shortcode/class-wcmp-shortcode-vendor-list.php

      Let us know if you need any help.

      Regards,

    • #129305
      ahmad_deeb
      Participant

      Okay perfect.\
      Last question How can I list the vendors name only.with specifc category

      Thank you

    • #129306
      ahmad_deeb
      Participant

      List with name only.

      example :

      . vendor x
      . vendor y

    • #129375
      ahmad_deeb
      Participant

      Hello Again,

      I still have 2 issues hope you can help.

      1- the vendor list pagination is not working check this link https://loubnany.net/portfolios/Food-production/

      2- I added custom texonomy I wish to added it on the shotcode But it’s not working do you think you can help

      /**** Add category attribute on vendor list shortcode *****/
      add_filter(‘wcmp_vendor_list_get_wcmp_vendors_args’, ‘wcmp_vendor_list_shortcode_category_attribute’ , 10 , 4 );
      function wcmp_vendor_list_shortcode_category_attribute( $query, $order_by, $qst, $atts ){
      if( empty( $atts ) ) return $query;
      $block_vendors = wp_list_pluck(wcmp_get_all_blocked_vendors(), ‘id’);
      $include_vendors = array();
      $pro_args = array(
      ‘posts_per_page’ => -1,
      ‘post_type’ => ‘product’,
      ‘product_tag’=> array_map(‘sanitize_title’, explode(‘,’,$atts[‘tag’])),
      ‘tax_query’ => array(

      array(
      ‘taxonomy’ => ‘product_cat’,

      ‘terms’ => array_map(‘sanitize_title’, explode(‘,’,$atts[‘category’])),
      ‘field’ => ‘slug’,
      ‘operator’ => ‘IN’

      ),

      array(
      ‘taxonomy’ => ‘topvendor’,
      ‘terms’ => array(‘thetop’),
      ‘field’ => ‘slug’,
      ‘operator’ => ‘IN’
      ),

      )
      );
      $products = get_posts($pro_args);
      $product_ids = wp_list_pluck($products, ‘ID’);
      foreach ($product_ids as $product_id) {
      $vendor = get_wcmp_product_vendors($product_id);
      if ($vendor && !in_array($vendor->id, $block_vendors)) {
      $include_vendors[] = $vendor->id;
      }
      }
      $query[‘include’] = $include_vendors;
      return $query;
      }

    • #129402

      hello thank you for getting in touch with us , our replies are inline

      List with name only.
      example :
      . vendor x
      . vendor y
      >>> Can you please explain the flow between the category and the vendor , so that we can help you out better

      the vendor list pagination is not working check this link https://loubnany.net/portfolios/Food-production/
      >>> it is a site-specific issue.
      Hence please do create a staging site, which is an exact replica of the live site. Also please do share the admin and FTP access so we can look into this.
      While sharing the access don’t forget to mark the response as private.

    • #129524
      ahmad_deeb
      Participant
      This reply has been marked as private.
    • #129525
      ahmad_deeb
      Participant
      This reply has been marked as private.
    • #129583

      Hi, our dev team is working on this kindly provide them with some time

    • #129626

      Hi,
      We have checked you end, and the issue is exist. kindly share us FTP.

      For 2nd point kindly tell us what do you actually want and also above code usages.

      Regards,

    • #129684
      ahmad_deeb
      Participant
      This reply has been marked as private.
    • #129712

      Hi,
      I have checked your site but can’t edit your pages from admin end kindly check this issue and also let me know the page name of vendor list.
      Kindly Checkout the video – https://app.vmaker.com/record/KOytMZNsLofcLqWl

      For your second point Using below function you can add/get texonomy

      register_taxonomy( string $taxonomy, array|string $object_type, array|string $args = array() );
      Copy
      get_taxonomy( string $taxonomy );
      Copy

      >> Last question, How can I display Vendor name list based on category, only the name without picture, products name, example as below

      As per this you have to add custom code
      Kindly check dc-woocommerce-multi-vendor/classes/shortcode/class-wcmp-shortcode-vendor-list.php as a refrence

      Regards,

    • #129733
      ahmad_deeb
      Participant
      This reply has been marked as private.
    • #129774
      ahmad_deeb
      Participant
      This reply has been marked as private.
    • #129798

      Hi,
      The below lick is a video that your edit page not opening from the admin end.
      We have checked this, the pagination issue maybe a conflict with some plugin or theme so we have to disable this plugin and theme to check is working or not.
      Kindly deactivate all the plugins and change a default theme like twenty-twenty.

      If this work then please contact to your theme/plugin developer.

      Regards,

    • #130127
      ahmad_deeb
      Participant

      Hello,

      I Have Deactivated the plugins and tested the same issue also change the theme. The shortcodes are embedded in elementor page. It only works if i change the permalink to numbers or plain.
      please check this link https://loubnany.net/portfolios/Food-production/

      Thank you

    • #130194

      Hi,
      The pagination is still not working on your site. Kindly share us a video.

      Regards,

    • #130203
      ahmad_deeb
      Participant

      Hello,

      https://drive.google.com/file/d/1LNqwATmv2xLSHjSWCTHIZ5xxYtQWUboX/view?usp=sharing

      Check this video, make sure that when the page in preview it works only.

    • #130283

      Hi,
      I can’t add page to your side. kindly add a new page and add shortcode this page then check.
      WCMp Does’not have elementor support of vendor list page.

      Kindly check and let us know.

      Regards,

    • #130420
      ahmad_deeb
      Participant

      Hello,

      Thank you, it’s working.

      Lovely service.

    • #130429

      we are happy to help you
      We would love it if you shared your experience by giving us 5/5 review here :
      https://wordpress.org/support/plugin/dc-woocommerce-multi-vendor/reviews/#new-post
      Seeing glowing reviews from existing customers makes others more comfortable knowing they’ll get the support they need with an issue with our services when arise.

Viewing 24 reply threads

The topic ‘Getting Sign X and Vendor Can’t edit published product’ is closed to new replies.