Hi All,
I have set a custcol item option using the setOption function. I am now trying to get the value back out using getOption however, I can get all of the details about the option apart from the value.
item.getOption('custcol_configurationimage').attributes == {
cartOptionId:"custcol_configurationimage"
index:10
isMandatory:false
isMatrixDimension:false
itemOptionId:""
label:"Configuration Image"
type:"text"
urlParameterName:"custcol_configurationimage"
useLabelsOnUrl:false
values:Array(0)
}
Any ideas?