You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we should try to change the option type only if needed. It is not even clear why we need to update its position, since that position is a global value against other option types and not something specific for the product imported.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It might be closed if no further activity occurs. Thank you for your contributions.
Currently, when importing a product that has a specific option type, all existing products associated with that option type are touched.
This is happening because we are doing these operations at each product import:
solidus_importer/lib/solidus_importer/processors/option_types.rb
Lines 18 to 23 in c89d279
I think we should try to change the option type only if needed. It is not even clear why we need to update its position, since that position is a global value against other option types and not something specific for the product imported.
The text was updated successfully, but these errors were encountered: