In the product xml use stock="id" or stock="stockname" (case ignored but name must match). If value is numeric then an ID is assumed (Do not use Stock Names that use numbers only).
Example:
Before
<Option Name="Stock" Label="Stock" Options="1">PLATEWHITE</Option>
After
<Option Name="Stock" Stock="PLATEWHITE" Label="Stock" Options="1">PLATEWHITE</Option>
Or
<Option Name="Stock" Stock="8456" Label="Stock" Options="1">PLATEWHITE</Option>
Note: The name and ID are from the producer stocks not the option in the XML.
The same format works for ‘Ink’ and ‘Finish’
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article