Hi,
I have one product that can have two tax groups (A and B), depending on user’s provided action, means, by default it will be with tax group A, but if user selects adding additional information, we want to switch to tax B, is this possible via velo coding?
Thanks,
Perfect eSight Team
Yes this would be possible. Velo is JavaScript so most things possible in JavaScript are possible in Velo.
can you direct to an example? how?
Thanks Anthony
I don’t have an example handy but if you need help with programming this then you might want to check out https://www.wix.com/marketplace
Thanks Anthony,
I am already a velo, js\front-end developer, no need for help in development, just need to understand how this can be done, means, is there a way to switch the same product between two tax groups via velo code? an API is fine.
Thanks
First ask yourself with what kind of Wix-Element or even Wix-App you are working with.
Second → open the Wix-API-Docs of that ELEMENT or APP.
I assume you are talking about → wix-stores… → so check Wix-Stores for the needed API.