Banner Logo

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

Assign to Specific products

WCMp Catalog Enquiry

Resolved
Viewing 31 reply threads
  • Author
    Posts
    • #133286
      Cristina Cristea
      Participant

      Is there an option to assign ENQUIRY to Specific products?

      We have over 400 products, and we need only 10 of them to be used as ENQUIRY ONLY PRODUCTS.

      However,
      We’re not sure, how to make them work like that.

      There should be an option to enable this feature for specific products.

      Now,
      We’re forced to use the Exclusion method of which,
      We either exclude 390 products manually.
      or we exclude over 124 categories manually.

      Please advice.

    • #133311

      Hi, thank you for your query.
      In order to achieve your flow, the only option is Exclusion. So you can exclude the categories.

    • #133320
      Cristina Cristea
      Participant

      Unfortunately Categories are overlapping.

      The Product that needs to be assigned ENQUIRY is across multiple categories.

      So if I exclude categories, those products will also be excluded which doesn’t serves the purpose.

    • #133343

      @Cristina Cristea, we may have another solution. But can you please inform us, are you also having add to cart along with catalog button for each product.

    • #133390
      Cristina Cristea
      Participant

      Nope.

      400 Products will have ADD TO CART
      10 Products will have ENQUIRY ONLY.

    • #133452
      Cristina Cristea
      Participant

      Any help?

    • #133460

      Hi,
      Our team is looking into it.
      Kindly provide us some time.

    • #133500

      We will release an update for Catalog Plugin, there you will have a choice to display the catalog button only for the Our Of Stock products.
      So you can make these 10 products Out of stock.
      Hopefully, in the next week, we can release this update.

    • #133536
      Cristina Cristea
      Participant

      Umm okay,
      We will be stuc until next week on our project then,
      Possible to provide a temporary solution to us?
      That will be overwritten in the official release and we work on those 10 products again?

    • #133605

      Hi Cristina, sorry for the delayed response.

      Please do download the temporary fix from here : https://github.com/vintagecodes/woocommerce-catalog-enquiry/archive/refs/heads/enhancementI.zip
      After that unzip the plugin and rename this plugin woocommerce-catalog-enquiry
      Then activate the plugin and use this.

    • #133640
      Cristina Cristea
      Participant

      This temporary plugin will replace the free version or the paid one?

    • #133670

      Cristina,This is the fix of the free version of the plugin

    • #133785
      Cristina Cristea
      Participant

      This is no longer working now.

      If we check the “Product Enquiry Button” for all products it shows up on all products which is expected.

      But when we uncheck it, Enquiry is not visible on any products which is also expected.

      But even though “Product Enquiry Button When Product is Out Of Stock” is enabled, ENQUIRY is missing on these products.

      Very confusing on how to get it fixed and working.

    • #133822

      We tried to recreate this on our end it is working fine with this new option “Product Enquiry Button When Product is Out Of Stock”- https://www.loom.com/share/104ad499446e4340b6bfa3a37a0f4568

      It seems like there is some plugin/theme conflict. Just to be sure, disable all the plugins except WooCommerce and WCMp and check again.
      If the issue is still there, switch to some default theme such as twenty twenty and check again.
      Do keep us posted

    • #133977
      Cristina Cristea
      Participant
      This reply has been marked as private.
    • #134001

      Kindly confirm if we can deactivate your plugins and theme and then check.

    • #134047
      Cristina Cristea
      Participant

      Yes please.

    • #134051

      Ok.

    • #134060
      This reply has been marked as private.
    • #134079
      Cristina Cristea
      Participant

      We’re using the same ASTRA theme on other sites as well along with Catalog plugin but only this site is facing error?

      I still if you guys could provide the option to INCLUDE products along with EXCLUDE products.

      I think its time for us to find a new ENQUIRY plugin.

      Thanks for all the help.

    • #134148

      Hi, we have fixed this on our end. You can download the plugin from here https://github.com/wcmarketplace/woocommerce-catalog-enquiry/archive/refs/heads/master.zip

      After downloading this, follow this :
      – Delete the installed WC Marketplace via wp-admin >> plugin
      – Unzip the GitHub plugin
      – Rename the folder as “woocommerce-catalog-enquiry” and remove the master tag. Now, zip this folder again.
      – Install this plugin on your site.
      Please do keep us posted.

    • #134152
      Cristina Cristea
      Participant

      I replaced the plugin but still find few issues.

      1. We do not want regular products to show ENQUIRY option.
      2. Enquiry plugin (Out of stock) should not show price.

      Possible?

      Screenshot attached.

    • #134174

      @Cristina Cristea, can you please share temporary ftp access so we can inspect this.
      While sharing the access, don’t forget to mark the response as private.

    • #134200
      Cristina Cristea
      Participant
      This reply has been marked as private.
    • #134252

      Hi, our replies are inline :

      1. We do not want regular products to show ENQUIRY option.
      >> We are able to sort this for our WC Catalog plugin.
      https://alles.kemo.team/product/catalog-test-product/
      https://alles.kemo.team/product/chloramin-t-12-kg/

      But the team will work on the pro version, hopefully by tomorrow, we can give you an update.

      2. Enquiry plugin (Out of stock) should not show price.

      >> We have add the using this code :

      add_filter( 'woocommerce_get_price_html', 'remove_price_ofs', 10, 2 );
      function remove_price_ofs( $price, $product ) {
      if ( ! $product->is_in_stock()) {$price = '';}
      return $price;
      }
      Copy
    • #134263
      Cristina Cristea
      Participant

      This is fantastic,
      I believe all these options should be in the plugin by default, but it is never too late to add them,

      I’ll be excited for tomorrow to get the updated file and sort out the issues.

      Thank you.

    • #134332
      Cristina Cristea
      Participant

      Hello,
      Any updates please?

    • #134337

      @Cristina Cristea, we have added the fixed plugin to your site, please check now.

    • #134341
      Cristina Cristea
      Participant

      Looks good however one thing,
      Can you please tell me,
      How to remove the pricing that is appearing twice?

      Same on standard products & variations.

      You can check here:

      https://alles.kemo.team/product/zahnriemen-m8-fur-aqua-wheel-055-11kw/
      https://alles.kemo.team/product/motor-fur-aqua-turbo-jet/

      The price or the variable dropdown appear twice.

    • #134363
      Cristina Cristea
      Participant

      I fixed it.
      Thanks

    • #134366

      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.

    • #134367

      Sure.
      Just to inform you, there were double add to cart button, that we have removed using this CSS :

      a#woocommerce-catalog-enquiry-custom-button:nth-child(3) {
          display: none;
      }
      Copy
Viewing 31 reply threads

The topic ‘Assign to Specific products’ is closed to new replies.