Wholesale Suite Team
Member since March 2023
Hide Price & Add to Cart for Non Logged in Users for Specific Products
This code snippet allows you to hide the price and 'Add to Cart' button for users…
Make Product Non Purchasable for Wholesale Customer if Product Stock is Less Than Certain Amount
This snippet will allow you to make a product unavailable for purchase by wholesale customers if…
Override Wholesale Price Text Per Wholesale Role
This snippet allows you to display specific wholesale price text for each of your wholesale roles
WooCommerce Wholesale Lead Capture Re-send Email Button in User Profile
This snippet will add a resend email button under User profile.
WWPP - Add custom text to the Completed Order email for non-wholesale customers only
If you want to place content elsewhere in the email, swap the hook: woocommerce_email_before_order_table: Above the…
WWPP - Show retail reference price including tax for specific wholesale roles only
// Show retail reference price including tax for specific wholesale roles only // Requires: WWPP Settings…
Custom Tax Display Settings for Regular Prices by Specific Wholesale Roles
This code snippet will be applied to simple products on the single product page only
WWPP - Restrict add-to-cart on specific products to a specific wholesale role only
How to use and configure this snippet: 1. Set your exact Role Key: In the snippet,…
WWLC - Default Wholesale Leads list to sort by registration date (newest first)
1. Navigate to your site: Go to your WP Admin dashboard. 2. Apply the snippet: Paste…
Enable quantity field on shop page
// Remove the default add to cart button remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10 ); // Add custom…
WWPP - Restrict add-to-cart on specific products to a specific wholesale role only
How to use and configure this snippet: 1. Set your exact Role Key: In the snippet,…
WWS - Disable and Redirect the Wholesale Suite Dashboard
By applying the following code, you will: 1. Remove the Dashboard submenu item from the sidebar.…