magento - How to get attribute value of mutiple selection in the Owebia shipping method -
how attribute value of multiple selection in owebia shipping method?
my owebia code below:
{count items array_match_any(product.attribute.**shipping_restriction**.**value**', array('au','nz','au,nz'))}
but,i can't attribute value,i can id num of attribute,
shipping_restriction custom attribute,which has multiple selected menu.
it return index num,not 'nz' or 'au',it return index num,not 'nz' or 'au'
if have changed multiple selected menu single selection,it right value. 'nz' or 'au',and not index num.
you can try using following syntax value.
product.attribute.*.value
where * attribute placeholder.
reference: http://www.owebia.com/os2/en/doc#formulas_variables_product
Comments
Post a Comment