Hi @wpallimport,
Thank you for taking the time.
{parameters/parameter[parameter_name/item/text[contains(.,"Weight")]]/option_name/item[language_code="en"]/text}
Some times the “Weight” is “Weight (kg)”
In that case could I have as bellow ?
{parameters/parameter[parameter_name/item/text[contains(.,"Weight") or contains(.,"Weight (kg)"]]/option_name/item[language_code="en"]/text}
Or the or function should be made differently ?
-
This reply was modified 5 years, 6 months ago by xdelios.