Hi, I have a general question about how to frame a problem.
I'm building a shop for art prints and cards. The prints and cards tend to be in a limited number of standard sizes but not all the paintings are available as prints and cards. So I'd like to make a library of print sizes and options, and then be able to simply turn that option on or off on the painting's page.
At the moment I'm filling all the details in for each painting but it's horribly un-DRY
I'd thought of making a page with a list of all print options and then choosing which one to include via a dropdown, but I'm wondering if there isn't a more intelligent way to do it - maybe with Flex Objects. I'm unsure how one associates Flex Objects across categories, however.
Any advice, ideas, appreciated.