Hi everyone!
I'm in the process of building a on-line store to sell a very customized kind of products: vinyl cutted draws.
I've already made the layout in html/css and I'm about to start the process to build the dynamic backend using wordpress and some eCommerce plugin (woocommerce) but I need to heavily customize the product post type (I think).
Why do I think I need to do this?
Each of my products is a vectorial draw that I will upload to the server as a SVG. In the front store the user will be able to chose the draw, than choose the color of the vinyl from a color pallet (and with javascript live update the drawing, that I've got already covered), but there are 2 different pallets, depending on the vinyl finish (gloss or matte), meaning that he first have to choose the finish and after that the color. Than there is the size: there will be a proposed size, but the user can change that (there will be a limit for minimum and maximum size). Than there's the usual quantity (nothing special with this one) and finally the price that as to be x€/m2 (value in Euros for each square meter) for each product.
Can someone tell me if is this possible with woo commerce and point me some sort of direction?
Thanks in advance.