Details
-
Technical Testing
-
Status: Closed
-
Minor
-
Resolution: Completed
-
None
-
None
-
Commerce Sprint 04 - Feb/2023, Commerce Sprint 05 - Mar/2023
Description
Priority = 4
Acceptance flag
-When adding a linked product to an option on a simple product I can search SKU's from all catalogues that I have permission to "View"
-When adding a linked product to an option on a simple product I can select and save SKU's from all catalogues that I have permission to
-Product Bundles can be configured so that SKUs linked to products from different catalogues can be used
Feature:
As a Product Manager, I want to be able to create product bundles with options from different catalogues, so that I can not constrained by only being able to create bundles with options from the same catalogue.
Background:
Given a Minium site is created
And a Speedwell site is created
And an account is created
And a user with role buyer is created and associated with the account
And a SKU from a different catalog is linked to the bundled product option (i.e: Brake Fluid -> Package Quantity Option -> 12 -> SPEED93017)
Scenario 1: As buyer user, I can complete an order with a bundled product that has a linked SKU from different catalog to the option
When buyer user clicks to bundled product on the catalog page
And adds to cart the product with the selected option (i.e: Quantity 12)
And places the order
Then in the order summary, the linked product SKU is listed
And the checkout process is completed successfully