When the product with variation is added, the wholesale price is entered.
On the All Products tab, the wholesale amount is displayed as n/a.
Hello! When I leave the regular price field blank using a variable product I get an error Warning: number_format () expects parameter 1 to be float, array given in wp-content / plugins / wholesale-customers-for-woo / wholesale-customers-settings.php on line 203
$. Is this normal? This error appears only when using a variable product.
It looks like a couple of people mentioned this issue, and there’s no response, but variable products display incorrectly at $135 – $135 when it should just be $135. Your changelog shows there was a fix to this issue in version 1.0.4.1 however i’m running 1.0.5 and the issue still occurs
]]>hello
after putting a global discount of -22% on products for wholesale customers, I found that it is the wholesale prices that are displayed on the online shop instead of the catalog price!
second problem, after uninstalling the plugin, the problem is still there! how did you code this? i want to find the catalog prices and not the wholesale prices when the site is displayed public offline. How do you fix this?
and if I create a new product with a catalog price (I don’t have the tab for the wholesale price anymore because I uninstalled the plug), well it doesn’t change anything, it puts the price at -22% on the offline public website !
i’ve already emptied cache + emptied cart cache etc… in woocommerce, still doesn’t work
thanks for your help
Hi
Like webkaz I am facing the same issue with double pricing on variable products.
I tried to use this in order to remove double pricing which worked but then the wholesale pricing was not showing to the wholesale customers.
Is there any solution so far?
function wc_varb_price_range( $wcv_price, $product ) {
$prefix = sprintf(‘%s: ‘, __(‘From’, ‘wcvp_range’));
$wcv_reg_min_price = $product->get_variation_regular_price( ‘min’, true );
$wcv_min_sale_price = $product->get_variation_sale_price( ‘min’, true );
$wcv_max_price = $product->get_variation_price( ‘max’, true );
$wcv_min_price = $product->get_variation_price( ‘min’, true );
$wcv_price = ( $wcv_min_sale_price == $wcv_reg_min_price ) ?
wc_price( $wcv_reg_min_price ) :
‘‘ . wc_price( $wcv_reg_min_price ) . ‘‘ . ‘‘ . wc_price( $wcv_min_sale_price ) . ‘‘;
return ( $wcv_min_price == $wcv_max_price ) ?
$wcv_price :
sprintf(‘%s%s’, $prefix, $wcv_price);
}
add_filter( ‘woocommerce_variable_sale_price_html’, ‘wc_varb_price_range’, 10, 2 );
add_filter( ‘woocommerce_variable_price_html’, ‘wc_varb_price_range’, 10, 2 );
Hi first of all thanks for the plugin, it works great.
No I don’t know if this is a problem or I misunderstood something.
Wholesale price field works fine. It shows another price when a wholesale customer is logged in.
Now I want to set a minimum cart quality for each product. So when a wholesale customer clicks add to cart a minimum of 20 items to be added on the cart for each product or variation of a product.
I did set the number on the Wholesale Settings -> Minimum Cart Total but it doesn’t look like it’s doing something.
It still shows 1 at quantity when the customer wants to buy something as a minimum amount.
]]>I was wondering if there was some sort of hook or function that could be made so that wholesale prices can be entered via the dokan dashboard.
https://wedevs.com/docs/dokan/developer-documentation/
Hi there,
Thank you for this plugin, it works great.
When will wholesale customer applications be added?
]]>Front-end wholesale customer capture form/registration.
Every time someone buys something with a wholesaler account the price disappears and goes to to regular price
]]>Hi,
I tried this and the wholesale discounted price is not showing on the Archive or product page, just the basket and checkout, is this correct or have I missed something?
Thanks!
]]>Hi,
The plugin works great, however it appears that once your plugin is activated and you are not logged in as a wholesaler the variable products pricing goes wrong
Like it says $139.00 – $139.00 instead of just $139.00
Thanks
]]>