Hello all,
I am using the Wix editor and am trying to design a personal photography website. So far, I have a gallery (portfolio) that when an image is clicked it redirects the viewer to a dynamic page with that particular image and image title (see the image below).
I have created two dropdown input fields and would like to allow a customer to be able to select different print material and image size, based on the image aspect ratio, as I have images with different aspect ratio. Then, at the bottom of the page, a price should be displayed based on customer’s selection. So far, I have created the choices, though they are not linked yet to anything. Just a simple input dropdown menus.
What I have so far is several collections:
A collection called “image collection” which contains the images, their titles, location, description, aspect ratio, size, and print material. No price field yet, though. Just trying to wrap my head around how to do that.
Some fields in my image collection are multi-reference fields to other collections that contain the necessary information.
My question is if all that I am trying to achieve is doable without coding, but with just simple filtering? Unfortunately, I have no experience with javascript, though I think I know how I would it with python if I used dictionaries for collections and datasets.
Thank you in advance for your help.