Buy B2BKing
$299 $199
You may want to show both the retail and wholesale price to your B2B buyers. There are two ways you can approach this in B2BKing:
To do this, go to B2BKing -> Settings -> Other -> and enable Show B2C price to B2B users.
As a result, the plugin will show prices like this on the product page:
The retail price is the regular price of the product. Here is the configuration for the product shown above:
To change the text for "Retail Price" and "Wholesale Price", go to B2BKing -> Settings -> Language & Text:
Another option is to add the retail price (alongside any other information) through the plugin's information table feature.
Here's an example of how this can be configured:
On the frontend, it will look like this:
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');
Alternatively, if the retail price includes tax and you'd like to show it without, add the following snippet instead:
add_filter('b2bking_both_prices_retail_adjust_tax', '__return_true');
Powered by BetterDocs