Untitled
unknown
plain_text
a year ago
611 B
2
Indexable
Never
{ super_attribute_array: '[' + Insider.dom('div[id*=product_attribute_input]').nodes .map(function (superAttribute) { var superAttributeName = Insider.dom('label',superAttribute).attr('for') || ''; return superAttributeName !== '' ? '{"name":"' + superAttributeName + '","value":"' + ((Insider.dom('select',superAttribute).val() || '').replace('0','') || Insider.dom('option:not(:first, :contains(Tükendi))',superAttribute).val()) + '"}' : ''; }).join(',') + ']' }