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
We need to make 2 adjustments which I think were missed.
variant.rb
method = create_stock_items
issue = it loops on all stock locations which don't event belong to given vendor
expected = only create stock items for respective vendor's stock location
stock_location.rb
method = create_stock_items
issue = it loops on all variants of all vendor's.
expected = only create stock item for respective vendor variants.
Overrall Impact faced:
i faced serious performance issue as number of vendors and products increased on my platform and I was able to find this as reason.
The text was updated successfully, but these errors were encountered:
@giugrilli@omairrazam this issue has been partially resolved in Spree 4.3 and Multi-Vendor 2.2. Further improvements will be done in Spree v5 which will include multi-vendor in Spree core.
We need to make 2 adjustments which I think were missed.
variant.rb
method = create_stock_items
issue = it loops on all stock locations which don't event belong to given vendor
expected = only create stock items for respective vendor's stock location
stock_location.rb
method = create_stock_items
issue = it loops on all variants of all vendor's.
expected = only create stock item for respective vendor variants.
Overrall Impact faced:
i faced serious performance issue as number of vendors and products increased on my platform and I was able to find this as reason.
The text was updated successfully, but these errors were encountered: