Our brief has now changed and we need the additional options to at £10 onto each quantity of product.
If I purchase the single unit from the drop down option then go to choose ‘program meter – yes’ then it adds £10 onto that meter purchase. However, the customer would like the £10 to be added to each meter…. so if we buy 10 meters, then £10 must be added 10 times… does that make sense?
Is that possible in either the free or pro plugin? Happy to purchase if it will do this. Was just using for testing purposes and work really well with the tiered pricing plugin that we are using.
Thanks
]]>If you are looking for a functional free tier pricing plugin keep looking…
[update] The plugin actually broke my website after deactivation and deletion – details below.
add_filter( 'woocommerce_get_price_html', 'add_text_to_nontaxable_price', 10, 2 );
function add_text_to_nontaxable_price( $price_html, $product ) {
if ( ! $product->is_taxable() ) {
$custom_text = ' (Tax Exempt)'; // Replace with your desired text
$price_html .= $custom_text;
}
return $price_html;
}
]]>Many thanks
]]>We are now looking at using it to issue invoices manually.
We currently have a tiered pricing system and I have been able to enable that on our manual order system.
I am able to create manual orders no issue.
However, there are instances where we would add an additional discount to the tiered price. I am able to add this discount and it calculates it all correctly with tax. But when I select “email invoice” the product price reverts back to the tiered price (with the discounted tax still present).
I was able to keep the discounts if I disable the tiered pricing for manual orders. So believe it to be linked to this setting?
]]>Basically it loops the first item and all the tiered pricing, but only doeas the first price on all other variations but does not loop through the other tiered pricing
I have sent an email via the website for this and had no response.
Please advise.
Many thanks
Patrick
Excellent plugin. However, I am facing an issue as I use tiered pricing on variable products, which displays it’s own subtotal as it isn’t connected with product total price.
My question is: Is it possible to hide the total price on all variable products? As of now, I have two subtotals, one showing the ajax tiered pricing discount, and product total price showing the standard woocommerce discount range.
Best
Michael
The table works about how I want it to its just that the table rows are very tall and I would like to make them smaller/edit the text size/color. Is this possible I don’t see any options for this in the woocommerce tiered pricing settings?
]]>https://ibb.co/v1TtGVm
]]>