shawtky
Forum Replies Created
-
same issue here
also I want diffrent checkout url on button. Every language have own checkout.
I have multi language website. How can I add text for diffrent language?
thank you
Thank you it is working only when quantity is 2. When quantity is 3 product price should be 8, q= 4 -> price = 7…..
I meant this formula: (({quantity}>1)?((0.9*({product_price}*{quantity}))):0)
ignore last reply, I no longer needs this formula
and also I am trying to add difrent discount for quantity more than 20. I added this to existing function but don’t work: (({quantity}>10)?(({product_price}-({product_price}*0.21)):{product_price}:({quantity}>20)?(({product_price}-({product_price}*0.31))):{product_price}) can you help me out?
I have just one request. It is possible to display total price both with tax and without tax?
I updated plugin but there was still same problem. I found there is a bug if you import product without taxes and then chose in woocomerce setting that you imported products without tax. I manage to fix the problem by enabling option display prices in store without tax.
So now is working fine.on your example is working great, but on my page is not. Is that because I have old version of plugin? My version is 3.4.6. My license expired 3 months ago. It works great if I click add to basket and check basket. But on product page total is not showing right.
thank you it’s working. There is one problem. This formula adds 22% fee. For example I have product price 10€(that is with fee included) but plugin add addition 22% fee. So Total price is then 12.2€
example: hhttps://zastave.eu/produkt/jadro-xl/
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] tool tip problemthank you, that worked