Replies: 1 comment 2 replies
-
Hi, I assume you are trying to make a dropdown for
Make sure to also include |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone!
I coding an Ecom project and most of the product detail are on separate tables,
to get the price by feature I decided to go with a select option tag on my template.
with JS, if my understanding is correct I should go with a listener that fetches the selected option and return the given price.
but I've failed to understand how to code the logic with Unicorn.
for context, I have a little more than a year of practice with python so without examples to rely on my understanding has hit a wall.
I choose to go with Unicorn because it goes along with my goal on this project wich are:
If python can do it "learn and code"
For now, this is where I'm at:
(all the logic to get the context work and is rendered on the template but I fail to transpose it within the component and build the logic for the "listener".)
Beta Was this translation helpful? Give feedback.
All reactions