TOM_cfgui.js function hide
Could help with this?
I need a function to leave a product hidden in the product configurator.
I ´m using the function below, but it leaves all other configurator products hidden.
if (elegPerfil == "N")
DispStyle = "none";
else
DispStyle ="";
What I want to use is a function that tells a profile A can only view product A.
I'm not using a linked item for this. I want to configure this functionality inside the TOM cfgui.js
What is the dynamic functionality hidden inside the TOM cfgui.js for the?