Don’t know of anything off-hand. Might be easiest to get in touch with the developers of that plugin to hear if they’re got a simple shortcode that you can use (or function that you can include in your header).
In all likelihood though, you would need to get that custom developed…
The developers here need to know more right? very curious!
Thanks for the answer!
Err… Not sure I’m following – what should the developers need to know more of?
Im sorry for not being clear enough.
What I meant is that the developers will probably know more what direction I should go.
very theoretically said, all I need is a radio button that toggles the WooCommerce>setting>taxes>show prices in store from excluding taxes to including taxes and vice versa
right? that cant be to difficult
all I need is a radio button that toggles the WooCommerce>setting>taxes>show prices in store from excluding taxes to including taxes and vice versa
This option is backend only and stored in woocommerce_tax_display_shop. The value is either excl or incl
When we get this option for usage, we use https://codex.ww.wp.xz.cn/Function_Reference/get_option
These options can be intercepted and changed:
https://codex.ww.wp.xz.cn/Plugin_API/Filter_Reference/pre_option_(option_name)
So possible to change on the fly, yes.
that cant be to difficult
there has to be a pretty simple function I can activate
ಠ_ಠ
Not quite. Because you need to track whether the user wants default, or the other option toggle.
So a plugin is needed which sets a cookie based on 2 links (show inc, show ex), and then this cookie can be used to filter the option before its retrieved.
Thanks for clearing that out Mike!
I was able to modify the plugin in such a way it works the way I want it to.
I have the same plugin and I also want radio instead. Could you share your solution boriskamp? Would be greatly appreciated! 🙂
Hi,
I also bought the plugin (tax toggle), but it conflicts with another plugin (for role pricing) … I also just need a radio-button to switch incl. or excl VAT on the shop-page … If anybody has the solution (it cannot be difficult I think, (but I am not a programmer …)
Can you help me boriskamp1991 ?
@boriskamp1991 @kekkster @pauldewin
boriskamp1991 Kekkster pauldewin
I also need what you needed. Can you please share your solutions with me and the others out there? I’ve also bought the tax-toggle-plugin but it’s not enough for me.
Any more information on this one boriskamp1991?