Hi.
I have a laser cut product that people can ask to be engraved with an image from a very large collection.
To make this easier I have all my images grouped on PDFs that they can download, and when ready to order they can put in a text field “3xA23, 2xE5, 4xC3”. These PDF’s are grouped according to image types i.e. Animals, Flowers, Sports.
and I will know how many and what images to put. They will have to calculate this manually.
As some ranges of images are not available to all laser cut products, so I need to add a field to the Products that will allow me to check that a product in a cart have this field, and get it’s value.
Lets call this field ‘CAT’
If CAT is not 0 then show a section and display on that section links to show the PDF.
I have this collection already set up so I can say “Show all records in Collections where Category = CAT” and programatically create the links in the now visible Section.
My question is… How can I and what is the best Option/Variant/Modifier/Info I can use to store this value in on the Product page, and can access it on the Orders page.
I know I can tell Wix to make a field hidden when that page is displayed.. but I will still need to get access to the field value to check what value it is.
Many many thanks.
I have been a programmer for many years and Wix is something I am getting used to.