Hey everyone,
I need to figure out a way to implement this to my store.
Is this an app? Or is it custom coding?
Let’s say that my store has 5 different variants.
1- The user selects 1 variant, and then clicks next to go onto the next variant, Then the user selects the second variant, and then clicks next to go to the next variant… and so on. There doesn’t have to be a next button necessarily, as long as when a variant #1 is selected, only then does variant #2 show up, and variant #1 disappears. When variant #2 is selected, variant #3 appears, and variant #2 disappears (all the way to variant #5). This is in order for the customer to be able to preview the variant he is selecting. Because if all the variants are shown at once, the user will have to scroll down to select them, and the preview picture won’t be available (as it will be all the way at the top). I know this can be done with conditional logic, but the selected variant does’t disappear and this creates clutter. therefore user isn’t able to preview the variant he selected on the picture.
2- Also, when a variant is selected, the total gets adjusted. Not in a way like some apps do it (where on the bottom, it says the selected options add an extra 100$ to the price). I want the price to be adjusted right away, as soon as a variant is selected.
3- When a user selects a variant, I want the picture to change to showcase that selected variant. I want to upload a picture for each selected variant.
4- Finally, in the end, I want an “upload file” button, where the client can upload a picture. In some cases, the client must be able to upload 2 pictures separately (so 2 upload file buttons).
Thank you for any help.
If this requires custom coding, please let me know.