Hi!
I'm trying to create a custom product layout in which the product properties are combined. I've combined the product template/custom field and product options/variants data but i've only managed to concatenate them after one another. I'll try to 'illustrate' the problem as a table row:
---------------------------------------------------------------------------------------------------
template | template | template | customfield | customfield | option | option
---------------------------------------------------------------------------------------------------
Do you know of an easy way to arrange these fields based on a predetermined ordering while ignoring the seperate field types. Products in our shop use options/variants as an extension to the product templates, so products that have the same product template usually have the same options variant fields.
My solution to this problem is to specify the custom ordering per product template, save it in a seperate (xml) file and process the ordering in the code (Producthelper.cs). I just find this solution a bit crude, so if you have a better idea then i'd love to hear it.
Greetings,
Mustapha Bouzaidi