WPIntell

Source evidence

Remove “Wholesale: Yes”.

Whols – Wholesale Prices and B2B Store Solution for WooCommerce · support · 2023-10-30T16:36:00+00:00

mixedsentiment
highseverity
0.95relevance
11replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

2 / 22 rows with source links

9.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
cesarborrasgrau resolved
Hi, could you please tell me where I can remove the text “Wholesale: Yes” from the shopping basket, shopping cart and checkout of Wholesale. I have been looking for a way and I can’t find it. The page I need help with: [ log in to see the link] Hello cesarborrasgrau, Thank you for reaching out to us. We’ve reviewed the issue, but couldn’t locate “Wholesale: Yes” on the cart and checkout page. Could you confirm if you are using the latest version of the wholesale plugin? Also, Could you please provide a screenshot to help us identify the issue more easily? Best regards, Gracias por tu pronta respuesta. La versión que estoy utilizando es Versión 1.2.7 Te paso las capturas de pantalla para que puedas ver a que me refiero. https://prnt.sc/lWJezw2baKvK https://prnt.sc/ZXkWIjeb28wj https://prnt.sc/Ze72OCnXC-LP Saludos. Hello @cesarborrasgrau , Thanks for your response 🙂 I understand your concern. Could you please update the plugin to the most recent version? The current version is 1.2.8 Hopefully, it will resolve the issue you are experiencing. However, if it persists after updating the plugin, please open a ticket in our support center . Our support team will definitely assist you with this. Kind regards, Tarek Aziz Hi Tarek, thank you for your reply. Could you please tell me how I can download the version 1.2.8 Because in the WordPress repository and on your website where is the plugin WooCommerce wholesale prices plugin, I downloaded it and I only get version 1.2.7. If you tell me how I can get the version you indicate I would be very grateful. Thank you again for your attention. César. Hi César, First of all, I would like to apologize for the misunderstanding caused. Actually, our plugin wasn’t updated earlier. Anyway, the issue you mentioned above is not a bug but a feature. You can get this resolved in two ways: First way: You can add the following CSS code to your site’s additional CSS. .woocommerce td.product-name dl.variation dt.variation-Wholesale, .woocommerce td.product-name dl.variation dd.variation-Wholesale { display: none; } To place the code into additional CSS from Appearance > Customize. Follow these screenshots for better understanding. Step1: https://postimg.cc/image/lc93c4a05/ Step2: https://postimg.cc/image/c5qsou4rp/ Step3: https://postimg.cc/image/6iufrd291/ Second way: If you have enough technical knowledge, you can utilize the filter hook whols_show_wholesale_status_in_item_data to achieve your desired outcome. I hope this helps! Please let me know how it goes. Kind regards, Tarek Hello Tarek. Thanks for your help. I have used the first Form adding the CSS code and it works perfectly in cart and checkout. But it still persists here: https://prnt.sc/lWJezw2baKvK Do you know if you can remove it with CSS? Greetings… Hello César, Good morning from here ☀️ It was an absolute pleasure for me that I could help. I am delighted to hear that the solution has worked perfectly for the Cart and Checkout pages. However, I have reviewed the screenshot you provided and understand your concern. Could you please share your website URL, so we can understand the issue better? This will help us find an effective solution to the issue you are experiencing. Have a wonderful day ahead! Kindest regards, Tarek Aziz Hi Tarek, Of course, this is the URL of the website: https://staging2.mimbresjuncs.com/ It is still in testing, and you will only be able to see it if you register as a professional. You can register as a professional if you wish, to see the text I want to remove. I will have to approve it manually and you will be able to see it. In the Pro version, there is automatic approval. If all goes well, I hope to buy the Pro version, because it is a great plugin for selling products according to role. Greetings and have a great day. Cesar. Hi César, Thank you very much for sharing the URL of your website. Before we register as a professional, could you please try adding the following CSS? .widget_shopping_cart_content .product_list_widget .mini_cart_item dl.variation { display: none; } We believe that implementing the above code will fix the issue. Note: Please make sure to keep the CSS code we shared previously. If it doesn’t please open a ticket in our dedicated support center: https://hasthemes.com/contact-us/ Our support team will thoroughly investigate the issue and provide you with a precise solution. All the best, Tarek Aziz Hi Tarek. I have now added this new code and it works fine, the text no longer appears. Thank you very much for your help. It is now fixed. Greetings and have a nice day… Cesar. Hi César, You are so very welcome 🙂 It’s great to hear that adding the new code has fixed the issue. If there is anything else we can help you with, please don’t hesitate to reach out. Our dedicated support team is committed to helping you with any queries or concerns you may have. Wishing you a fantastic day ahead! Best regards, Tarek Aziz

Comments

11 shown
HT Plugins 2023-11-01T10:57:00+00:00

Hello cesarborrasgrau, Thank you for reaching out to us. We’ve reviewed the issue, but couldn’t locate “Wholesale: Yes” on the cart and checkout page. Could you confirm if you are using the latest version of the wholesale plugin? Also, Could you please provide a screenshot to help us identify the issue more easily? Best regards,

cesarborrasgrau 2023-11-01T19:57:00+00:00

Gracias por tu pronta respuesta. La versión que estoy utilizando es Versión 1.2.7 Te paso las capturas de pantalla para que puedas ver a que me refiero. https://prnt.sc/lWJezw2baKvK https://prnt.sc/ZXkWIjeb28wj https://prnt.sc/Ze72OCnXC-LP Saludos.

Tarek Aziz 2023-11-04T04:12:00+00:00

Hello @cesarborrasgrau , Thanks for your response 🙂 I understand your concern. Could you please update the plugin to the most recent version? The current version is 1.2.8 Hopefully, it will resolve the issue you are experiencing. However, if it persists after updating the plugin, please open a ticket in our support center . Our support team will definitely assist you with this. Kind regards, Tarek Aziz

cesarborrasgrau 2023-11-05T16:52:00+00:00

Hi Tarek, thank you for your reply. Could you please tell me how I can download the version 1.2.8 Because in the WordPress repository and on your website where is the plugin WooCommerce wholesale prices plugin, I downloaded it and I only get version 1.2.7. If you tell me how I can get the version you indicate I would be very grateful. Thank you again for your attention. César.

Tarek Aziz 2023-11-06T12:09:00+00:00

Hi César, First of all, I would like to apologize for the misunderstanding caused. Actually, our plugin wasn’t updated earlier. Anyway, the issue you mentioned above is not a bug but a feature. You can get this resolved in two ways: First way: You can add the following CSS code to your site’s additional CSS. .woocommerce td.product-name dl.variation dt.variation-Wholesale, .woocommerce td.product-name dl.variation dd.variation-Wholesale { display: none; } To place the code into additional CSS from Appearance > Customize. Follow these screenshots for better understanding. Step1: https://postimg.cc/image/lc93c4a05/ Step2: https://postimg.cc/image/c5qsou4rp/ Step3: https://postimg.cc/image/6iufrd291/ Second way: If you have enough technical knowledge, you can utilize the filter hook whols_show_wholesale_status_in_item_data to achieve your desired outcome. I hope this helps! Please let me know how it goes. Kind regards, Tarek

cesarborrasgrau 2023-11-06T14:14:00+00:00

Hello Tarek. Thanks for your help. I have used the first Form adding the CSS code and it works perfectly in cart and checkout. But it still persists here: https://prnt.sc/lWJezw2baKvK Do you know if you can remove it with CSS? Greetings…

Tarek Aziz 2023-11-07T03:40:00+00:00

Hello César, Good morning from here ☀️ It was an absolute pleasure for me that I could help. I am delighted to hear that the solution has worked perfectly for the Cart and Checkout pages. However, I have reviewed the screenshot you provided and understand your concern. Could you please share your website URL, so we can understand the issue better? This will help us find an effective solution to the issue you are experiencing. Have a wonderful day ahead! Kindest regards, Tarek Aziz

cesarborrasgrau 2023-11-07T09:56:00+00:00

Hi Tarek, Of course, this is the URL of the website: https://staging2.mimbresjuncs.com/ It is still in testing, and you will only be able to see it if you register as a professional. You can register as a professional if you wish, to see the text I want to remove. I will have to approve it manually and you will be able to see it. In the Pro version, there is automatic approval. If all goes well, I hope to buy the Pro version, because it is a great plugin for selling products according to role. Greetings and have a great day. Cesar.

Tarek Aziz 2023-11-08T12:05:00+00:00

Hi César, Thank you very much for sharing the URL of your website. Before we register as a professional, could you please try adding the following CSS? .widget_shopping_cart_content .product_list_widget .mini_cart_item dl.variation { display: none; } We believe that implementing the above code will fix the issue. Note: Please make sure to keep the CSS code we shared previously. If it doesn’t please open a ticket in our dedicated support center: https://hasthemes.com/contact-us/ Our support team will thoroughly investigate the issue and provide you with a precise solution. All the best, Tarek Aziz

cesarborrasgrau 2023-11-08T13:49:00+00:00

Hi Tarek. I have now added this new code and it works fine, the text no longer appears. Thank you very much for your help. It is now fixed. Greetings and have a nice day… Cesar.

Tarek Aziz 2023-11-09T05:35:00+00:00

Hi César, You are so very welcome 🙂 It’s great to hear that adding the new code has fixed the issue. If there is anything else we can help you with, please don’t hesitate to reach out. Our dedicated support team is committed to helping you with any queries or concerns you may have. Wishing you a fantastic day ahead! Best regards, Tarek Aziz