Changed: public void readProduct(str code, Scanner s)
The readProduct
method was refactored to read the I1 SIF value during product import.
Old → New behavior
Old:
- Did not support importing of I1 SIF code
- No support of importing base price for
DsFreeformItem
s
New:
- Imports I1 to
DsFreeformItem
base price property
Changed: public void readOptions(str code, Scanner s, DsFreeformItem product)
The readOptions
method was refactored to read the O1 SIF value during product option import.
Old → New behavior
Old:
- Did not support importing of O1 SIF code
- No support of importing option prices mapped to O1 for
DsFreeformItem
s
New:
- Imports O1 to
DsFreeformItem
price property for options/features