Best way to make a product comparison table ?
# help-with-umbraco
s
So our team have been tasked with creating a product comparison element in umbraco (nice :> ) We have tried some different approaches to this, but nothing seems to be okay'ish for our editors. I was therefor wondering, if anyone have a idea on how to do this or maybe already done this before. The only real requirements from our editors, is that there can be x number of products, with x number of comparison boxes. The data will be handles in a headless manner, so this is not realy a problem, just as long as it is easy for our editors. Thanks in advance.
Note, that we do not want to utilize the Rich Text Editor for this, but somehow create it as a element.
r
I think your answer is going to be with selectable lists But the key is what you want the user to see and experience Ie add a product to a page and then allow the editor to add for a preset list of selectable item.. using something like contentment that might be you answer
k
I'd make a custom property editor from the start. I think any OotB property editor solution to this will be harder to implement and clumsier for editors.
y
Hi @Ravi , how can I get the item by language? did you solve this in the contentment , or you have only one language ?
r
If you have multiple languages maybe a dictionary, you could use and an external data source /api and pull information in that way.. Or you could use the personalisations options in something like umarketihg.. We have done it by usually doing it all on page and letting an api control content , and then a cue app to do fancy stuff..
7 Views