diff --git a/app/code/Magento/Backend/Test/Mftf/Section/AdminHeaderSection.xml b/app/code/Magento/Backend/Test/Mftf/Section/AdminHeaderSection.xml index 6475d0a3c8166..186bb183d68d6 100644 --- a/app/code/Magento/Backend/Test/Mftf/Section/AdminHeaderSection.xml +++ b/app/code/Magento/Backend/Test/Mftf/Section/AdminHeaderSection.xml @@ -13,5 +13,7 @@ + + diff --git a/app/code/Magento/Bundle/Test/Mftf/Test/AdminProductBundleCreationTest.xml b/app/code/Magento/Bundle/Test/Mftf/Test/AdminProductBundleCreationTest.xml index f87897bd579a3..1f46e1fc9f0b1 100644 --- a/app/code/Magento/Bundle/Test/Mftf/Test/AdminProductBundleCreationTest.xml +++ b/app/code/Magento/Bundle/Test/Mftf/Test/AdminProductBundleCreationTest.xml @@ -31,6 +31,8 @@ + + diff --git a/app/code/Magento/Bundle/Test/Mftf/Test/StorefrontBundleProductDetailsTest.xml b/app/code/Magento/Bundle/Test/Mftf/Test/StorefrontBundleProductDetailsTest.xml index 285503465a011..d7394b2dbf32e 100644 --- a/app/code/Magento/Bundle/Test/Mftf/Test/StorefrontBundleProductDetailsTest.xml +++ b/app/code/Magento/Bundle/Test/Mftf/Test/StorefrontBundleProductDetailsTest.xml @@ -32,6 +32,8 @@ + + diff --git a/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminFillProductAttributePropertiesActionGroup.xml b/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminFillProductAttributePropertiesActionGroup.xml new file mode 100644 index 0000000000000..cd850f8a7004d --- /dev/null +++ b/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminFillProductAttributePropertiesActionGroup.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + diff --git a/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenAttributeSetByNameActionGroup.xml b/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenAttributeSetByNameActionGroup.xml new file mode 100644 index 0000000000000..1ac7ac5e54bf5 --- /dev/null +++ b/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenAttributeSetByNameActionGroup.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + diff --git a/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenAttributeSetGridPageActionGroup.xml b/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenAttributeSetGridPageActionGroup.xml new file mode 100644 index 0000000000000..c6f0c3332b1d5 --- /dev/null +++ b/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenAttributeSetGridPageActionGroup.xml @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenProductAttributePageActionGroup.xml b/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenProductAttributePageActionGroup.xml new file mode 100644 index 0000000000000..b6be3fb172d33 --- /dev/null +++ b/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenProductAttributePageActionGroup.xml @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenProductIndexPageActionGroup.xml b/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenProductIndexPageActionGroup.xml new file mode 100644 index 0000000000000..ca1303f180ca4 --- /dev/null +++ b/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenProductIndexPageActionGroup.xml @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertStorefrontCustomProductAttributeActionGroup.xml b/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertStorefrontCustomProductAttributeActionGroup.xml new file mode 100644 index 0000000000000..e27efb41a7ef7 --- /dev/null +++ b/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertStorefrontCustomProductAttributeActionGroup.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + diff --git a/app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenStorefrontProductPageByProductNameActionGroup.xml b/app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenStorefrontProductPageByProductNameActionGroup.xml new file mode 100644 index 0000000000000..c25cdc403f8ec --- /dev/null +++ b/app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenStorefrontProductPageByProductNameActionGroup.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + diff --git a/app/code/Magento/Catalog/Test/Mftf/Data/CategoryData.xml b/app/code/Magento/Catalog/Test/Mftf/Data/CategoryData.xml index 27167d03d528e..13951a0d197d1 100644 --- a/app/code/Magento/Catalog/Test/Mftf/Data/CategoryData.xml +++ b/app/code/Magento/Catalog/Test/Mftf/Data/CategoryData.xml @@ -110,4 +110,11 @@ false false + + + Gear + gear + true + true + diff --git a/app/code/Magento/Catalog/Test/Mftf/Data/ProductAttributeData.xml b/app/code/Magento/Catalog/Test/Mftf/Data/ProductAttributeData.xml index 817dd637f81dd..02e5ae5ae36a5 100644 --- a/app/code/Magento/Catalog/Test/Mftf/Data/ProductAttributeData.xml +++ b/app/code/Magento/Catalog/Test/Mftf/Data/ProductAttributeData.xml @@ -320,4 +320,27 @@ opt1'Admin opt1'Front + + attribute + texteditor + global + false + false + true + true + text + true + true + true + true + true + true + true + true + true + true + true + true + ProductAttributeFrontendLabel + diff --git a/app/code/Magento/Catalog/Test/Mftf/Data/WYSIWYGConfigData.xml b/app/code/Magento/Catalog/Test/Mftf/Data/WYSIWYGConfigData.xml new file mode 100644 index 0000000000000..7bb8cf5f4db37 --- /dev/null +++ b/app/code/Magento/Catalog/Test/Mftf/Data/WYSIWYGConfigData.xml @@ -0,0 +1,23 @@ + + + + + + cms/wysiwyg/enabled + 0 + Yes + enabled + + + cms/wysiwyg/editor + 0 + Yes + mage/adminhtml/wysiwyg/tiny_mce/tinymce4Adapter + + diff --git a/app/code/Magento/Catalog/Test/Mftf/Section/AdminCreateProductAttributeSection.xml b/app/code/Magento/Catalog/Test/Mftf/Section/AdminCreateProductAttributeSection.xml index 7ca2c0a56f224..9b75f7e6908a2 100644 --- a/app/code/Magento/Catalog/Test/Mftf/Section/AdminCreateProductAttributeSection.xml +++ b/app/code/Magento/Catalog/Test/Mftf/Section/AdminCreateProductAttributeSection.xml @@ -48,6 +48,7 @@ +
diff --git a/app/code/Magento/Catalog/Test/Mftf/Section/AdminProductFormSection.xml b/app/code/Magento/Catalog/Test/Mftf/Section/AdminProductFormSection.xml index 42c15d3982ceb..7b1510b630331 100644 --- a/app/code/Magento/Catalog/Test/Mftf/Section/AdminProductFormSection.xml +++ b/app/code/Magento/Catalog/Test/Mftf/Section/AdminProductFormSection.xml @@ -195,6 +195,7 @@
+
diff --git a/app/code/Magento/Catalog/Test/Mftf/Section/StorefrontProductMoreInformationSection.xml b/app/code/Magento/Catalog/Test/Mftf/Section/StorefrontProductMoreInformationSection.xml index ee687fa62da93..7706c5f244bc9 100644 --- a/app/code/Magento/Catalog/Test/Mftf/Section/StorefrontProductMoreInformationSection.xml +++ b/app/code/Magento/Catalog/Test/Mftf/Section/StorefrontProductMoreInformationSection.xml @@ -11,6 +11,9 @@
+ + +
diff --git a/app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateMultipleSelectProductAttributeVisibleInStorefrontAdvancedSearchFormTest.xml b/app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateMultipleSelectProductAttributeVisibleInStorefrontAdvancedSearchFormTest.xml index 1f558568e9248..4e096b7ebb142 100644 --- a/app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateMultipleSelectProductAttributeVisibleInStorefrontAdvancedSearchFormTest.xml +++ b/app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateMultipleSelectProductAttributeVisibleInStorefrontAdvancedSearchFormTest.xml @@ -34,6 +34,12 @@ + + + + + + diff --git a/app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateTextEditorProductAttributeTest.xml b/app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateTextEditorProductAttributeTest.xml new file mode 100644 index 0000000000000..fc7482c353136 --- /dev/null +++ b/app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateTextEditorProductAttributeTest.xml @@ -0,0 +1,129 @@ + + + + + + + + + + <description value="Create text editor product attribute with TinyMCE4 enabled"/> + <severity value="CRITICAL"/> + <testCaseId value="MC-6338"/> + <group value="catalog"/> + </annotations> + <before> + <!-- Enable WYSIWYG editor --> + <magentoCLI command="config:set {{EnableWYSIWYG.path}} {{EnableWYSIWYG.value}}" stepKey="enableWYSIWYG"/> + + <!-- Enable TinyMCE 4 --> + <magentoCLI command="config:set {{EnableTinyMCE4.path}} {{EnableTinyMCE4.value}}" stepKey="enableTinyMCE4"/> + + <!-- Login as admin --> + <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/> + </before> + <after> + <!-- Delete attribute --> + <actionGroup ref="deleteProductAttribute" stepKey="deleteAttribute"> + <argument name="ProductAttribute" value="productTextEditorAttribute"/> + </actionGroup> + + <!-- Delete product --> + <actionGroup ref="deleteProductUsingProductGrid" stepKey="deleteProduct"> + <argument name="product" value="_defaultProduct"/> + </actionGroup> + + <!-- Log out --> + <actionGroup ref="logout" stepKey="logout"/> + </after> + + <!-- Go to Stores > Product, click "Add New Attribute" --> + <actionGroup ref="AdminOpenProductAttributePageActionGroup" stepKey="openProductAttributePage"/> + <click selector="{{AdminProductAttributeGridSection.createNewAttributeBtn}}" stepKey="createNewAttribute"/> + + <!-- Input value for Default Label. Verify dropdown of "Catalog Input Type for Store Owner" --> + <actionGroup ref="AdminFillProductAttributePropertiesActionGroup" stepKey="fillAttributeProperties"> + <argument name="attributeName" value="{{productTextEditorAttribute.attribute_code}}"/> + <argument name="attributeType" value="{{productTextEditorAttribute.frontend_input}}"/> + </actionGroup> + + <!-- Input value for "Catalog Input Type for Store Owner" --> + <selectOption selector="{{AttributePropertiesSection.InputType}}" userInput="{{productAttributeWysiwyg.frontend_input}}" stepKey="updateInputType"/> + + <!-- Click on "Storefront Properties" tab on left menu --> + <click selector="{{StorefrontPropertiesSection.StoreFrontPropertiesTab}}" stepKey="clickStorefrontPropertiesTab"/> + <dontSeeElement selector="{{StorefrontPropertiesSection.EnableWYSIWYG}}" stepKey="dontSeeWYSIWYGEnableField"/> + + <!-- Selection for "Visible on Catalog Pages on Storefront" --> + <selectOption selector="{{StorefrontPropertiesSection.visibleOnCatalogPagesOnStorefront}}" userInput="Yes" stepKey="enableVisibleOnStorefront"/> + <scrollToTopOfPage stepKey="scrollToPageTop"/> + + <!-- Go back to "Properties" tab on left menu --> + <click selector="{{AttributePropertiesSection.propertiesTab}}" stepKey="clickPropertiesTab"/> + + <!-- Updated value for "Catalog Input Type for Store Owner" --> + <selectOption selector="{{AttributePropertiesSection.InputType}}" userInput="{{productTextEditorAttribute.frontend_input}}" stepKey="returnInputType"/> + + <!-- Save Product Attribute --> + <actionGroup ref="saveProductAttribute" stepKey="saveAttribute"/> + + <!-- Go to Store > Attribute Set --> + <actionGroup ref="AdminOpenAttributeSetGridPageActionGroup" stepKey="openAttributeSetPage"/> + + <!-- From grid, click on attribute set Default --> + <actionGroup ref="AdminOpenAttributeSetByNameActionGroup" stepKey="openDefaultAttributeSet"/> + + <!-- Add Product Attribute to Default attribute by dragging and dropping this to the 'Project Details' folder. Then Save. --> + <actionGroup ref="AssignAttributeToGroup" stepKey="assignAttributeToGroup"> + <argument name="group" value="Product Details"/> + <argument name="attribute" value="{{productTextEditorAttribute.attribute_code}}"/> + </actionGroup> + <actionGroup ref="SaveAttributeSet" stepKey="saveAttributeSet"/> + + <!-- Go Catalog > Product to create new product page --> + <actionGroup ref="AdminOpenProductIndexPageActionGroup" stepKey="goToProductIndexPage"/> + <actionGroup ref="goToCreateProductPage" stepKey="goToCreateProduct"> + <argument name="product" value="_defaultProduct"/> + </actionGroup> + + <!-- On product page, select Attribute Set: "Default" --> + <actionGroup ref="AdminProductPageSelectAttributeSet" stepKey="selectAttributeSet"> + <argument name="attributeSetName" value="Default"/> + </actionGroup> + + <!-- Created product attribute appear on product form --> + <seeElement selector="{{AdminProductFormSection.attributeLabelByText(productTextEditorAttribute.attribute_code)}}" stepKey="seeAttributeLabelInProductForm"/> + + <!-- TinyMCE 4 is displayed in WYSIWYG content area --> + <seeElement selector="{{TinyMCESection.TinyMCE4}}" stepKey="seeTinyMCE4"/> + + <!-- Verify toolbar menu --> + <actionGroup ref="VerifyTinyMCEActionGroup" stepKey="verifyToolbarMenu"/> + + <!-- Click Show/Hide button and see Insert Image button --> + <scrollToTopOfPage stepKey="scrollToTop"/> + <click selector="{{ProductAttributeWYSIWYGSection.showHideBtn(productTextEditorAttribute.attribute_code)}}" stepKey="clickShowHideBtn"/> + <waitForElementVisible selector="{{TinyMCESection.InsertImageBtn}}" stepKey="waitForInsertImageBtn"/> + + <!-- Add content into attribute --> + <fillField selector="{{ProductDescriptionWysiwygSection.attributeEditArea(productTextEditorAttribute.attribute_code)}}" userInput="This content from product page" stepKey="setContent"/> + + <!-- Fill up all required fields for product form --> + <actionGroup ref="fillMainProductForm" stepKey="fillProductForm"/> + <actionGroup ref="saveProductForm" stepKey="saveProductForm"/> + + <!-- Assert product attribute on Storefront --> + <actionGroup ref="OpenStorefrontProductPageByProductNameActionGroup" stepKey="openProductPage"/> + <scrollTo stepKey="scrollToMoreInformation" selector="{{StorefrontProductMoreInformationSection.moreInformationSpecs}}" /> + <actionGroup ref="AssertStorefrontCustomProductAttributeActionGroup" stepKey="checkAttributeInMoreInformationTab"> + <argument name="attributeLabel" value="{{productTextEditorAttribute.attribute_code}}"/> + <argument name="attributeValue" value="This content from product page"/> + </actionGroup> + </test> +</tests> diff --git a/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertShippingMethodOptionPresentInCartActionGroup.xml b/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertShippingMethodOptionPresentInCartActionGroup.xml new file mode 100644 index 0000000000000..6e033268934a5 --- /dev/null +++ b/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertShippingMethodOptionPresentInCartActionGroup.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + /** + * Copyright © Magento, Inc. All rights reserved. + * See COPYING.txt for license details. + */ +--> + +<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd"> + <!-- Assert shipping method name and price are present in cart --> + <actionGroup name="StorefrontAssertShippingMethodOptionPresentInCartActionGroup"> + <arguments> + <argument name="methodName" type="string"/> + <argument name="price" type="string"/> + </arguments> + <see selector="{{CheckoutCartSummarySection.methodName}}" userInput="{{methodName}}" stepKey="seeShippingName"/> + <see selector="{{CheckoutCartSummarySection.shippingPrice}}" userInput="{{price}}" stepKey="seeShippingPrice"/> + </actionGroup> +</actionGroups> diff --git a/app/code/Magento/Checkout/Test/Mftf/Data/ConfigData.xml b/app/code/Magento/Checkout/Test/Mftf/Data/ConfigData.xml index 12974617d55ae..cd9cd59d20b64 100644 --- a/app/code/Magento/Checkout/Test/Mftf/Data/ConfigData.xml +++ b/app/code/Magento/Checkout/Test/Mftf/Data/ConfigData.xml @@ -53,6 +53,13 @@ <data key="label">Yes</data> <data key="value">1</data> </entity> + <entity name="EnableFlatRateDefaultPriceConfigData"> + <data key="path">carriers/flatrate/price</data> + <data key="scope">carriers</data> + <data key="scope_id">1</data> + <data key="label">Yes</data> + <data key="value">5.00</data> + </entity> <entity name="EnableFlatRateToSpecificCountriesConfigData"> <data key="path">carriers/flatrate/sallowspecific</data> <data key="scope">carriers</data> diff --git a/app/code/Magento/Checkout/Test/Mftf/Section/CheckoutCartSummarySection.xml b/app/code/Magento/Checkout/Test/Mftf/Section/CheckoutCartSummarySection.xml index c9acfb62aa7a1..59c5054245ad6 100644 --- a/app/code/Magento/Checkout/Test/Mftf/Section/CheckoutCartSummarySection.xml +++ b/app/code/Magento/Checkout/Test/Mftf/Section/CheckoutCartSummarySection.xml @@ -29,6 +29,8 @@ <element name="estimateShippingAndTax" type="text" selector="#block-shipping-heading" timeout="5"/> <element name="flatRateShippingMethod" type="input" selector="#s_method_flatrate_flatrate" timeout="30"/> <element name="shippingMethodLabel" type="text" selector="#co-shipping-method-form dl dt span"/> + <element name="methodName" type="text" selector="#co-shipping-method-form label"/> + <element name="shippingPrice" type="text" selector="#co-shipping-method-form span .price"/> <element name="shippingMethodElementId" type="radio" selector="#s_method_{{carrierCode}}_{{methodCode}}" parameterized="true"/> </section> </sections> diff --git a/app/code/Magento/Checkout/Test/Mftf/Section/CheckoutPaymentSection.xml b/app/code/Magento/Checkout/Test/Mftf/Section/CheckoutPaymentSection.xml index 463043ec1fb1a..e1c2a3b1550f1 100644 --- a/app/code/Magento/Checkout/Test/Mftf/Section/CheckoutPaymentSection.xml +++ b/app/code/Magento/Checkout/Test/Mftf/Section/CheckoutPaymentSection.xml @@ -57,5 +57,7 @@ <element name="noQuotes" type="text" selector=".no-quotes-block"/> <element name="paymentMethodByName" type="text" selector="//*[@id='checkout-payment-method-load']//*[contains(@class, 'payment-group')]//label[normalize-space(.)='{{var1}}']" parameterized="true"/> <element name="billingAddressSelectShared" type="select" selector=".checkout-billing-address select[name='billing_address_id']"/> + <element name="discount" type="block" selector="tr.totals.discount"/> + <element name="discountPrice" type="text" selector=".discount .price"/> </section> </sections> diff --git a/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddBundleDynamicProductToShoppingCartTest.xml b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddBundleDynamicProductToShoppingCartTest.xml index 8ea2fea2cb8a5..f63cf38d15fce 100644 --- a/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddBundleDynamicProductToShoppingCartTest.xml +++ b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddBundleDynamicProductToShoppingCartTest.xml @@ -22,6 +22,7 @@ <before> <magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/> + <magentoCLI command="config:set {{EnableFlatRateDefaultPriceConfigData.path}} {{EnableFlatRateDefaultPriceConfigData.value}}" stepKey="enableFlatRateDefaultPrice"/> <createData entity="SimpleSubCategory" stepKey="createSubCategory"/> <!--Create simple product--> <createData entity="SimpleProduct2" stepKey="simpleProduct1"> diff --git a/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddBundleDynamicProductToShoppingCartWithDisableMiniCartSidebarTest.xml b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddBundleDynamicProductToShoppingCartWithDisableMiniCartSidebarTest.xml index 966ad62a23d04..dcffd5cee24e4 100644 --- a/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddBundleDynamicProductToShoppingCartWithDisableMiniCartSidebarTest.xml +++ b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddBundleDynamicProductToShoppingCartWithDisableMiniCartSidebarTest.xml @@ -23,6 +23,7 @@ <before> <magentoCLI stepKey="disableShoppingCartSidebar" command="config:set checkout/sidebar/display 0"/> <magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/> + <magentoCLI command="config:set {{EnableFlatRateDefaultPriceConfigData.path}} {{EnableFlatRateDefaultPriceConfigData.value}}" stepKey="enableFlatRatePrice"/> <createData entity="SimpleSubCategory" stepKey="createSubCategory"/> <!--Create simple products--> diff --git a/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddConfigurableProductToShoppingCartTest.xml b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddConfigurableProductToShoppingCartTest.xml index 4aeecbf169700..90d7643a1269f 100644 --- a/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddConfigurableProductToShoppingCartTest.xml +++ b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddConfigurableProductToShoppingCartTest.xml @@ -22,6 +22,7 @@ <before> <magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/> + <magentoCLI command="config:set {{EnableFlatRateDefaultPriceConfigData.path}} {{EnableFlatRateDefaultPriceConfigData.value}}" stepKey="enableFlatRatePrice"/> <!-- Create Default Category --> <createData entity="_defaultCategory" stepKey="createCategory"/> diff --git a/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddDownloadableProductToShoppingCartTest.xml b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddDownloadableProductToShoppingCartTest.xml index 982c5fb339bf2..5a46dbc90e207 100644 --- a/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddDownloadableProductToShoppingCartTest.xml +++ b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddDownloadableProductToShoppingCartTest.xml @@ -19,6 +19,7 @@ <before> <magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/> + <magentoCLI command="config:set {{EnableFlatRateDefaultPriceConfigData.path}} {{EnableFlatRateDefaultPriceConfigData.value}}" stepKey="enableFlatRateDefaultPrice"/> <createData entity="ApiDownloadableProduct" stepKey="createDownloadableProduct"/> <createData entity="downloadableLink1" stepKey="addDownloadableLink1"> <requiredEntity createDataKey="createDownloadableProduct"/> diff --git a/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddGroupedProductToShoppingCartTest.xml b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddGroupedProductToShoppingCartTest.xml index 4609bf97aad3e..247fab27143b8 100644 --- a/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddGroupedProductToShoppingCartTest.xml +++ b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddGroupedProductToShoppingCartTest.xml @@ -22,6 +22,7 @@ <before> <magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/> + <magentoCLI command="config:set {{EnableFlatRateDefaultPriceConfigData.path}} {{EnableFlatRateDefaultPriceConfigData.value}}" stepKey="enableFlatRateDefaultPrice"/> <!--Create Grouped product with three simple product --> <createData entity="ApiProductWithDescription" stepKey="simple1" before="simple2"> <field key="price">100.00</field> diff --git a/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddOneBundleMultiSelectOptionToTheShoppingCartTest.xml b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddOneBundleMultiSelectOptionToTheShoppingCartTest.xml index f4770c5270997..73fa380f4bc40 100644 --- a/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddOneBundleMultiSelectOptionToTheShoppingCartTest.xml +++ b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddOneBundleMultiSelectOptionToTheShoppingCartTest.xml @@ -22,6 +22,7 @@ <before> <magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/> + <magentoCLI command="config:set {{EnableFlatRateDefaultPriceConfigData.path}} {{EnableFlatRateDefaultPriceConfigData.value}}" stepKey="enableFlatRateDefaultPrice"/> <createData entity="SimpleSubCategory" stepKey="createSubCategory"/> <!--Create simple product--> <createData entity="SimpleProduct2" stepKey="simpleProduct1"> diff --git a/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddTwoBundleMultiSelectOptionsToTheShoppingCartTest.xml b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddTwoBundleMultiSelectOptionsToTheShoppingCartTest.xml index d9c76e0de7fa5..e2ff7f2c98dca 100644 --- a/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddTwoBundleMultiSelectOptionsToTheShoppingCartTest.xml +++ b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddTwoBundleMultiSelectOptionsToTheShoppingCartTest.xml @@ -22,6 +22,7 @@ <before> <magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/> + <magentoCLI command="config:set {{EnableFlatRateDefaultPriceConfigData.path}} {{EnableFlatRateDefaultPriceConfigData.value}}" stepKey="enableFlatRateDefaultPrice"/> <createData entity="SimpleSubCategory" stepKey="createSubCategory"/> <!--Create simple product--> <createData entity="SimpleProduct2" stepKey="simpleProduct1"> diff --git a/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontApplyPromoCodeDuringCheckoutTest.xml b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontApplyPromoCodeDuringCheckoutTest.xml new file mode 100644 index 0000000000000..bdfdfceab53f9 --- /dev/null +++ b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontApplyPromoCodeDuringCheckoutTest.xml @@ -0,0 +1,91 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + /** + * Copyright © Magento, Inc. All rights reserved. + * See COPYING.txt for license details. + */ +--> + +<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd"> + <test name="StorefrontApplyPromoCodeDuringCheckoutTest"> + <annotations> + <features value="OnePageCheckout"/> + <stories value="OnePageCheckout with Promo Code"/> + <title value="Storefront apply promo code during checkout test"/> + <description value="Apply promo code during checkout for physical product"/> + <severity value="CRITICAL"/> + <testCaseId value="MC-13212"/> + <group value="checkout"/> + </annotations> + <before> + <!-- Create simple product --> + <createData entity="SimpleProduct2" stepKey="createProduct"> + <field key="price">10.00</field> + </createData> + + <!-- Create cart price rule --> + <createData entity="ActiveSalesRuleForNotLoggedIn" stepKey="createCartPriceRule"/> + <createData entity="SimpleSalesRuleCoupon" stepKey="createCouponForCartPriceRule"> + <requiredEntity createDataKey="createCartPriceRule"/> + </createData> + </before> + <after> + <!-- Delete simple product --> + <deleteData createDataKey="createProduct" stepKey="deleteProduct"/> + + <!-- Delete sales rule --> + <deleteData createDataKey="createCartPriceRule" stepKey="deleteCartPriceRule"/> + + <!-- Admin log out --> + <actionGroup ref="logout" stepKey="logout"/> + </after> + + <!-- Go to Storefront as Guest and add simple product to cart --> + <actionGroup ref="AddSimpleProductToCart" stepKey="addProductToCart"> + <argument name="product" value="$$createProduct$$"/> + </actionGroup> + + <!-- Go to Checkout --> + <actionGroup ref="GoToCheckoutFromMinicartActionGroup" stepKey="goToCheckoutFromMinicart"/> + + <!-- Fill all required fields with valid data and select Flat Rate, price = 5, shipping --> + <actionGroup ref="GuestCheckoutFillingShippingSectionActionGroup" stepKey="guestCheckoutFillingShipping"> + <argument name="shippingMethod" value="Flat Rate"/> + </actionGroup> + + <!-- Click Apply Discount Code: section is expanded. Input promo code, apply and see success message --> + <actionGroup ref="StorefrontApplyDiscountCodeActionGroup" stepKey="applyCoupon"> + <argument name="discountCode" value="$$createCouponForCartPriceRule.code$$"/> + </actionGroup> + + <!-- Apply button is disappeared --> + <dontSeeElement selector="{{DiscountSection.ApplyCodeBtn}}" stepKey="dontSeeApplyButton"/> + + <!-- Cancel coupon button is appeared --> + <seeElement selector="{{DiscountSection.CancelCouponBtn}}" stepKey="seeCancelCouponButton"/> + + <!-- Order summary contains information about applied code --> + <seeElement selector="{{CheckoutPaymentSection.discount}}" stepKey="seeDiscountCouponInSummaryBlock"/> + <see selector="{{CheckoutPaymentSection.discountPrice}}" userInput="-$5.00" stepKey="seeDiscountPrice"/> + + <!-- Select payment solution --> + <actionGroup ref="CheckoutSelectCheckMoneyOrderPaymentActionGroup" stepKey="clickCheckMoneyOrderPayment"/> + + <!-- Place Order: order is successfully placed --> + <actionGroup ref="ClickPlaceOrderActionGroup" stepKey="clickPlaceOrder"/> + <grabTextFrom selector="{{CheckoutSuccessMainSection.orderNumber}}" stepKey="grabOrderNumber"/> + + <!-- Login as admin --> + <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/> + + <!-- Verify total on order page --> + <actionGroup ref="filterOrderGridById" stepKey="filterOrderById"> + <argument name="orderId" value="$grabOrderNumber"/> + </actionGroup> + <click selector="{{AdminOrdersGridSection.firstRow}}" stepKey="clickOrderRow"/> + <waitForPageLoad stepKey="waitForAdminOrderPageLoad"/> + <scrollTo selector="{{AdminOrderTotalSection.grandTotal}}" stepKey="scrollToOrderTotalSection"/> + <see selector="{{AdminOrderTotalSection.grandTotal}}" userInput="$$createProduct.price$$" stepKey="checkTotal"/> + </test> +</tests> diff --git a/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCheckCartAndSummaryBlockItemDisplayWithDefaultDisplayLimitationTest.xml b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCheckCartAndSummaryBlockItemDisplayWithDefaultDisplayLimitationTest.xml index 1f39cc67218a2..beb2d40f94cad 100644 --- a/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCheckCartAndSummaryBlockItemDisplayWithDefaultDisplayLimitationTest.xml +++ b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCheckCartAndSummaryBlockItemDisplayWithDefaultDisplayLimitationTest.xml @@ -19,6 +19,7 @@ <before> <magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/> + <magentoCLI command="config:set {{EnableFlatRateDefaultPriceConfigData.path}} {{EnableFlatRateDefaultPriceConfigData.value}}" stepKey="enableFlatRateDefaultPrice"/> <!--Create simple product--> <createData entity="SimpleProduct2" stepKey="simpleProduct1"> <field key="price">10.00</field> diff --git a/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCheckCartItemDisplayWhenMoreItemsAddedToTheCartThanDefaultDisplayLimitTest.xml b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCheckCartItemDisplayWhenMoreItemsAddedToTheCartThanDefaultDisplayLimitTest.xml index 9c78666fb01c4..09a5ce4c70373 100644 --- a/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCheckCartItemDisplayWhenMoreItemsAddedToTheCartThanDefaultDisplayLimitTest.xml +++ b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCheckCartItemDisplayWhenMoreItemsAddedToTheCartThanDefaultDisplayLimitTest.xml @@ -22,6 +22,7 @@ <before> <magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/> + <magentoCLI command="config:set {{EnableFlatRateDefaultPriceConfigData.path}} {{EnableFlatRateDefaultPriceConfigData.value}}" stepKey="enableFlatRateDefaultPrice"/> <!--Create simple product--> <createData entity="SimpleProduct2" stepKey="simpleProduct1"> <field key="price">10.00</field> diff --git a/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCheckSimpleProductCartItemDisplayWithDefaultLimitationTest.xml b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCheckSimpleProductCartItemDisplayWithDefaultLimitationTest.xml index c05469b282426..084c89312cc7e 100644 --- a/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCheckSimpleProductCartItemDisplayWithDefaultLimitationTest.xml +++ b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCheckSimpleProductCartItemDisplayWithDefaultLimitationTest.xml @@ -19,6 +19,7 @@ <before> <magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/> + <magentoCLI command="config:set {{EnableFlatRateDefaultPriceConfigData.path}} {{EnableFlatRateDefaultPriceConfigData.value}}" stepKey="enableFlatRateDefaultPrice"/> <!--Create simple product--> <createData entity="SimpleProduct2" stepKey="simpleProduct1"> <field key="price">10.00</field> diff --git a/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCustomerLoginDuringCheckoutTest.xml b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCustomerLoginDuringCheckoutTest.xml new file mode 100644 index 0000000000000..3a0ba2302a6dc --- /dev/null +++ b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCustomerLoginDuringCheckoutTest.xml @@ -0,0 +1,74 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + /** + * Copyright © Magento, Inc. All rights reserved. + * See COPYING.txt for license details. + */ +--> + +<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd"> + <test name="StorefrontCustomerLoginDuringCheckoutTest"> + <annotations> + <features value="OnePageCheckout"/> + <stories value="Customer Login during checkout"/> + <title value="Storefront customer login during checkout test"/> + <description value="Logging during checkout for customer without addresses in address book"/> + <severity value="CRITICAL"/> + <testCaseId value="MC-13097"/> + <group value="OnePageCheckout"/> + </annotations> + <before> + <!-- Create simple product --> + <createData entity="SimpleProduct2" stepKey="createProduct"/> + + <!-- Login as admin --> + <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/> + </before> + <after> + <!-- Delete simple product --> + <deleteData createDataKey="createProduct" stepKey="deleteProduct"/> + + <!-- Customer log out --> + <actionGroup ref="StorefrontCustomerLogoutActionGroup" stepKey="customerLogout"/> + + <!-- Delete customer --> + <actionGroup ref="AdminDeleteCustomerActionGroup" stepKey="deleteCustomer"> + <argument name="customerEmail" value="CustomerEntityOne.email"/> + </actionGroup> + + <!-- Logout admin --> + <actionGroup ref="logout" stepKey="logout"/> + </after> + <!-- Go to Storefront as Guest and create new account --> + <actionGroup ref="SignUpNewUserFromStorefrontActionGroup" stepKey="createNewCustomerAccount"/> + + <!-- Sign Out --> + <actionGroup ref="StorefrontCustomerLogoutActionGroup" stepKey="customerLogout"/> + + <!-- Add simple product to cart as Guest --> + <amOnPage url="{{StorefrontProductPage.url($$createProduct.custom_attributes[url_key]$$)}}" stepKey="goToProductPage"/> + <waitForPageLoad stepKey="waitForPageLoad"/> + <actionGroup ref="StorefrontAddProductToCartActionGroup" stepKey="cartAddSimpleProductToCart"> + <argument name="product" value="$$createProduct$$"/> + <argument name="productCount" value="1"/> + </actionGroup> + + <!-- Go to Checkout page --> + <actionGroup ref="clickViewAndEditCartFromMiniCart" stepKey="goToShoppingCartFromMinicart"/> + <click selector="{{CheckoutCartSummarySection.proceedToCheckout}}" stepKey="clickProceedToCheckout"/> + <waitForPageLoad stepKey="waitForProceedToCheckout"/> + + <!-- Input in field email and password for newly created customer; click Login button --> + <actionGroup ref="LoginAsCustomerOnCheckoutPageActionGroup" stepKey="customerLogin"> + <argument name="customer" value="CustomerEntityOne"/> + </actionGroup> + + <!-- Block with email is disappeared --> + <dontSeeElement selector="{{CheckoutShippingSection.email}}" stepKey="dontSeeEmailBlock"/> + + <!-- Shipping form is pre-filed with first name and last name --> + <seeInField selector="{{CheckoutShippingSection.firstName}}" userInput="{{CustomerEntityOne.firstname}}" stepKey="seeCustomerFirstNameInField"/> + <seeInField selector="{{CheckoutShippingSection.lastName}}" userInput="{{CustomerEntityOne.lastname}}" stepKey="seeCustomerLastNameInField"/> + </test> +</tests> diff --git a/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontDeleteBundleProductFromMiniShoppingCartTest.xml b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontDeleteBundleProductFromMiniShoppingCartTest.xml index e8843ed841b49..8f3ddbb27f62f 100644 --- a/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontDeleteBundleProductFromMiniShoppingCartTest.xml +++ b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontDeleteBundleProductFromMiniShoppingCartTest.xml @@ -21,6 +21,7 @@ <before> <actionGroup ref="LoginAsAdmin" stepKey="LoginAsAdmin"/> <magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/> + <magentoCLI command="config:set {{EnableFlatRateDefaultPriceConfigData.path}} {{EnableFlatRateDefaultPriceConfigData.value}}" stepKey="enableFlatRateDefaultPrice"/> <createData entity="SimpleSubCategory" stepKey="createSubCategory"/> <!--Create simple product--> <createData entity="SimpleProduct2" stepKey="simpleProduct1"> @@ -88,4 +89,4 @@ <actionGroup ref="assertMiniCartEmpty" stepKey="miniCartEnpty"/> <dontSee selector="{{StorefrontMinicartSection.productLinkByName($$createBundleProduct.name$$)}}" stepKey="verifyAssertProductAbsentInMiniShoppingCart"/> </test> -</tests> \ No newline at end of file +</tests> diff --git a/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontDeleteDownloadableProductFromMiniShoppingCartTest.xml b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontDeleteDownloadableProductFromMiniShoppingCartTest.xml index be74a080317ea..6a3f6ab4f7058 100644 --- a/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontDeleteDownloadableProductFromMiniShoppingCartTest.xml +++ b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontDeleteDownloadableProductFromMiniShoppingCartTest.xml @@ -21,6 +21,7 @@ <before> <actionGroup ref="LoginAsAdmin" stepKey="LoginAsAdmin"/> <magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/> + <magentoCLI command="config:set {{EnableFlatRateDefaultPriceConfigData.path}} {{EnableFlatRateDefaultPriceConfigData.value}}" stepKey="enableFlatRateDefaultPrice"/> <createData entity="ApiDownloadableProduct" stepKey="createDownloadableProduct"/> <createData entity="downloadableLink1" stepKey="addDownloadableLink1"> <requiredEntity createDataKey="createDownloadableProduct"/> @@ -70,4 +71,4 @@ <actionGroup ref="assertMiniCartEmpty" stepKey="miniCartEnpty"/> <dontSee selector="{{StorefrontMinicartSection.productLinkByName($$createDownloadableProduct.name$$)}}" stepKey="verifyAssertProductAbsentInMiniShoppingCart"/> </test> -</tests> \ No newline at end of file +</tests> diff --git a/app/code/Magento/Config/Test/Mftf/ActionGroup/AdminSaveConfigActionGroup.xml b/app/code/Magento/Config/Test/Mftf/ActionGroup/AdminSaveConfigActionGroup.xml new file mode 100644 index 0000000000000..6ed0cfe95cb94 --- /dev/null +++ b/app/code/Magento/Config/Test/Mftf/ActionGroup/AdminSaveConfigActionGroup.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + /** + * Copyright © Magento, Inc. All rights reserved. + * See COPYING.txt for license details. + */ +--> + +<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd"> + <actionGroup name="AdminSaveConfigActionGroup"> + <click selector="{{AdminConfigSection.saveButton}}" stepKey="clickSaveConfigBtn"/> + <waitForPageLoad stepKey="waitForPageLoad"/> + <see selector="{{AdminCategoryMessagesSection.SuccessMessage}}" userInput="You saved the configuration." stepKey="seeSuccessMessage"/> + </actionGroup> +</actionGroups> diff --git a/app/code/Magento/Customer/Test/Mftf/ActionGroup/SignUpNewUserFromStorefrontActionGroup.xml b/app/code/Magento/Customer/Test/Mftf/ActionGroup/SignUpNewUserFromStorefrontActionGroup.xml index 2e2b1892774c0..da01887133997 100644 --- a/app/code/Magento/Customer/Test/Mftf/ActionGroup/SignUpNewUserFromStorefrontActionGroup.xml +++ b/app/code/Magento/Customer/Test/Mftf/ActionGroup/SignUpNewUserFromStorefrontActionGroup.xml @@ -41,6 +41,18 @@ <click stepKey="clickCreateAccountButton" selector="{{StorefrontCustomerCreateFormSection.createAccountButton}}"/> <waitForPageLoad stepKey="waitForCreateAccountButtonToLoad" /> </actionGroup> + + <actionGroup name="StorefrontFillRegistrationFormActionGroup" extends="StorefrontCreateCustomerSignedUpNewsletterActionGroup"> + <remove keyForRemoval="checkSignUpForNewsletter"/> + <remove keyForRemoval="clickCreateAccountButton"/> + <remove keyForRemoval="waitForCreateAccountButtonToLoad"/> + </actionGroup> + + <actionGroup name="SaveRegistrationFormActionGroup"> + <click stepKey="clickCreateAccountButton" selector="{{StorefrontCustomerCreateFormSection.createAccountButton}}"/> + <waitForPageLoad stepKey="waitForCreateAccountButtonToLoad" /> + </actionGroup> + <actionGroup name="AssertSignedUpNewsletterActionGroup"> <arguments> <argument name="customer" defaultValue="CustomerEntityOne"/> diff --git a/app/code/Magento/Customer/Test/Mftf/Section/AdminCustomerAccountInformationSection.xml b/app/code/Magento/Customer/Test/Mftf/Section/AdminCustomerAccountInformationSection.xml index 06d4fef36585d..1de280ff4d114 100644 --- a/app/code/Magento/Customer/Test/Mftf/Section/AdminCustomerAccountInformationSection.xml +++ b/app/code/Magento/Customer/Test/Mftf/Section/AdminCustomerAccountInformationSection.xml @@ -33,5 +33,6 @@ <element name="emailRequiredMessage" type="text" selector="//input[@name='customer[email]']/../label[contains(.,'This is a required field.')]"/> <element name="customAttribute" type="select" selector="//select[contains(@name, 'customer[{{attribute_code}}]')]" parameterized="true"/> <element name="disabledGroup" type="text" selector="//div[@class='admin__action-group-wrap admin__action-multiselect-wrap action-select-wrap _disabled']"/> + <element name="attributeImage" type="block" selector="//div[contains(concat(' ',normalize-space(@class),' '),' file-uploader-preview ')]//img"/> </section> </sections> diff --git a/app/code/Magento/ImportExport/Test/Mftf/Test/AdminCheckDoubleImportOfProductsTest.xml b/app/code/Magento/ImportExport/Test/Mftf/Test/AdminCheckDoubleImportOfProductsTest.xml new file mode 100644 index 0000000000000..0f2dde99b9016 --- /dev/null +++ b/app/code/Magento/ImportExport/Test/Mftf/Test/AdminCheckDoubleImportOfProductsTest.xml @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + /** + * Copyright © Magento, Inc. All rights reserved. + * See COPYING.txt for license details. + */ +--> + +<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd"> + <test name="AdminCheckDoubleImportOfProductsTest"> + <annotations> + <description value="Checking double Import of products CSV file"/> + <stories value="Import Products"/> + <features value="Import/Export"/> + <title value="Admin check double import of products test"/> + <severity value="CRITICAL"/> + <testCaseId value="MC-6311"/> + <group value="importExport"/> + </annotations> + <before> + <!-- Login as admin --> + <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/> + + <!-- Create additional store views --> + <actionGroup ref="AdminCreateStoreViewActionGroup" stepKey="createFirstStoreView"> + <argument name="customStore" value="secondStoreView"/> + </actionGroup> + <actionGroup ref="AdminCreateStoreViewActionGroup" stepKey="createSecondStoreView"> + <argument name="customStore" value="thirdStoreView"/> + </actionGroup> + </before> + <after> + <!-- Delete all imported products --> + <actionGroup ref="AdminOpenProductIndexPageActionGroup" stepKey="openProductIndexPage"/> + <actionGroup ref="clearFiltersAdminDataGrid" stepKey="clearGridFilter"/> + <actionGroup ref="adminDataGridSelectPerPage" stepKey="selectNumberOfProductsPerPage"> + <argument name="perPage" value="100"/> + </actionGroup> + <actionGroup ref="deleteProductsIfTheyExist" stepKey="deleteAllProducts"/> + + <!-- Delete additional store views --> + <actionGroup ref="AdminDeleteStoreViewActionGroup" stepKey="deleteFirstStoreView"> + <argument name="customStore" value="secondStoreView"/> + </actionGroup> + <actionGroup ref="AdminDeleteStoreViewActionGroup" stepKey="deleteSecondStoreView"> + <argument name="customStore" value="thirdStoreView"/> + </actionGroup> + + <!-- Delete category --> + <actionGroup ref="DeleteCategory" stepKey="deleteCategory"> + <argument name="categoryEntity" value="Gear"/> + </actionGroup> + + <!-- Log out --> + <actionGroup ref="logout" stepKey="logout"/> + </after> + + <!-- Import products with add/update behavior --> + <actionGroup ref="AdminImportProductsActionGroup" stepKey="adminImportProductsFirstTime"> + <argument name="behavior" value="Add/Update"/> + <argument name="importFile" value="prepared-for-sample-data.csv"/> + <argument name="importMessage" value="Created: 100, Updated: 3, Deleted: 0"/> + </actionGroup> + + <!-- Import products with add/update behavior again --> + <actionGroup ref="AdminImportProductsActionGroup" stepKey="adminImportProductsSecondTime"> + <argument name="behavior" value="Add/Update"/> + <argument name="importFile" value="prepared-for-sample-data.csv"/> + <argument name="importMessage" value="Created: 0, Updated: 300, Deleted: 0"/> + </actionGroup> + </test> +</tests> diff --git a/app/code/Magento/Sales/Test/Mftf/Test/AdminCancelTheCreatedOrderWithBankTransferPaymentMethodTest.xml b/app/code/Magento/Sales/Test/Mftf/Test/AdminCancelTheCreatedOrderWithBankTransferPaymentMethodTest.xml index 9457e4400947e..74cf3e9dd6b7a 100644 --- a/app/code/Magento/Sales/Test/Mftf/Test/AdminCancelTheCreatedOrderWithBankTransferPaymentMethodTest.xml +++ b/app/code/Magento/Sales/Test/Mftf/Test/AdminCancelTheCreatedOrderWithBankTransferPaymentMethodTest.xml @@ -26,7 +26,7 @@ <magentoCLI command="config:set {{EnablePaymentBankTransferConfigData.path}} {{EnablePaymentBankTransferConfigData.value}}" stepKey="enableBankTransferPayment"/> <!--Set default flat rate shipping method settings--> - <createData entity="FlatRateShippingMethodDefault" stepKey="setDefaultFlatRateShippingMethod"/> + <magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/> <!--Create simple customer--> <createData entity="Simple_US_Customer_CA" stepKey="simpleCustomer"/> @@ -80,4 +80,4 @@ <waitForPageLoad stepKey="waitForOrderDetailsToLoad"/> <seeElement selector="{{StorefrontCustomerOrderViewSection.orderStatusInGrid('$orderId', 'Canceled')}}" stepKey="seeOrderStatusInGrid"/> </test> -</tests> \ No newline at end of file +</tests> diff --git a/app/code/Magento/Sales/Test/Mftf/Test/AdminCancelTheCreatedOrderWithCashOnDeliveryPaymentMethodTest.xml b/app/code/Magento/Sales/Test/Mftf/Test/AdminCancelTheCreatedOrderWithCashOnDeliveryPaymentMethodTest.xml index eeb6affec4fd5..a412adee939d2 100644 --- a/app/code/Magento/Sales/Test/Mftf/Test/AdminCancelTheCreatedOrderWithCashOnDeliveryPaymentMethodTest.xml +++ b/app/code/Magento/Sales/Test/Mftf/Test/AdminCancelTheCreatedOrderWithCashOnDeliveryPaymentMethodTest.xml @@ -26,7 +26,7 @@ <magentoCLI command="config:set {{EnableCashOnDeliveryConfigData.path}} {{EnableCashOnDeliveryConfigData.value}}" stepKey="enableCashOnDeliveryPayment"/> <!--Set default flat rate shipping method settings--> - <createData entity="FlatRateShippingMethodDefault" stepKey="setDefaultFlatRateShippingMethod"/> + <magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/> <!--Create simple customer--> <createData entity="Simple_US_Customer_CA" stepKey="simpleCustomer"/> @@ -80,4 +80,4 @@ <waitForPageLoad stepKey="waitForOrderDetailsToLoad"/> <seeElement selector="{{StorefrontCustomerOrderViewSection.orderStatusInGrid('$orderId', 'Canceled')}}" stepKey="seeOrderStatusInGrid"/> </test> -</tests> \ No newline at end of file +</tests> diff --git a/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/StorefrontApplyDiscountCodeActionGroup.xml b/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/StorefrontApplyDiscountCodeActionGroup.xml new file mode 100644 index 0000000000000..063409e9fc7ea --- /dev/null +++ b/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/StorefrontApplyDiscountCodeActionGroup.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + /** + * Copyright © Magento, Inc. All rights reserved. + * See COPYING.txt for license details. + */ +--> +<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd"> + <!-- Apply discount code during checkout --> + <actionGroup name="StorefrontApplyDiscountCodeActionGroup"> + <arguments> + <argument name="discountCode" type="string"/> + </arguments> + <click selector="{{DiscountSection.DiscountTab}}" stepKey="clickToAddDiscount"/> + <fillField selector="{{DiscountSection.DiscountInput}}" userInput="{{discountCode}}" stepKey="fillFieldDiscountCode"/> + <click selector="{{DiscountSection.ApplyCodeBtn}}" stepKey="clickToApplyDiscount"/> + <waitForPageLoad stepKey="waitForDiscountToBeAdded"/> + <see selector="{{DiscountSection.DiscountVerificationMsg}}" userInput="Your coupon was successfully applied" stepKey="assertDiscountApplyMessage"/> + </actionGroup> +</actionGroups> diff --git a/app/code/Magento/SalesRule/Test/Mftf/Section/DiscountSection.xml b/app/code/Magento/SalesRule/Test/Mftf/Section/DiscountSection.xml index 7e2ef0b512020..45dce325f3cb8 100644 --- a/app/code/Magento/SalesRule/Test/Mftf/Section/DiscountSection.xml +++ b/app/code/Magento/SalesRule/Test/Mftf/Section/DiscountSection.xml @@ -13,5 +13,7 @@ <element name="DiscountInput" type="input" selector="#discount-code"/> <element name="ApplyCodeBtn" type="button" selector="//span[text()='Apply Discount']"/> <element name="CancelCoupon" type="button" selector="//button[@value='Cancel Coupon']"/> + <element name="DiscountVerificationMsg" type="button" selector=".message-success div"/> + <element name="CancelCouponBtn" type="button" selector="#discount-form .action-cancel"/> </section> </sections> diff --git a/app/code/Magento/SalesRule/Test/Mftf/Test/AdminCreateCartPriceRuleAndVerifyRuleConditionAndFreeShippingIsAppliedTest.xml b/app/code/Magento/SalesRule/Test/Mftf/Test/AdminCreateCartPriceRuleAndVerifyRuleConditionAndFreeShippingIsAppliedTest.xml index f87b02d6ff04a..7798ccb726923 100644 --- a/app/code/Magento/SalesRule/Test/Mftf/Test/AdminCreateCartPriceRuleAndVerifyRuleConditionAndFreeShippingIsAppliedTest.xml +++ b/app/code/Magento/SalesRule/Test/Mftf/Test/AdminCreateCartPriceRuleAndVerifyRuleConditionAndFreeShippingIsAppliedTest.xml @@ -113,4 +113,4 @@ <see selector="{{CheckoutCartSummarySection.shipping}}" userInput="$0.00" stepKey="seeAssertFreeShippingConditionApplied"/> <see selector="{{CheckoutCartSummarySection.discountAmount}}" userInput="-$280.00" stepKey="seeAssertDiscountAmountAppliedForMatchingItemsConditionIsTrue"/> </test> -</tests> \ No newline at end of file +</tests> diff --git a/app/code/Magento/SalesRule/Test/Mftf/Test/AdminCreateCartPriceRuleAndVerifyRuleConditionIsNotAppliedTest.xml b/app/code/Magento/SalesRule/Test/Mftf/Test/AdminCreateCartPriceRuleAndVerifyRuleConditionIsNotAppliedTest.xml index 6941e95a60c74..a7886222ff0f3 100644 --- a/app/code/Magento/SalesRule/Test/Mftf/Test/AdminCreateCartPriceRuleAndVerifyRuleConditionIsNotAppliedTest.xml +++ b/app/code/Magento/SalesRule/Test/Mftf/Test/AdminCreateCartPriceRuleAndVerifyRuleConditionIsNotAppliedTest.xml @@ -22,15 +22,17 @@ </annotations> <before> - <actionGroup ref = "LoginAsAdmin" stepKey="loginAsAdmin"/> + <magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/> + <magentoCLI command="config:set {{EnableFlatRateDefaultPriceConfigData.path}} {{EnableFlatRateDefaultPriceConfigData.value}}" stepKey="enableFlatRateDefaultPrice"/> <createData entity="defaultSimpleProduct" stepKey="initialSimpleProduct"/> + <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/> </before> <after> <deleteData stepKey="deleteProduct" createDataKey="initialSimpleProduct"/> <actionGroup ref="DeleteCartPriceRuleByName" stepKey="deleteCreatedCartPriceRule"> <argument name="ruleName" value="{{CartPriceRuleConditionNotApplied.name}}"/> </actionGroup> - <actionGroup ref="logout" stepKey="logout"/> + <actionGroup ref="logout" stepKey="logoutAsAdmin"/> </after> <!--Create cart price rule as per data and verify AssertCartPriceRuleSuccessSaveMessage--> diff --git a/app/code/Magento/SalesRule/Test/Mftf/Test/AdminCreateCartPriceRuleWithMatchingCategoryAndVerifyRuleConditionIsAppliedTest.xml b/app/code/Magento/SalesRule/Test/Mftf/Test/AdminCreateCartPriceRuleWithMatchingCategoryAndVerifyRuleConditionIsAppliedTest.xml index 02ff63f0efb9f..c2d8388eb8327 100644 --- a/app/code/Magento/SalesRule/Test/Mftf/Test/AdminCreateCartPriceRuleWithMatchingCategoryAndVerifyRuleConditionIsAppliedTest.xml +++ b/app/code/Magento/SalesRule/Test/Mftf/Test/AdminCreateCartPriceRuleWithMatchingCategoryAndVerifyRuleConditionIsAppliedTest.xml @@ -124,4 +124,4 @@ </actionGroup> <see selector="{{CheckoutCartSummarySection.discountAmount}}" userInput="-$61.50" stepKey="seeAssertDiscountAmountAppliedForMatchingCategory"/> </test> -</tests> \ No newline at end of file +</tests> diff --git a/app/code/Magento/SalesRule/Test/Mftf/Test/AdminCreateCartPriceRuleWithMatchingTotalWeightAndVerifyRuleConditionIsAppliedTest.xml b/app/code/Magento/SalesRule/Test/Mftf/Test/AdminCreateCartPriceRuleWithMatchingTotalWeightAndVerifyRuleConditionIsAppliedTest.xml index 11088badb05e7..d48491fdd9f56 100644 --- a/app/code/Magento/SalesRule/Test/Mftf/Test/AdminCreateCartPriceRuleWithMatchingTotalWeightAndVerifyRuleConditionIsAppliedTest.xml +++ b/app/code/Magento/SalesRule/Test/Mftf/Test/AdminCreateCartPriceRuleWithMatchingTotalWeightAndVerifyRuleConditionIsAppliedTest.xml @@ -112,4 +112,4 @@ </actionGroup> <see selector="{{CheckoutCartSummarySection.discountAmount}}" userInput="-$280.00" stepKey="seeAssertDiscountAmountAppliedForWeightConditionIsTrue"/> </test> -</tests> \ No newline at end of file +</tests> diff --git a/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminChangeTableRatesShippingMethodStatusActionGroup.xml b/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminChangeTableRatesShippingMethodStatusActionGroup.xml new file mode 100644 index 0000000000000..e506ca3a7662f --- /dev/null +++ b/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminChangeTableRatesShippingMethodStatusActionGroup.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + /** + * Copyright © Magento, Inc. All rights reserved. + * See COPYING.txt for license details. + */ +--> + +<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd"> + <!-- Enable/Disable Table Rates shipping method --> + <actionGroup name="AdminChangeTableRatesShippingMethodStatusActionGroup"> + <arguments> + <argument name="status" type="string" defaultValue="1"/> + </arguments> + <conditionalClick selector="{{AdminShippingMethodTableRatesSection.carriersTableRateTab}}" dependentSelector="{{AdminShippingMethodTableRatesSection.carriersTableRateActive}}" visible="false" stepKey="expandTab"/> + <uncheckOption selector="{{AdminShippingMethodTableRatesSection.enabledUseSystemValue}}" stepKey="uncheckUseSystemValue"/> + <selectOption selector="{{AdminShippingMethodTableRatesSection.carriersTableRateActive}}" userInput="{{status}}" stepKey="changeTableRatesMethodStatus"/> + </actionGroup> +</actionGroups> diff --git a/app/code/Magento/Shipping/Test/Mftf/Data/TableRatesShippingMethodData.xml b/app/code/Magento/Shipping/Test/Mftf/Data/TableRatesShippingMethodData.xml new file mode 100644 index 0000000000000..47ef68cc9d765 --- /dev/null +++ b/app/code/Magento/Shipping/Test/Mftf/Data/TableRatesShippingMethodData.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + /** + * Copyright © Magento, Inc. All rights reserved. + * See COPYING.txt for license details. + */ +--> + +<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd"> + <!-- Prices from file "table_rate_30895.csv" --> + <entity name="TableRatesWeightVSDestination" type="shipping_method"> + <data key="condition">Weight vs. Destination</data> + <data key="priceCA">5.00</data> + <data key="price">10.00</data> + <data key="title">Best Way</data> + <data key="methodName">Table Rate</data> + </entity> +</entities> diff --git a/app/code/Magento/Shipping/Test/Mftf/Section/AdminShippingMethodTableRatesSection.xml b/app/code/Magento/Shipping/Test/Mftf/Section/AdminShippingMethodTableRatesSection.xml new file mode 100644 index 0000000000000..3c570201c9970 --- /dev/null +++ b/app/code/Magento/Shipping/Test/Mftf/Section/AdminShippingMethodTableRatesSection.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + /** + * Copyright © Magento, Inc. All rights reserved. + * See COPYING.txt for license details. + */ +--> + +<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd"> + <section name="AdminShippingMethodTableRatesSection"> + <element name="carriersTableRateTab" type="button" selector="#carriers_tablerate-head"/> + <element name="enabledUseSystemValue" type="checkbox" selector="#carriers_tablerate_active_inherit"/> + <element name="carriersTableRateActive" type="select" selector="#carriers_tablerate_active"/> + <element name="condition" type="select" selector="#carriers_tablerate_condition_name"/> + <element name="importFile" type="input" selector="#carriers_tablerate_import"/> + </section> +</sections> diff --git a/app/code/Magento/Shipping/Test/Mftf/Test/TableRatesShippingMethodForDifferentStatesTest.xml b/app/code/Magento/Shipping/Test/Mftf/Test/TableRatesShippingMethodForDifferentStatesTest.xml new file mode 100644 index 0000000000000..5721af7fdb71b --- /dev/null +++ b/app/code/Magento/Shipping/Test/Mftf/Test/TableRatesShippingMethodForDifferentStatesTest.xml @@ -0,0 +1,114 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + /** + * Copyright © Magento, Inc. All rights reserved. + * See COPYING.txt for license details. + */ +--> + +<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd"> + <test name="TableRatesShippingMethodForDifferentStatesTest"> + <annotations> + <features value="Shipping"/> + <stories value="Table Rates"/> + <title value="Table rates shipping method for different states test"/> + <description value="Checkout with Table Rates for different states of the USA"/> + <severity value="CRITICAL"/> + <testCaseId value="MC-13581"/> + <group value="shipping"/> + </annotations> + <before> + <!-- Create product --> + <createData entity="SimpleProduct2" stepKey="createProduct"/> + + <!-- Create customer --> + <createData entity="Simple_US_Customer_CA" stepKey="createCustomer"/> + + <!-- Login as admin --> + <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/> + </before> + <after> + <!-- Delete product --> + <deleteData createDataKey="createProduct" stepKey="deleteProduct"/> + + <!-- Delete customer --> + <deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/> + + <!-- Log out --> + <actionGroup ref="logout" stepKey="logout"/> + </after> + + <!-- Go to Stores > Configuration > Sales > Shipping Methods --> + <actionGroup ref="AdminOpenShippingMethodsConfigPageActionGroup" stepKey="openShippingMethodConfigPage"/> + + <!-- Switch to Website scope --> + <actionGroup ref="AdminSwitchWebsiteActionGroup" stepKey="AdminSwitchStoreView"> + <argument name="website" value="_defaultWebsite"/> + </actionGroup> + + <!-- Enable Table Rate method and save config --> + <actionGroup ref="AdminChangeTableRatesShippingMethodStatusActionGroup" stepKey="enableTableRatesShippingMethod"/> + <actionGroup ref="AdminSaveConfigActionGroup" stepKey="saveConfig"/> + + <!-- Make sure you have Condition Weight vs. Destination --> + <see selector="{{AdminShippingMethodTableRatesSection.condition}}" userInput="{{TableRatesWeightVSDestination.condition}}" stepKey="seeDefaultCondition"/> + + <!-- Import file and save config --> + <attachFile selector="{{AdminShippingMethodTableRatesSection.importFile}}" userInput="table_rate_30895.csv" stepKey="attachFileForImport"/> + <actionGroup ref="AdminSaveConfigActionGroup" stepKey="saveConfigs"/> + + <!-- Login as customer --> + <actionGroup ref="LoginToStorefrontActionGroup" stepKey="loginAsCustomer"> + <argument name="Customer" value="$$createCustomer$$"/> + </actionGroup> + + <!-- Add product to the shopping cart --> + <actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="openProductPage"> + <argument name="productUrlKey" value="$$createProduct.custom_attributes[url_key]$$"/> + </actionGroup> + <actionGroup ref="StorefrontAddProductToCartActionGroup" stepKey="addProductToCart"> + <argument name="product" value="$$createProduct$$"/> + <argument name="productCount" value="1"/> + </actionGroup> + + <!-- Open the shopping cart page --> + <actionGroup ref="StorefrontOpenCartFromMinicartActionGroup" stepKey="openShoppingCart"/> + + <!-- Expand Estimate Shipping and Tax section in Summary --> + <conditionalClick selector="{{CheckoutCartSummarySection.estimateShippingAndTax}}" dependentSelector="{{CheckoutCartSummarySection.country}}" visible="false" stepKey="expandEstimateShippingAndTax"/> + <waitForLoadingMaskToDisappear stepKey="waitForLoadingMask"/> + + <!-- See available Table Rate option --> + <actionGroup ref="StorefrontAssertShippingMethodPresentInCartActionGroup" stepKey="assertShippingMethodLabel"> + <argument name="shippingMethod" value="{{TableRatesWeightVSDestination.title}}"/> + </actionGroup> + <actionGroup ref="StorefrontAssertShippingMethodOptionPresentInCartActionGroup" stepKey="assertShippingMethodOption"> + <argument name="methodName" value="{{TableRatesWeightVSDestination.methodName}}"/> + <argument name="price" value="{{TableRatesWeightVSDestination.priceCA}}"/> + </actionGroup> + + <!-- Change State to New York --> + <selectOption selector="{{CheckoutCartSummarySection.stateProvince}}" userInput="{{US_Address_NY.state}}" stepKey="selectAnotherState"/> + <waitForPageLoad stepKey="waitForShippingMethodLoad"/> + + <!-- See available Table Rate option for another state --> + <actionGroup ref="StorefrontAssertShippingMethodPresentInCartActionGroup" stepKey="assertShippingMethodLabelForAnotherState"> + <argument name="shippingMethod" value="{{TableRatesWeightVSDestination.title}}"/> + </actionGroup> + <actionGroup ref="StorefrontAssertShippingMethodOptionPresentInCartActionGroup" stepKey="assertShippingMethodOptionForAnotherState"> + <argument name="methodName" value="{{TableRatesWeightVSDestination.methodName}}"/> + <argument name="price" value="{{TableRatesWeightVSDestination.price}}"/> + </actionGroup> + + <!-- Rollback config --> + <actionGroup ref="AdminOpenShippingMethodsConfigPageActionGroup" stepKey="openShippingMethodSystemConfigPage"/> + <actionGroup ref="AdminSwitchWebsiteActionGroup" stepKey="AdminSwitchStoreViewToMainWebsite"> + <argument name="website" value="_defaultWebsite"/> + </actionGroup> + <actionGroup ref="AdminChangeTableRatesShippingMethodStatusActionGroup" stepKey="disableTableRatesShippingMethod"> + <argument name="status" value="0"/> + </actionGroup> + <actionGroup ref="AdminSaveConfigActionGroup" stepKey="saveSystemConfig"/> + </test> +</tests> diff --git a/app/code/Magento/Store/Test/Mftf/Data/StoreData.xml b/app/code/Magento/Store/Test/Mftf/Data/StoreData.xml index f32b6dd83a2c6..1a1847bf38308 100644 --- a/app/code/Magento/Store/Test/Mftf/Data/StoreData.xml +++ b/app/code/Magento/Store/Test/Mftf/Data/StoreData.xml @@ -184,4 +184,14 @@ <data key="store_type">store</data> <data key="store_action">add</data> </entity> + + <!-- Store views from file "prepared-for-sample-data.csv"--> + <entity name="secondStoreView" type="store"> + <data key="name">second_storeview</data> + <data key="code">second_storeview</data> + </entity> + <entity name="thirdStoreView" type="store"> + <data key="name">third_store_view</data> + <data key="code">third_store_view</data> + </entity> </entities> \ No newline at end of file diff --git a/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminClickSearchInGridActionGroup.xml b/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminClickSearchInGridActionGroup.xml new file mode 100644 index 0000000000000..29e299115d223 --- /dev/null +++ b/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminClickSearchInGridActionGroup.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + /** + * Copyright © Magento, Inc. All rights reserved. + * See COPYING.txt for license details. + */ +--> + +<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd"> + <actionGroup name="AdminClickSearchInGridActionGroup"> + <click selector="{{AdminGridFilterControls.applyFilters}}" stepKey="clickSearch"/> + <waitForPageLoad stepKey="waitForSearchResult"/> + </actionGroup> +</actionGroups> diff --git a/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminFillInputFilterFieldActionGroup.xml b/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminFillInputFilterFieldActionGroup.xml new file mode 100644 index 0000000000000..cc63e5ac73069 --- /dev/null +++ b/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminFillInputFilterFieldActionGroup.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + /** + * Copyright © Magento, Inc. All rights reserved. + * See COPYING.txt for license details. + */ +--> + +<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd"> + <actionGroup name="AdminFillInputFilterFieldActionGroup"> + <arguments> + <argument name="filterInputName" type="string"/> + <argument name="filterValue" type="string"/> + </arguments> + <fillField selector="{{AdminDataGridFilterSection.inputFieldByNameAttrInGrid(filterInputName)}}" userInput="{{filterValue}}" stepKey="fillFilterInputField" /> + </actionGroup> +</actionGroups> diff --git a/app/code/Magento/Ui/Test/Mftf/Section/AdminDataGridFilterSection.xml b/app/code/Magento/Ui/Test/Mftf/Section/AdminDataGridFilterSection.xml index 6ae4ebafa0df1..ad8182c62ae68 100644 --- a/app/code/Magento/Ui/Test/Mftf/Section/AdminDataGridFilterSection.xml +++ b/app/code/Magento/Ui/Test/Mftf/Section/AdminDataGridFilterSection.xml @@ -12,6 +12,7 @@ <element name="filterForm" type="block" selector="[data-part='filter-form']" /> <element name="filterExpand" type="button" selector="//div[@class='admin__data-grid-header'][(not(ancestor::*[@class='sticky-header']) and not(contains(@style,'visibility: hidden'))) or (ancestor::*[@class='sticky-header' and not(contains(@style,'display: none'))])]//button[@data-action='grid-filter-expand']" /> <element name="inputFieldByNameAttr" type="input" selector="//*[@data-part='filter-form']//input[@name='{{inputNameAttr}}']" parameterized="true" /> + <element name="inputFieldByNameAttrInGrid" type="input" selector="//*[@data-role='filter-form']//input[@name='{{inputNameAttr}}']" parameterized="true"/> <element name="apply" type="button" selector="//*[@data-part='filter-form']//button[@data-action='grid-filter-apply']" /> <element name="clear" type="button" selector=".admin__data-grid-header [data-action='grid-filter-reset']" /> </section> diff --git a/composer.json b/composer.json index a1323796ed4df..80d357695eb57 100644 --- a/composer.json +++ b/composer.json @@ -86,7 +86,7 @@ "friendsofphp/php-cs-fixer": "~2.13.0", "lusitanian/oauth": "~0.8.10", "magento/magento-coding-standard": "~1.0.0", - "magento/magento2-functional-testing-framework": "~2.4.0", + "magento/magento2-functional-testing-framework": "~2.4.1", "pdepend/pdepend": "2.5.2", "phpmd/phpmd": "@stable", "phpunit/phpunit": "~6.5.0", diff --git a/composer.lock b/composer.lock index 5454994ca82db..2cdd7c80cf280 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "912e04a44c38c8918799bd01b828fba0", + "content-hash": "ddcaab80336d44c861e6763148e5f071", "packages": [ { "name": "braintree/braintree_php", @@ -2169,7 +2169,7 @@ }, { "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" + "email": "backendtea@gmail.com" } ], "description": "Symfony polyfill for ctype functions", @@ -6699,16 +6699,16 @@ }, { "name": "magento/magento2-functional-testing-framework", - "version": "2.4.0", + "version": "2.4.1", "source": { "type": "git", "url": "https://github.com/magento/magento2-functional-testing-framework.git", - "reference": "ef534dbcb3aeea68f9254dfd018165c546ad2edb" + "reference": "9b5de03fe069d4a36c911112c30b824ff4e80c3a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/magento/magento2-functional-testing-framework/zipball/ef534dbcb3aeea68f9254dfd018165c546ad2edb", - "reference": "ef534dbcb3aeea68f9254dfd018165c546ad2edb", + "url": "https://api.github.com/repos/magento/magento2-functional-testing-framework/zipball/9b5de03fe069d4a36c911112c30b824ff4e80c3a", + "reference": "9b5de03fe069d4a36c911112c30b824ff4e80c3a", "shasum": "" }, "require": { @@ -6768,10 +6768,10 @@ "magento", "testing" ], - "time": "2019-04-29T20:56:26+00:00" + "time": "2019-06-10T17:57:40+00:00" }, { - "name": "mikey179/vfsStream", + "name": "mikey179/vfsstream", "version": "v1.6.5", "source": { "type": "git", diff --git a/dev/tests/acceptance/tests/_data/prepared-for-sample-data.csv b/dev/tests/acceptance/tests/_data/prepared-for-sample-data.csv new file mode 100644 index 0000000000000..cb4f981717214 --- /dev/null +++ b/dev/tests/acceptance/tests/_data/prepared-for-sample-data.csv @@ -0,0 +1,499 @@ +sku,store_view_code,attribute_set_code,product_type,categories,product_websites,name,description,short_description,weight,product_online,tax_class_name,visibility,price,url_key,additional_attributes,qty,out_of_stock_qty,use_config_min_qty,is_qty_decimal,allow_backorders,use_config_backorders,min_cart_qty,use_config_min_sale_qty,max_cart_qty,use_config_max_sale_qty,is_in_stock,notify_on_stock_below,use_config_notify_stock_qty,manage_stock,use_config_manage_stock,use_config_qty_increments,qty_increments,use_config_enable_qty_inc,enable_qty_increments,is_decimal_divided,deferred_stock_update,use_config_deferred_stock_update,related_skus,upsell_skus,additional_images,custom_options,bundle_price_type,bundle_sku_type,bundle_price_view,bundle_weight_type,bundle_values,bundle_shipment_type,configurable_variations,configurable_variation_labels,associated_skus,brand,can_add_earmold,use_pcm,product_line,product_group,related_earmold_sku,warranty_product_type,extended_warranty_sku,show_default_warranty,show_extended_warranty,infor_product_class,infor_platform,local_private_label,infor_item_group,infor_serialized_item_group,infor_product_group,infor_sales_price_group,ignore_price_options,loss_and_damage_sku +10536515,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Extended Warranty 12 Months new,,,0.001,1,0,"Catalog, Search",133,10536515_Extended-Warranty-12-Months_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,Warranty,,NWY,,,,,,,,,,,, +10536515,second_storeview,Default,simple,,,Extended Warranty 12 Months,,,,,,"Catalog, Search",,10536515_Extended-Warranty-12-Months_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10536515,third_store_view,Default,simple,,,Extended Warranty 12 Months,,,,,,"Catalog, Search",,10536515_Extended-Warranty-12-Months_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10536516,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Extended Warranty 24 Months,,,0.001,1,0,"Catalog, Search",189,10536516_Extended-Warranty-24-Months_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,Warranty,,NWY,,,,,,,,,,,, +10536516,second_storeview,Default,simple,,,Extended Warranty 24 Months,,,,,,"Catalog, Search",,10536516_Extended-Warranty-24-Months_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10536516,third_store_view,Default,simple,,,Extended Warranty 24 Months,,,,,,"Catalog, Search",,10536516_Extended-Warranty-24-Months_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10240175,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,L&D CHARGE LEVEL 1,,,0.001,1,0,"Catalog, Search",150,10240175_LD-CHARGE-LEVEL-1_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,LossDamage,,S03,,,,,,,,,,,, +10240175,second_storeview,Default,simple,,,L&D CHARGE LEVEL 1,,,,,,"Catalog, Search",,10240175_LD-CHARGE-LEVEL-1_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10240175,third_store_view,Default,simple,,,L&D CHARGE LEVEL 1,,,,,,"Catalog, Search",,10240175_LD-CHARGE-LEVEL-1_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10240176,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,L&D CHARGE LEVEL 2,,,0.001,1,0,"Catalog, Search",220,10240176_LD-CHARGE-LEVEL-2_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,LossDamage,,S03,,,,,,,,,,,, +10240176,second_storeview,Default,simple,,,L&D CHARGE LEVEL 2,,,,,,"Catalog, Search",,10240176_LD-CHARGE-LEVEL-2_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10240176,third_store_view,Default,simple,,,L&D CHARGE LEVEL 2,,,,,,"Catalog, Search",,10240176_LD-CHARGE-LEVEL-2_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10825023,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,LICENSE CHARGES UNITY 3 REM,,,0.001,1,0,"Catalog, Search",1100,10825023_LICENSE-CHARGES-UNITY-3-REM_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,StockItem,,A99,,,,,,,,,,,, +10825023,second_storeview,Default,simple,,,LICENSE CHARGES UNITY 3 REM,,,,,,"Catalog, Search",,10825023_LICENSE-CHARGES-UNITY-3-REM_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10825023,third_store_view,Default,simple,,,LICENSE CHARGES UNITY 3 REM,,,,,,"Catalog, Search",,10825023_LICENSE-CHARGES-UNITY-3-REM_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10825024,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,LICENSE CHARGES UNITY 3 SM,,,0.001,1,0,"Catalog, Search",1100,10825024_LICENSE-CHARGES-UNITY-3-SM_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,StockItem,,A99,,,,,,,,,,,, +10825024,second_storeview,Default,simple,,,LICENSE CHARGES UNITY 3 SM,,,,,,"Catalog, Search",,10825024_LICENSE-CHARGES-UNITY-3-SM_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10825024,third_store_view,Default,simple,,,LICENSE CHARGES UNITY 3 SM,,,,,,"Catalog, Search",,10825024_LICENSE-CHARGES-UNITY-3-SM_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10825022,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,LICENSE CHARGES UNTIY 3 AUD,,,0.001,1,0,"Catalog, Search",1000,10825022_LICENSE-CHARGES-UNTIY-3-AUD_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,StockItem,,A99,,,,,,,,,,,, +10825022,second_storeview,Default,simple,,,LICENSE CHARGES UNTIY 3 AUD,,,,,,"Catalog, Search",,10825022_LICENSE-CHARGES-UNTIY-3-AUD_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10825022,third_store_view,Default,simple,,,LICENSE CHARGES UNTIY 3 AUD,,,,,,"Catalog, Search",,10825022_LICENSE-CHARGES-UNTIY-3-AUD_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10601877,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Concha Lock S 45db 10/PACK,,,0.015,1,0,"Catalog, Search",6,10601877_Concha-Lock-S-45db--10PACK_transparent_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,StockItem,,A99,,,,,,,,,,,, +10601877,second_storeview,Default,simple,,,Concha Lock S 45db 10/PACK,,,,,,"Catalog, Search",,10601877_Concha-Lock-S-45db--10PACK_transparent_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10601877,third_store_view,Default,simple,,,Concha Lock S 45db 10/PACK,,,,,,"Catalog, Search",,10601877_Concha-Lock-S-45db--10PACK_transparent_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10674949,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Otoform A SoftX,,Otoform softX Deep fit (8 refill w/o tips),500,1,0,"Catalog, Search",49,10674949_Otoform-A-SoftX_pink_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,StockItem,,S03,,,,,,,,,,,, +10674949,second_storeview,Default,simple,,,Otoform A SoftX,,Otoform softX Deep fit (8 refill w/o tips),,,,"Catalog, Search",,10674949_Otoform-A-SoftX_pink_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10674949,third_store_view,Default,simple,,,Otoform A SoftX,,Otoform softX Deep fit (8 refill w/o tips),,,,"Catalog, Search",,10674949_Otoform-A-SoftX_pink_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +7212678,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,EARHOOK SMALL H2030,,,0.35,1,0,"Catalog, Search",6,107212678_EARHOOK-SMALL-H2030_transparent_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,StockItem,,S01,,,,,,,,,,,, +7212678,second_storeview,Default,simple,,,EARHOOK SMALL H2030,,,,,,"Catalog, Search",,207212678_EARHOOK-SMALL-H2030_transparent_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +7212678,third_store_view,Default,simple,,,EARHOOK SMALL H2030,,,,,,"Catalog, Search",,307212678_EARHOOK-SMALL-H2030_transparent_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10296987,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Refill Open Tip 4MM,,10 pieces per Package,0.5,1,0,"Catalog, Search",10,110296987_Refill-Open-Tip-4MM_Open_4_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,StockItem,,A13,,,,,,,,,,,, +10296987,second_storeview,Default,simple,,,Refill Open Tip 4MM,,10 pieces per Package,,,,"Catalog, Search",,10296987_Refill-Open-Tip-4MM_Open_4_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10296987,third_store_view,Default,simple,,,Refill Open Tip 4MM,,10 pieces per Package,,,,"Catalog, Search",,10296987_Refill-Open-Tip-4MM_Open_4_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10297179,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,HiPro 2 USB PC Interface,,,230,1,0,"Catalog, Search",1100,10297179_HiPro-2-USB-PC-Interface_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,StockItem,,A05,,,,,,,,,,,, +10297179,second_storeview,Default,simple,,,HiPro 2 USB PC Interface,,,,,,"Catalog, Search",,10297179_HiPro-2-USB-PC-Interface_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10297179,third_store_view,Default,simple,,,HiPro 2 USB PC Interface,,,,,,"Catalog, Search",,10297179_HiPro-2-USB-PC-Interface_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10667517,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,ERU HP-Receiver,,,15,1,0,"Catalog, Search",108,10667517_ERU-HP-Receiver_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,ERU,,ITE,,,,,,,,,,,, +10667517,second_storeview,Default,simple,,,ERU HP-Receiver,,,,,,"Catalog, Search",,10667517_ERU-HP-Receiver_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10667517,third_store_view,Default,simple,,,ERU HP-Receiver,,,,,,"Catalog, Search",,10667517_ERU-HP-Receiver_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10942148,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SP 7 px Beige,,"Fits severe to profound hearing loss +small and reliable desiged BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2199,10942148_Motion-SP-7-px-Beige_beige_675_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10942148,second_storeview,Default,simple,,,Motion SP 7 px Beige,,"Fits severe to profound hearing loss +small and reliable desiged BTE with advanced primax Technology",,,,"Catalog, Search",,10942148_Motion-SP-7-px-Beige_beige_675_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10942148,third_store_view,Default,simple,,,Motion SP 7 px Beige,,"Fits severe to profound hearing loss +small and reliable desiged BTE with advanced primax Technology",,,,"Catalog, Search",,10942148_Motion-SP-7-px-Beige_beige_675_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934914,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SX 7 px Silver,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934914_Motion-SX-7-px-Silver_silver_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934914,second_storeview,Default,simple,,,Motion SX 7 px Silver,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10934914_Motion-SX-7-px-Silver_silver_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934914,third_store_view,Default,simple,,,Motion SX 7 px Silver,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10934914_Motion-SX-7-px-Silver_silver_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934639,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion P 7 px Silver,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934639_Motion-P-7-px-Silver_silver_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934639,second_storeview,Default,simple,,,Motion P 7 px Silver,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934639_Motion-P-7-px-Silver_silver_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934639,third_store_view,Default,simple,,,Motion P 7 px Silver,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934639_Motion-P-7-px-Silver_silver_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10942709,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SP 7 px Dark Granite,,"Fits severe to profound hearing loss +small and reliable desiged BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2199,10942709_Motion-SP-7-px-Dark-Granite_dark-granite_675_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10942709,second_storeview,Default,simple,,,Motion SP 7 px Dark Granite,,"Fits severe to profound hearing loss +small and reliable desiged BTE with advanced primax Technology",,,,"Catalog, Search",,10942709_Motion-SP-7-px-Dark-Granite_dark-granite_675_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10942709,third_store_view,Default,simple,,,Motion SP 7 px Dark Granite,,"Fits severe to profound hearing loss +small and reliable desiged BTE with advanced primax Technology",,,,"Catalog, Search",,10942709_Motion-SP-7-px-Dark-Granite_dark-granite_675_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10942710,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SP 7 px Grey,,"Fits severe to profound hearing loss +small and reliable desiged BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2199,10942710_Motion-SP-7-px-Grey_grey_675_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10942710,second_storeview,Default,simple,,,Motion SP 7 px Grey,,"Fits severe to profound hearing loss +small and reliable desiged BTE with advanced primax Technology",,,,"Catalog, Search",,10942710_Motion-SP-7-px-Grey_grey_675_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10942710,third_store_view,Default,simple,,,Motion SP 7 px Grey,,"Fits severe to profound hearing loss +small and reliable desiged BTE with advanced primax Technology",,,,"Catalog, Search",,10942710_Motion-SP-7-px-Grey_grey_675_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10942711,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SP 7 px Black,,"Fits severe to profound hearing loss +small and reliable desiged BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2199,10942711_Motion-SP-7-px-Black_black_675_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10942711,second_storeview,Default,simple,,,Motion SP 7 px Black,,"Fits severe to profound hearing loss +small and reliable desiged BTE with advanced primax Technology",,,,"Catalog, Search",,10942711_Motion-SP-7-px-Black_black_675_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10942711,third_store_view,Default,simple,,,Motion SP 7 px Black,,"Fits severe to profound hearing loss +small and reliable desiged BTE with advanced primax Technology",,,,"Catalog, Search",,10942711_Motion-SP-7-px-Black_black_675_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10942712,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SP 7 px Dark Brown,,"Fits severe to profound hearing loss +small and reliable desiged BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2199,10942712_Motion-SP-7-px-Dark-Brown_dark-brown_675_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10942712,second_storeview,Default,simple,,,Motion SP 7 px Dark Brown,,"Fits severe to profound hearing loss +small and reliable desiged BTE with advanced primax Technology",,,,"Catalog, Search",,10942712_Motion-SP-7-px-Dark-Brown_dark-brown_675_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10942712,third_store_view,Default,simple,,,Motion SP 7 px Dark Brown,,"Fits severe to profound hearing loss +small and reliable desiged BTE with advanced primax Technology",,,,"Catalog, Search",,10942712_Motion-SP-7-px-Dark-Brown_dark-brown_675_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10942713,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SP 7 px Granite,,"Fits severe to profound hearing loss +small and reliable desiged BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2199,10942713_Motion-SP-7-px-Granite_granite_675_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10942713,second_storeview,Default,simple,,,Motion SP 7 px Granite,,"Fits severe to profound hearing loss +small and reliable desiged BTE with advanced primax Technology",,,,"Catalog, Search",,10942713_Motion-SP-7-px-Granite_granite_675_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10942713,third_store_view,Default,simple,,,Motion SP 7 px Granite,,"Fits severe to profound hearing loss +small and reliable desiged BTE with advanced primax Technology",,,,"Catalog, Search",,10942713_Motion-SP-7-px-Granite_granite_675_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10936002,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SX 7 px Deep Red,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10936002_Motion-SX-7-px-Deep-Red_deep-red_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10936002,second_storeview,Default,simple,,,Motion SX 7 px Deep Red,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10936002_Motion-SX-7-px-Deep-Red_deep-red_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10936002,third_store_view,Default,simple,,,Motion SX 7 px Deep Red,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10936002_Motion-SX-7-px-Deep-Red_deep-red_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934904,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SX 7 px Black,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934904_Motion-SX-7-px-Black_black_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934904,second_storeview,Default,simple,,,Motion SX 7 px Black,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10934904_Motion-SX-7-px-Black_black_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934904,third_store_view,Default,simple,,,Motion SX 7 px Black,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10934904_Motion-SX-7-px-Black_black_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934905,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SX 7 px Brown,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934905_Motion-SX-7-px-Brown_brown_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934905,second_storeview,Default,simple,,,Motion SX 7 px Brown,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10934905_Motion-SX-7-px-Brown_brown_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934905,third_store_view,Default,simple,,,Motion SX 7 px Brown,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10934905_Motion-SX-7-px-Brown_brown_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934906,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SX 7 px Dark Granite,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934906_Motion-SX-7-px-Dark-Granite_dark-granite_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934906,second_storeview,Default,simple,,,Motion SX 7 px Dark Granite,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10934906_Motion-SX-7-px-Dark-Granite_dark-granite_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934906,third_store_view,Default,simple,,,Motion SX 7 px Dark Granite,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10934906_Motion-SX-7-px-Dark-Granite_dark-granite_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934909,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SX 7 px Granite,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934909_Motion-SX-7-px-Granite_granite_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934909,second_storeview,Default,simple,,,Motion SX 7 px Granite,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10934909_Motion-SX-7-px-Granite_granite_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934909,third_store_view,Default,simple,,,Motion SX 7 px Granite,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10934909_Motion-SX-7-px-Granite_granite_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934908,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SX 7 px Golden Blonde,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934908_Motion-SX-7-px-Golden-Blonde_golden-blonde_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934908,second_storeview,Default,simple,,,Motion SX 7 px Golden Blonde,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10934908_Motion-SX-7-px-Golden-Blonde_golden-blonde_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934908,third_store_view,Default,simple,,,Motion SX 7 px Golden Blonde,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10934908_Motion-SX-7-px-Golden-Blonde_golden-blonde_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934915,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SX 7 px Spirit,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934915_Motion-SX-7-px-Spirit_spirit_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934915,second_storeview,Default,simple,,,Motion SX 7 px Spirit,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10934915_Motion-SX-7-px-Spirit_spirit_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934915,third_store_view,Default,simple,,,Motion SX 7 px Spirit,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10934915_Motion-SX-7-px-Spirit_spirit_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934903,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SX 7 px Beige,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934903_Motion-SX-7-px-Beige_beige_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934903,second_storeview,Default,simple,,,Motion SX 7 px Beige,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10934903_Motion-SX-7-px-Beige_beige_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934903,third_store_view,Default,simple,,,Motion SX 7 px Beige,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10934903_Motion-SX-7-px-Beige_beige_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934910,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SX 7 px Grey,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934910_Motion-SX-7-px-Grey_grey_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934910,second_storeview,Default,simple,,,Motion SX 7 px Grey,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10934910_Motion-SX-7-px-Grey_grey_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934910,third_store_view,Default,simple,,,Motion SX 7 px Grey,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10934910_Motion-SX-7-px-Grey_grey_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934911,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SX 7 px Elegance,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934911_Motion-SX-7-px-Elegance_elegance_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934911,second_storeview,Default,simple,,,Motion SX 7 px Elegance,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10934911_Motion-SX-7-px-Elegance_elegance_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934911,third_store_view,Default,simple,,,Motion SX 7 px Elegance,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10934911_Motion-SX-7-px-Elegance_elegance_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934913,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SX 7 px Sandy Brown,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934913_Motion-SX-7-px-Sandy-Brown_dark-blonde_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934913,second_storeview,Default,simple,,,Motion SX 7 px Sandy Brown,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10934913_Motion-SX-7-px-Sandy-Brown_dark-blonde_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934913,third_store_view,Default,simple,,,Motion SX 7 px Sandy Brown,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10934913_Motion-SX-7-px-Sandy-Brown_dark-blonde_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934375,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion P 7 px Beige,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934375_Motion-P-7-px-Beige_beige_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934375,second_storeview,Default,simple,,,Motion P 7 px Beige,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934375_Motion-P-7-px-Beige_beige_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934375,third_store_view,Default,simple,,,Motion P 7 px Beige,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934375_Motion-P-7-px-Beige_beige_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934912,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SX 7 px Pearl White,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934912_Motion-SX-7-px-Pearl-White_pearl-white_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934912,second_storeview,Default,simple,,,Motion SX 7 px Pearl White,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10934912_Motion-SX-7-px-Pearl-White_pearl-white_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934912,third_store_view,Default,simple,,,Motion SX 7 px Pearl White,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10934912_Motion-SX-7-px-Pearl-White_pearl-white_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934622,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SA 7 px Pearl White,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934622_Motion-SA-7-px-Pearl-White_pearl-white_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934622,second_storeview,Default,simple,,,Motion SA 7 px Pearl White,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934622_Motion-SA-7-px-Pearl-White_pearl-white_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934622,third_store_view,Default,simple,,,Motion SA 7 px Pearl White,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934622_Motion-SA-7-px-Pearl-White_pearl-white_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934907,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SX 7 px Dark Champagne,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934907_Motion-SX-7-px-Dark-Champagne_dark-champagner_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934907,second_storeview,Default,simple,,,Motion SX 7 px Dark Champagne,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10934907_Motion-SX-7-px-Dark-Champagne_dark-champagner_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934907,third_store_view,Default,simple,,,Motion SX 7 px Dark Champagne,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10934907_Motion-SX-7-px-Dark-Champagne_dark-champagner_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10296988,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Refill Open Tip 6MM,,10 pieces per Package,0.5,1,0,"Catalog, Search",10,10296988_Refill-Open-Tip-6MM_Open_6_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,StockItem,,A13,,,,,,,,,,,, +10296988,second_storeview,Default,simple,,,Refill Open Tip 6MM,,10 pieces per Package,,,,"Catalog, Search",,10296988_Refill-Open-Tip-6MM_Open_6_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10296988,third_store_view,Default,simple,,,Refill Open Tip 6MM,,10 pieces per Package,,,,"Catalog, Search",,10296988_Refill-Open-Tip-6MM_Open_6_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10296989,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Refill Open Tip 8MM,,10 pieces per Package,0.5,1,0,"Catalog, Search",10,10296989_Refill-Open-Tip--8MM_Open_8_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,StockItem,,A13,,,,,,,,,,,, +10296989,second_storeview,Default,simple,,,Refill Open Tip 8MM,,10 pieces per Package,,,,"Catalog, Search",,10296989_Refill-Open-Tip--8MM_Open_8_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10296989,third_store_view,Default,simple,,,Refill Open Tip 8MM,,10 pieces per Package,,,,"Catalog, Search",,10296989_Refill-Open-Tip--8MM_Open_8_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934631,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion P 7 px Dark Granite,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934631_Motion-P-7-px-Dark-Granite_dark-granite_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934631,second_storeview,Default,simple,,,Motion P 7 px Dark Granite,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934631_Motion-P-7-px-Dark-Granite_dark-granite_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934631,third_store_view,Default,simple,,,Motion P 7 px Dark Granite,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934631_Motion-P-7-px-Dark-Granite_dark-granite_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934632,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion P 7 px Dark Champagne,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934632_Motion-P-7-px-Dark-Champagne_dark-champagner_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934632,second_storeview,Default,simple,,,Motion P 7 px Dark Champagne,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934632_Motion-P-7-px-Dark-Champagne_dark-champagner_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934632,third_store_view,Default,simple,,,Motion P 7 px Dark Champagne,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934632_Motion-P-7-px-Dark-Champagne_dark-champagner_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934633,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion P 7 px Golden Blonde,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934633_Motion-P-7-px-Golden-Blonde_golden-blonde_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934633,second_storeview,Default,simple,,,Motion P 7 px Golden Blonde,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934633_Motion-P-7-px-Golden-Blonde_golden-blonde_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934633,third_store_view,Default,simple,,,Motion P 7 px Golden Blonde,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934633_Motion-P-7-px-Golden-Blonde_golden-blonde_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934634,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion P 7 px Galactic Blue,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934634_Motion-P-7-px-Galactic-Blue_galactic-blue_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934634,second_storeview,Default,simple,,,Motion P 7 px Galactic Blue,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934634_Motion-P-7-px-Galactic-Blue_galactic-blue_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934634,third_store_view,Default,simple,,,Motion P 7 px Galactic Blue,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934634_Motion-P-7-px-Galactic-Blue_galactic-blue_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934635,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion P 7 px Granite,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934635_Motion-P-7-px-Granite_granite_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934635,second_storeview,Default,simple,,,Motion P 7 px Granite,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934635_Motion-P-7-px-Granite_granite_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934635,third_store_view,Default,simple,,,Motion P 7 px Granite,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934635_Motion-P-7-px-Granite_granite_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934636,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion P 7 px Grey,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934636_Motion-P-7-px-Grey_grey_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934636,second_storeview,Default,simple,,,Motion P 7 px Grey,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934636_Motion-P-7-px-Grey_grey_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934636,third_store_view,Default,simple,,,Motion P 7 px Grey,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934636_Motion-P-7-px-Grey_grey_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934638,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion P 7 px Sandy Brown,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934638_Motion-P-7-px-Sandy-Brown_dark-blonde_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934638,second_storeview,Default,simple,,,Motion P 7 px Sandy Brown,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934638_Motion-P-7-px-Sandy-Brown_dark-blonde_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934638,third_store_view,Default,simple,,,Motion P 7 px Sandy Brown,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934638_Motion-P-7-px-Sandy-Brown_dark-blonde_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934624,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SA 7 px Silver,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934624_Motion-SA-7-px-Silver_silver_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934624,second_storeview,Default,simple,,,Motion SA 7 px Silver,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934624_Motion-SA-7-px-Silver_silver_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934624,third_store_view,Default,simple,,,Motion SA 7 px Silver,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934624_Motion-SA-7-px-Silver_silver_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10939410,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion P 7 px Deep Red,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10939410_Motion-P-7-px-Deep-Red_deep-red_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10939410,second_storeview,Default,simple,,,Motion P 7 px Deep Red,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10939410_Motion-P-7-px-Deep-Red_deep-red_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10939410,third_store_view,Default,simple,,,Motion P 7 px Deep Red,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10939410_Motion-P-7-px-Deep-Red_deep-red_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934581,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion P 7 px Black,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934581_Motion-P-7-px-Black_black_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934581,second_storeview,Default,simple,,,Motion P 7 px Black,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934581_Motion-P-7-px-Black_black_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934581,third_store_view,Default,simple,,,Motion P 7 px Black,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934581_Motion-P-7-px-Black_black_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934582,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion P 7 px Brown,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934582_Motion-P-7-px-Brown_brown_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934582,second_storeview,Default,simple,,,Motion P 7 px Brown,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934582_Motion-P-7-px-Brown_brown_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934582,third_store_view,Default,simple,,,Motion P 7 px Brown,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934582_Motion-P-7-px-Brown_brown_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934585,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion P 7 px Candy Pink,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934585_Motion-P-7-px-Candy-Pink_candy-pink_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934585,second_storeview,Default,simple,,,Motion P 7 px Candy Pink,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934585_Motion-P-7-px-Candy-Pink_candy-pink_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934585,third_store_view,Default,simple,,,Motion P 7 px Candy Pink,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934585_Motion-P-7-px-Candy-Pink_candy-pink_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934637,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion P 7 px Pearl White,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934637_Motion-P-7-px-Pearl-White_pearl-white_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934637,second_storeview,Default,simple,,,Motion P 7 px Pearl White,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934637_Motion-P-7-px-Pearl-White_pearl-white_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934637,third_store_view,Default,simple,,,Motion P 7 px Pearl White,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934637_Motion-P-7-px-Pearl-White_pearl-white_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934611,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SA 7 px Beige,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934611_Motion-SA-7-px-Beige_beige_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934611,second_storeview,Default,simple,,,Motion SA 7 px Beige,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934611_Motion-SA-7-px-Beige_beige_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934611,third_store_view,Default,simple,,,Motion SA 7 px Beige,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934611_Motion-SA-7-px-Beige_beige_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934612,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SA 7 px Black,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934612_Motion-SA-7-px-Black_black_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934612,second_storeview,Default,simple,,,Motion SA 7 px Black,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934612_Motion-SA-7-px-Black_black_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934612,third_store_view,Default,simple,,,Motion SA 7 px Black,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934612_Motion-SA-7-px-Black_black_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934613,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SA 7 px Brown,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934613_Motion-SA-7-px-Brown_brown_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934613,second_storeview,Default,simple,,,Motion SA 7 px Brown,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934613_Motion-SA-7-px-Brown_brown_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934613,third_store_view,Default,simple,,,Motion SA 7 px Brown,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934613_Motion-SA-7-px-Brown_brown_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934614,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SA 7 px Candy Pink,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934614_Motion-SA-7-px-Candy-Pink_candy-pink_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934614,second_storeview,Default,simple,,,Motion SA 7 px Candy Pink,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934614_Motion-SA-7-px-Candy-Pink_candy-pink_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934614,third_store_view,Default,simple,,,Motion SA 7 px Candy Pink,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934614_Motion-SA-7-px-Candy-Pink_candy-pink_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934615,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SA 7 px Dark Granite,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934615_Motion-SA-7-px-Dark-Granite_dark-granite_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934615,second_storeview,Default,simple,,,Motion SA 7 px Dark Granite,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934615_Motion-SA-7-px-Dark-Granite_dark-granite_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934615,third_store_view,Default,simple,,,Motion SA 7 px Dark Granite,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934615_Motion-SA-7-px-Dark-Granite_dark-granite_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934616,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SA 7 px Dark Champagne,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934616_Motion-SA-7-px-Dark-Champagne_dark-champagner_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934616,second_storeview,Default,simple,,,Motion SA 7 px Dark Champagne,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934616_Motion-SA-7-px-Dark-Champagne_dark-champagner_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934616,third_store_view,Default,simple,,,Motion SA 7 px Dark Champagne,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934616_Motion-SA-7-px-Dark-Champagne_dark-champagner_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934617,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SA 7 px Golden Blonde,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",50,1,0,"Catalog, Search",2149,10934617_Motion-SA-7-px-Golden-Blonde_golden-blonde_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934617,second_storeview,Default,simple,,,Motion SA 7 px Golden Blonde,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934617_Motion-SA-7-px-Golden-Blonde_golden-blonde_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934617,third_store_view,Default,simple,,,Motion SA 7 px Golden Blonde,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934617_Motion-SA-7-px-Golden-Blonde_golden-blonde_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934618,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SA 7 px Galactic Blue,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934618_Motion-SA-7-px-Galactic-Blue_galactic-blue_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934618,second_storeview,Default,simple,,,Motion SA 7 px Galactic Blue,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934618_Motion-SA-7-px-Galactic-Blue_galactic-blue_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934618,third_store_view,Default,simple,,,Motion SA 7 px Galactic Blue,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934618_Motion-SA-7-px-Galactic-Blue_galactic-blue_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934619,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SA 7 px Granite,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934619_Motion-SA-7-px-Granite_granite_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934619,second_storeview,Default,simple,,,Motion SA 7 px Granite,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934619_Motion-SA-7-px-Granite_granite_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934619,third_store_view,Default,simple,,,Motion SA 7 px Granite,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934619_Motion-SA-7-px-Granite_granite_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934620,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SA 7 px Grey,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934620_Motion-SA-7-px-Grey_grey_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934620,second_storeview,Default,simple,,,Motion SA 7 px Grey,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934620_Motion-SA-7-px-Grey_grey_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934620,third_store_view,Default,simple,,,Motion SA 7 px Grey,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934620_Motion-SA-7-px-Grey_grey_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10936009,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SA 7 px Deep Red,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10936009_Motion-SA-7-px-Deep-Red_deep-red_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10936009,second_storeview,Default,simple,,,Motion SA 7 px Deep Red,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10936009_Motion-SA-7-px-Deep-Red_deep-red_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10936009,third_store_view,Default,simple,,,Motion SA 7 px Deep Red,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10936009_Motion-SA-7-px-Deep-Red_deep-red_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934625,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SA 7 px Spirit,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934625_Motion-SA-7-px-Spirit_spirit_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934625,second_storeview,Default,simple,,,Motion SA 7 px Spirit,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934625_Motion-SA-7-px-Spirit_spirit_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934625,third_store_view,Default,simple,,,Motion SA 7 px Spirit,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934625_Motion-SA-7-px-Spirit_spirit_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934623,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SA 7 px Dark Blonde,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934623_Motion-SA-7-px-Dark-Blonde_dark-blonde_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934623,second_storeview,Default,simple,,,Motion SA 7 px Dark Blonde,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934623_Motion-SA-7-px-Dark-Blonde_dark-blonde_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934623,third_store_view,Default,simple,,,Motion SA 7 px Dark Blonde,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934623_Motion-SA-7-px-Dark-Blonde_dark-blonde_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934621,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SA 7 px Elegance,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",2149,10934621_Motion-SA-7-px-Elegance_elegance_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934621,second_storeview,Default,simple,,,Motion SA 7 px Elegance,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934621_Motion-SA-7-px-Elegance_elegance_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934621,third_store_view,Default,simple,,,Motion SA 7 px Elegance,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934621_Motion-SA-7-px-Elegance_elegance_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10296990,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Refill Open Tip 10MM,,10 pieces per Package,0.5,1,0,"Catalog, Search",10,10296990_Refill-Open-Tip-10MM_Open_10_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,StockItem,,A13,,,,,,,,,,,, +10296990,second_storeview,Default,simple,,,Refill Open Tip 10MM,,10 pieces per Package,,,,"Catalog, Search",,10296990_Refill-Open-Tip-10MM_Open_10_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10296990,third_store_view,Default,simple,,,Refill Open Tip 10MM,,10 pieces per Package,,,,"Catalog, Search",,10296990_Refill-Open-Tip-10MM_Open_10_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10828292,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Thin Tubes Size 1R,,,1,1,0,"Catalog, Search",10,10828292_Thin-Tubes-Size-1R_Right_1_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,StockItem,,A13,,,,,,,,,,,, +10828292,second_storeview,Default,simple,,,Thin Tubes Size 1R,,,,,,"Catalog, Search",,10828292_Thin-Tubes-Size-1R_Right_1_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10828292,third_store_view,Default,simple,,,Thin Tubes Size 1R,,,,,,"Catalog, Search",,10828292_Thin-Tubes-Size-1R_Right_1_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10828294,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Thin Tubes Size 2R,,,1,1,0,"Catalog, Search",10,10828294_Thin-Tubes-Size-2R_Right_2_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,StockItem,,A13,,,,,,,,,,,, +10828294,second_storeview,Default,simple,,,Thin Tubes Size 2R,,,,,,"Catalog, Search",,10828294_Thin-Tubes-Size-2R_Right_2_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10828294,third_store_view,Default,simple,,,Thin Tubes Size 2R,,,,,,"Catalog, Search",,10828294_Thin-Tubes-Size-2R_Right_2_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10828296,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Thin Tubes Size 3R,,,1,1,0,"Catalog, Search",10,10828296_Thin-Tubes-Size-3R_Right_3_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,StockItem,,A13,,,,,,,,,,,, +10828296,second_storeview,Default,simple,,,Thin Tubes Size 3R,,,,,,"Catalog, Search",,10828296_Thin-Tubes-Size-3R_Right_3_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10828296,third_store_view,Default,simple,,,Thin Tubes Size 3R,,,,,,"Catalog, Search",,10828296_Thin-Tubes-Size-3R_Right_3_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10296986,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Refill Closed Tip 8MM,,10 pieces per Package,0.5,1,0,"Catalog, Search",10,10296986_Refill-Closed-Tip-8MM_Closed_8_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,StockItem,,A13,,,,,,,,,,,, +10296986,second_storeview,Default,simple,,,Refill Closed Tip 8MM,,10 pieces per Package,,,,"Catalog, Search",,10296986_Refill-Closed-Tip-8MM_Closed_8_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10296986,third_store_view,Default,simple,,,Refill Closed Tip 8MM,,10 pieces per Package,,,,"Catalog, Search",,10296986_Refill-Closed-Tip-8MM_Closed_8_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10296985,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Refill Double Tip 10/12MM,,10 pieces per Package,0.5,1,0,"Catalog, Search",10,10296985_Refill-Double-Tip-1012MM_Double_10_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,StockItem,,A13,,,,,,,,,,,, +10296985,second_storeview,Default,simple,,,Refill Double Tip 10/12MM,,10 pieces per Package,,,,"Catalog, Search",,10296985_Refill-Double-Tip-1012MM_Double_10_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10296985,third_store_view,Default,simple,,,Refill Double Tip 10/12MM,,10 pieces per Package,,,,"Catalog, Search",,10296985_Refill-Double-Tip-1012MM_Double_10_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10296984,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Refill Double Tip 8/10MM,,10 pieces per Package,0.5,1,0,"Catalog, Search",10,10296984_Refill-Double-Tip-810MM_Double_8_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,StockItem,,A13,,,,,,,,,,,, +10296984,second_storeview,Default,simple,,,Refill Double Tip 8/10MM,,10 pieces per Package,,,,"Catalog, Search",,10296984_Refill-Double-Tip-810MM_Double_8_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10296984,third_store_view,Default,simple,,,Refill Double Tip 8/10MM,,10 pieces per Package,,,,"Catalog, Search",,10296984_Refill-Double-Tip-810MM_Double_8_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10828298,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Thin Tubes Size 4R,,,1,1,0,"Catalog, Search",10,10828298_Thin-Tubes-Size-4R_Right_4_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,StockItem,,A13,,,,,,,,,,,, +10828298,second_storeview,Default,simple,,,Thin Tubes Size 4R,,,,,,"Catalog, Search",,10828298_Thin-Tubes-Size-4R_Right_4_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10828298,third_store_view,Default,simple,,,Thin Tubes Size 4R,,,,,,"Catalog, Search",,10828298_Thin-Tubes-Size-4R_Right_4_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10828291,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Thin Tubes Size 1L,,,1,1,0,"Catalog, Search",10,10828291_Thin-Tubes-Size-1L_Left_1_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,StockItem,,A13,,,,,,,,,,,, +10828291,second_storeview,Default,simple,,,Thin Tubes Size 1L,,,,,,"Catalog, Search",,10828291_Thin-Tubes-Size-1L_Left_1_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10828291,third_store_view,Default,simple,,,Thin Tubes Size 1L,,,,,,"Catalog, Search",,10828291_Thin-Tubes-Size-1L_Left_1_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10828293,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Thin Tubes Size 2L,,,1,1,0,"Catalog, Search",10,10828293_Thin-Tubes-Size-2L_Left_2_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,StockItem,,A13,,,,,,,,,,,, +10828293,second_storeview,Default,simple,,,Thin Tubes Size 2L,,,,,,"Catalog, Search",,10828293_Thin-Tubes-Size-2L_Left_2_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10828293,third_store_view,Default,simple,,,Thin Tubes Size 2L,,,,,,"Catalog, Search",,10828293_Thin-Tubes-Size-2L_Left_2_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10828295,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Thin Tubes Size 3L,,,1,1,0,"Catalog, Search",10,10828295_Thin-Tubes-Size-3L_Left_3_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,StockItem,,A13,,,,,,,,,,,, +10828295,second_storeview,Default,simple,,,Thin Tubes Size 3L,,,,,,"Catalog, Search",,10828295_Thin-Tubes-Size-3L_Left_3_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10828295,third_store_view,Default,simple,,,Thin Tubes Size 3L,,,,,,"Catalog, Search",,10828295_Thin-Tubes-Size-3L_Left_3_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10828297,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Thin Tubes Size 4L,,,1,1,0,"Catalog, Search",10,10828297_Thin-Tubes-Size-4L_Left_4_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,StockItem,,A13,,,,,,,,,,,, +10828297,second_storeview,Default,simple,,,Thin Tubes Size 4L,,,,,,"Catalog, Search",,10828297_Thin-Tubes-Size-4L_Left_4_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10828297,third_store_view,Default,simple,,,Thin Tubes Size 4L,,,,,,"Catalog, Search",,10828297_Thin-Tubes-Size-4L_Left_4_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10673779,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Semi Open Tip Refill (Siemens),,,3,1,0,"Catalog, Search",10,10673779_Semi-Open-Tip-Refill-Siemens_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,StockItem,,A07,,,,,,,,,,,, +10673779,second_storeview,Default,simple,,,Semi Open Tip Refill (Siemens),,,,,,"Catalog, Search",,10673779_Semi-Open-Tip-Refill-Siemens_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10673779,third_store_view,Default,simple,,,Semi Open Tip Refill (Siemens),,,,,,"Catalog, Search",,10673779_Semi-Open-Tip-Refill-Siemens_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10935754,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,HA MOTION S 3PX BG,,,50,1,0,"Catalog, Search",949,10935754_HA-MOTION-S-3PX-BG_beige_312_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,,,,,,,,,,,, +10935754,second_storeview,Default,simple,,,HA MOTION S 3PX BG,,,,,,"Catalog, Search",,10935754_HA-MOTION-S-3PX-BG_beige_312_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10935754,third_store_view,Default,simple,,,HA MOTION S 3PX BG,,,,,,"Catalog, Search",,10935754_HA-MOTION-S-3PX-BG_beige_312_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10296968,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Life Tube Fitting Set,,,1,1,0,"Catalog, Search",199,10296968_Life-Tube-Fitting-Set_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,StockItem,,A13,,,,,,,,,,,, +10296968,second_storeview,Default,simple,,,Life Tube Fitting Set,,,,,,"Catalog, Search",,10296968_Life-Tube-Fitting-Set_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10296968,third_store_view,Default,simple,,,Life Tube Fitting Set,,,,,,"Catalog, Search",,10296968_Life-Tube-Fitting-Set_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +7227098,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,EARHOOK W. DAMPER,,,0.015,1,0,"Catalog, Search",6,307227098_EARHOOK-W-DAMPER_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,StockItem,,S01,,,,,,,,,,,, +7227098,second_storeview,Default,simple,,,EARHOOK W. DAMPER,,,,,,"Catalog, Search",,407227098_EARHOOK-W-DAMPER_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +7227098,third_store_view,Default,simple,,,EARHOOK W. DAMPER,,,,,,"Catalog, Search",,907227098_EARHOOK-W-DAMPER_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10824187,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,HiPro Extension Cable,,,100,1,0,"Catalog, Search",19,10824187_HiPro-Extension-Cable_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,StockItem,,A05,,,,,,,,,,,, +10824187,second_storeview,Default,simple,,,HiPro Extension Cable,,,,,,"Catalog, Search",,10824187_HiPro-Extension-Cable_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10824187,third_store_view,Default,simple,,,HiPro Extension Cable,,,,,,"Catalog, Search",,10824187_HiPro-Extension-Cable_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10937826,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,NEW concha lock M 55/60db 10/pack,,,25,1,0,"Catalog, Search",6,10937826_NEW-concha-lock-M-5560db-10pack_transparent_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,StockItem,,A99,,,,,,,,,,,, +10937826,second_storeview,Default,simple,,,NEW concha lock M 55/60db 10/pack,,,,,,"Catalog, Search",,10937826_NEW-concha-lock-M-5560db-10pack_transparent_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10937826,third_store_view,Default,simple,,,NEW concha lock M 55/60db 10/pack,,,,,,"Catalog, Search",,10937826_NEW-concha-lock-M-5560db-10pack_transparent_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +7784916,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,NOAHLink Cable Right,,,0.015,1,0,"Catalog, Search",75,507784916_NOAHLink-Cable-Right_red_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,StockItem,,A05,,,,,,,,,,,, +7784916,second_storeview,Default,simple,,,NOAHLink Cable Right,,,,,,"Catalog, Search",,707784916_NOAHLink-Cable-Right_red_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +7784916,third_store_view,Default,simple,,,NOAHLink Cable Right,,,,,,"Catalog, Search",,607784916_NOAHLink-Cable-Right_red_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934901,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SX 5 px Silver,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",1459,10934901_Motion-SX-5-px-Silver_silver_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934901,second_storeview,Default,simple,,,Motion SX 5 px Silver,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10934901_Motion-SX-5-px-Silver_silver_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934901,third_store_view,Default,simple,,,Motion SX 5 px Silver,,"Fits mild to moderate hearing loss +Comfortable, convenient and rechargeable BTE with advanced primax Technology",,,,"Catalog, Search",,10934901_Motion-SX-5-px-Silver_silver_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934520,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SA 5 px Elegance,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",1459,10934520_Motion-SA-5-px-Elegance_elegance_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934520,second_storeview,Default,simple,,,Motion SA 5 px Elegance,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934520_Motion-SA-5-px-Elegance_elegance_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934520,third_store_view,Default,simple,,,Motion SA 5 px Elegance,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934520_Motion-SA-5-px-Elegance_elegance_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934521,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SA 5 px Pearl White,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",1459,10934521_Motion-SA-5-px-Pearl-White_pearl-white_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934521,second_storeview,Default,simple,,,Motion SA 5 px Pearl White,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934521_Motion-SA-5-px-Pearl-White_pearl-white_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934521,third_store_view,Default,simple,,,Motion SA 5 px Pearl White,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934521_Motion-SA-5-px-Pearl-White_pearl-white_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934522,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SA 5 px Sandy Brown,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",1459,10934522_Motion-SA-5-px-Sandy-Brown_dark-blonde_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934522,second_storeview,Default,simple,,,Motion SA 5 px Sandy Brown,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934522_Motion-SA-5-px-Sandy-Brown_dark-blonde_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934522,third_store_view,Default,simple,,,Motion SA 5 px Sandy Brown,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934522_Motion-SA-5-px-Sandy-Brown_dark-blonde_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934523,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SA 5 px Silver,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",1459,10934523_Motion-SA-5-px-Silver_silver_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934523,second_storeview,Default,simple,,,Motion SA 5 px Silver,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934523_Motion-SA-5-px-Silver_silver_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934523,third_store_view,Default,simple,,,Motion SA 5 px Silver,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934523_Motion-SA-5-px-Silver_silver_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10942714,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SP 5 px Beige,,"Fits severe to profound hearing loss +small and reliable desiged BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",1479,10942714_Motion-SP-5-px-Beige_beige_675_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10942714,second_storeview,Default,simple,,,Motion SP 5 px Beige,,"Fits severe to profound hearing loss +small and reliable desiged BTE with advanced primax Technology",,,,"Catalog, Search",,10942714_Motion-SP-5-px-Beige_beige_675_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10942714,third_store_view,Default,simple,,,Motion SP 5 px Beige,,"Fits severe to profound hearing loss +small and reliable desiged BTE with advanced primax Technology",,,,"Catalog, Search",,10942714_Motion-SP-5-px-Beige_beige_675_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10942723,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SP 5 px Granite,,"Fits severe to profound hearing loss +small and reliable desiged BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",1479,10942723_Motion-SP-5-px-Granite_granite_675_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10942723,second_storeview,Default,simple,,,Motion SP 5 px Granite,,"Fits severe to profound hearing loss +small and reliable desiged BTE with advanced primax Technology",,,,"Catalog, Search",,10942723_Motion-SP-5-px-Granite_granite_675_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10942723,third_store_view,Default,simple,,,Motion SP 5 px Granite,,"Fits severe to profound hearing loss +small and reliable desiged BTE with advanced primax Technology",,,,"Catalog, Search",,10942723_Motion-SP-5-px-Granite_granite_675_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934524,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion SA 5 px Spirit,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",1459,10934524_Motion-SA-5-px-Spirit_spirit_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934524,second_storeview,Default,simple,,,Motion SA 5 px Spirit,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934524_Motion-SA-5-px-Spirit_spirit_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934524,third_store_view,Default,simple,,,Motion SA 5 px Spirit,,"Fits mild to moderate hearing loss +Comfortable, convenient and DAI compatible BTE with advanced primax Technology",,,,"Catalog, Search",,10934524_Motion-SA-5-px-Spirit_spirit_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10939409,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion P 5 px Deep Red,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",1459,10939409_Motion-P-5-px-Deep-Red_deep-red_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10939409,second_storeview,Default,simple,,,Motion P 5 px Deep Red,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10939409_Motion-P-5-px-Deep-Red_deep-red_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10939409,third_store_view,Default,simple,,,Motion P 5 px Deep Red,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10939409_Motion-P-5-px-Deep-Red_deep-red_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934652,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion P 5 px Beige,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",1459,10934652_Motion-P-5-px-Beige_beige_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934652,second_storeview,Default,simple,,,Motion P 5 px Beige,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934652_Motion-P-5-px-Beige_beige_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934652,third_store_view,Default,simple,,,Motion P 5 px Beige,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934652_Motion-P-5-px-Beige_beige_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934653,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion P 5 px Black,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",1459,10934653_Motion-P-5-px-Black_black_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934653,second_storeview,Default,simple,,,Motion P 5 px Black,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934653_Motion-P-5-px-Black_black_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934653,third_store_view,Default,simple,,,Motion P 5 px Black,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934653_Motion-P-5-px-Black_black_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934654,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion P 5 px Brown,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",1459,10934654_Motion-P-5-px-Brown_brown_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934654,second_storeview,Default,simple,,,Motion P 5 px Brown,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934654_Motion-P-5-px-Brown_brown_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934654,third_store_view,Default,simple,,,Motion P 5 px Brown,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934654_Motion-P-5-px-Brown_brown_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934655,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion P 5 px Candy Pink,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",1459,10934655_Motion-P-5-px-Candy-Pink_candy-pink_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934655,second_storeview,Default,simple,,,Motion P 5 px Candy Pink,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934655_Motion-P-5-px-Candy-Pink_candy-pink_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934655,third_store_view,Default,simple,,,Motion P 5 px Candy Pink,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934655_Motion-P-5-px-Candy-Pink_candy-pink_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934656,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion P 5 px Dark Granite,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",1459,10934656_Motion-P-5-px-Dark-Granite_dark-granite_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934656,second_storeview,Default,simple,,,Motion P 5 px Dark Granite,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934656_Motion-P-5-px-Dark-Granite_dark-granite_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934656,third_store_view,Default,simple,,,Motion P 5 px Dark Granite,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934656_Motion-P-5-px-Dark-Granite_dark-granite_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934657,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion P 5 px Dark Champagne,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",1459,10934657_Motion-P-5-px-Dark-Champagne_dark-champagner_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934657,second_storeview,Default,simple,,,Motion P 5 px Dark Champagne,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934657_Motion-P-5-px-Dark-Champagne_dark-champagner_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934657,third_store_view,Default,simple,,,Motion P 5 px Dark Champagne,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934657_Motion-P-5-px-Dark-Champagne_dark-champagner_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934658,,Default,simple,"Default Category/Gear,Default Category/Gear/Defaults",base,Motion P 5 px Golden Blonde,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",5.5,1,0,"Catalog, Search",1459,10934658_Motion-P-5-px-Golden-Blonde_golden-blonde_13_mysignia_usa_english,"color=Black,eco_collection=No,erin_recommends=No,gift_wrapping_available=No,new=No,performance_fabric=No,sale=No",0,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,,,,"name=Patient Reference,type=field,required=0,sku=PR,max_characters=20,price=0.0000,price_type=fixed",,,,,,,,,,,,,,BTE,,BTE,2439523,,,,,,,,,,, +10934658,second_storeview,Default,simple,,,Motion P 5 px Golden Blonde,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934658_Motion-P-5-px-Golden-Blonde_golden-blonde_13_mysignia_usa_english,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, +10934658,third_store_view,Default,simple,,,Motion P 5 px Golden Blonde,,"Fits severe to profound hearing loss +Powerful and small BTE with advanced primax Technology",,,,"Catalog, Search",,10934658_Motion-P-5-px-Golden-Blonde_golden-blonde_13_my_signia_usa_factory_only,,,,,,,,,,,,,,,,,,,,,,,,,,,"name=Patient Reference,type=field",,,,,,,,,,,,,,,,,,,,,,,,,,,, \ No newline at end of file diff --git a/dev/tests/acceptance/tests/_data/table_rate_30895.csv b/dev/tests/acceptance/tests/_data/table_rate_30895.csv new file mode 100644 index 0000000000000..6c4420c937815 --- /dev/null +++ b/dev/tests/acceptance/tests/_data/table_rate_30895.csv @@ -0,0 +1,3 @@ +Country,Region/State,Zip/Postal Code,Weight (and above),Shipping Price +US,CA,*,0,5 +US,*,*,0,10 diff --git a/dev/tests/integration/testsuite/Magento/Bundle/Model/Product/DynamicBundlePriceCalculatorWithDimensionTest.php b/dev/tests/integration/testsuite/Magento/Bundle/Model/Product/DynamicBundlePriceCalculatorWithDimensionTest.php index 2123968d64892..b008fe4003c39 100644 --- a/dev/tests/integration/testsuite/Magento/Bundle/Model/Product/DynamicBundlePriceCalculatorWithDimensionTest.php +++ b/dev/tests/integration/testsuite/Magento/Bundle/Model/Product/DynamicBundlePriceCalculatorWithDimensionTest.php @@ -9,9 +9,9 @@ /** * @magentoDbIsolation disabled + * @magentoAppIsolation enabled * @magentoIndexerDimensionMode catalog_product_price website_and_customer_group * @group indexer_dimension - * @magentoAppArea frontend */ class DynamicBundlePriceCalculatorWithDimensionTest extends BundlePriceAbstract { @@ -19,9 +19,7 @@ class DynamicBundlePriceCalculatorWithDimensionTest extends BundlePriceAbstract * @param array $strategyModifiers * @param array $expectedResults * @dataProvider getTestCases - * @magentoAppIsolation enabled * @magentoDataFixture Magento/Bundle/_files/PriceCalculator/dynamic_bundle_product.php - * @magentoDbIsolation disabled */ public function testPriceForDynamicBundle(array $strategyModifiers, array $expectedResults) { @@ -57,10 +55,8 @@ public function testPriceForDynamicBundle(array $strategyModifiers, array $expec * @param array $strategyModifiers * @param array $expectedResults * @dataProvider getTestCases - * @magentoAppIsolation enabled * @magentoConfigFixture current_store catalog/price/scope 1 * @magentoDataFixture Magento/Bundle/_files/PriceCalculator/dynamic_bundle_product.php - * @magentoDbIsolation disabled */ public function testPriceForDynamicBundleInWebsiteScope(array $strategyModifiers, array $expectedResults) { diff --git a/dev/tests/static/testsuite/Magento/Test/Php/_files/phpcpd/blacklist/common.txt b/dev/tests/static/testsuite/Magento/Test/Php/_files/phpcpd/blacklist/common.txt index 055a3faf70be7..e59cd0983da17 100644 --- a/dev/tests/static/testsuite/Magento/Test/Php/_files/phpcpd/blacklist/common.txt +++ b/dev/tests/static/testsuite/Magento/Test/Php/_files/phpcpd/blacklist/common.txt @@ -215,3 +215,4 @@ Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/FieldProvider/FieldName/ Magento/Elasticsearch6/Model/Client Magento/Config/App/Config/Type Magento/InventoryReservationCli/Test/Integration +Magento/InventoryAdminUi/Controller/Adminhtml