moomooagency
Forum Replies Created
-
Hi,
Sorry, I do not understand what you mean. Please, clarify.
Yes, I understand you. There is price and total, that is qty*price. Total is shown in the cart, it depends on wc qty field. If you want to display it, you have to use Dynamic Notice.
Hi,
Sure! Use Dynamic Notice to display total on the single product page. It is a pro feature of the plugin though.
Hi,
It is not possible out of the box, there is no such functionality prepared. But, yes, it is possible to do with a customisation. If you are interested in, please, write me to [email protected].
Thanks!
Hi,
Yes, unfortunately, Avada breaks the builder mode. Please, check the docs, section about compatibility.
Hi,
1. You need to use this selector for price with tax: .price-with-tax .woocommerce-Price-amount.amount bdi
2. Then you need to change this class https://prnt.sc/1sx77yd to .price-without-tax
3. Then use js event https://moomoo-agency.gitbook.io/uni-cpo-4-documentation/for-developers/js-events “uni_cpo_options_data_ajax_success” and manually (i mean using js) update price in tag .price-without-tax .woocommerce-Price-amount.amount bdiHi,
Could you describe how exactly you are using get_price_including_tax() and get_price_excluding_tax() functions for displaying prices?
Also I see that you have the same classes for both price tags https://prnt.sc/1siy2te It means that when you trying to display the price you put in that tag .price-without-tax only price without tax.
There is a free version: https://www.ads-software.com/plugins/uni-woo-custom-product-options/
Please contact us using contact form on plugin’s dashboard.
Try
.et_pb_module_inner .price span.amount
Please, check the docs, section FAQ, question about price tag selector.
Thanks!
Hi!
Sorry, it is just not possible yet.
I gave you the tools. The page from the docs I posted here before describes what can be done and how. The rest is your creativity.
No, sorry, I cannot. You have to find that out by yourself. Then use Dynamic Notice to display the data.