I am using the following code to remove the ‘regular price’ set in each product:
add_filter( ‘woocommerce_get_price_html’, ‘remove_price’);
function remove_price($price){
return ;
}
This code also effects wholesale pricing however.
How can I refine the code above so it only remove the ‘regular price’ set in WooCommerce.
Thank you
]]>https://ibb.co/v1TtGVm
]]>First – the ReCAPTCHA on your website contact form is not working.
We have a Wine Sales website that currently has way too many plugins on it and it is running too slowly. We are looking to build a ‘lean’ version of the site using a Storefront theme and your Booster plugin.
Your plugin seems to do everything we want but there is one question.
Customers get a discount based on the total number of bottles of wine they buy (not the total cost). We think your wholesale pricing feature might cover this but we would like to confirm two points.
1. The discount level can be set based on the number of items – e.g. we have a price per bottle, another price if you but at least 6 bottles of any wine (our mixed 6 price).
2. We currently show two levels on both the product in the catalogue and on the single product page – would we be able to pull through this price with your module? Here is an example – it shows both the Single Bottle Price and the Mixed Six Price https://www.waudwines.com/buy-wine/
Thanks
]]>Hope you’re all well? I need some help in the following:
For customers who are not logged in, they should be shown the higher price you see such as £49.99 but I also need the Tax Price Display Suffix to display RRP here. Should they choose to go and continue through the checkout process, currently they are being charged an additional 20% tax on top of their retail purchase which shouldn’t be the case as RRP includes tax.
Then should a wholesale customer log in, the price display suffix would need to change to display +VAT as prices are displayed without VAT here. They should also be getting charged an additional 20% on top of the value in the cart at time of checkout.
CURRENT SITUATION:
Wrong price display suffix showing to retail customers.
Retail customers (not logged in) are being charged an additional 20% tax on top of purchase which shouldn’t be happening.
I hope one of you can help! Thank you.
]]>I am not sure WHERE I am supposed to put the shortcode or what a price table even is. Instead of the % discount showing up in the cart I would also like the discount to show up on the product page. Is there any way to do this?
I looked at Button and Pricing Labels but they are no help. I sell both wholesale and retail on the same site depending on the user.