How to display RRP / Recommended Retail Price to B2B Users | Show Both Prices

There are 2 ways you can approach this in B2BKing:

Options 1) - Go to B2BKing -> Settings -> Other -> and enable Show B2C price to B2B users.

Show B2C price to B2B users setting

The result is that the plugin will show prices like this on the product page:

Price display in the frontend.

The retail price is the regular price of the product. This is the product configuration:

Backend price configuration

To change the text for "Retail Price" and "Wholesale Price", you can go to B2BKing -> Settings -> Language & Text:

Text settings for price display

Option 2) You can use the plugin's Information Table.

An Information Table that can be configured for each product where you can enter info such as MSRP. You can read more details at: https://woocommerce-b2b-plugin.com/docs/custom-information-table-in-product-page

How to display the retail price with / without tax #

If the B2B price is without tax and you want to show the retail price with tax, you can add this PHP code snippet to your site:

add_filter('b2bking_both_prices_retail_adjust_tax', '__return_false');

After adding the snippet, please save / update the product so that price caches can clear.

Powered by BetterDocs