I try to split the value in the metafield during creating of product but no matter what I do its always the last part which gets written. its almost like the type is wrong, even I can confirm its the correct value.
Have also tried to every variant of valute “test\ntest2” and \r\n.
Even tried with this without success:
I am creating a comuter product, and want to have a few products for upselling (bak, mouse etc.).
Is the list.single_line_text_field the best type to use for this you think?
It will eventually be 2-3 items with a productnumber which we will need to use somehow.
yeah, but that reference list require the product to already exist…
Hmm, perhaps I need to import the accesories as product first and then import the main product.
Yes, you will need to import those products first to use list.product_reference.
But I am wondering how you are gonna build upsell feature using list.single_line_text_field?