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
Create configuration with 2 Stores: First Store - Carts shared between stores - enabled Second Store - Carts shared between stores - disabled
Add one item to the shopping cart and wishlist for both stores.
Result:
First store - shopping cart items from both stores are visible
Second Store - shopping cart and wishlist items only from this particular store are visible
Expected Result:
First store - shopping cart items from the first store are visible (because the second one has a disabled shared cat)
Second Store - shopping cart and wishlist items only from this particular store are visible
I am not sure if the existing code is working as desired, but it seems to me reasonable that if I want to disable Cart sharing for a particular shop, I want the cart from that shop to be hidden in other shops.
Core Reference: (only for shopping cart, but for wishlist the issue is present as well) ShoppingCartService.cs
In here items only from Shops with Shared carts need to be filtered out.
The text was updated successfully, but these errors were encountered:
nopCommerce version: 4.7
Steps to reproduce the problem:
Create configuration with 2 Stores:
First Store - Carts shared between stores - enabled
Second Store - Carts shared between stores - disabled
Add one item to the shopping cart and wishlist for both stores.
Result:
First store - shopping cart items from both stores are visible
Second Store - shopping cart and wishlist items only from this particular store are visible
Expected Result:
First store - shopping cart items from the first store are visible (because the second one has a disabled shared cat)
Second Store - shopping cart and wishlist items only from this particular store are visible
I am not sure if the existing code is working as desired, but it seems to me reasonable that if I want to disable Cart sharing for a particular shop, I want the cart from that shop to be hidden in other shops.
Core Reference: (only for shopping cart, but for wishlist the issue is present as well)
ShoppingCartService.cs
In here items only from Shops with Shared carts need to be filtered out.
The text was updated successfully, but these errors were encountered: