From e00fe824ac637146918afa40c699fa5656c85180 Mon Sep 17 00:00:00 2001 From: Rob Harrington Date: Wed, 24 Feb 2016 17:44:23 +1100 Subject: [PATCH] Updating text for inventory only product selection setting for enterprises --- .../form/_inventory_settings.html.haml | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/app/views/admin/enterprises/form/_inventory_settings.html.haml b/app/views/admin/enterprises/form/_inventory_settings.html.haml index 6a6c079409..0df0fdb35f 100644 --- a/app/views/admin/enterprises/form/_inventory_settings.html.haml +++ b/app/views/admin/enterprises/form/_inventory_settings.html.haml @@ -3,17 +3,16 @@ -# their inventory if they so choose .row .alpha.eleven.columns - You can opt to use your - %strong - %a{href: main_app.admin_inventory_path } inventory - to restrict the list of products that are available to add to your shop in the Order Cycle interface. To enable this functionality, select 'Inventory Only' below. + You may opt to manage stock levels and prices in via your + = succeed "." do + %strong + %a{href: main_app.admin_inventory_path } inventory + If you are using the inventory tool, you can select whether new products added by your suppliers need to be added to your inventory before they can be stocked. If you are not using your inventory to manage your products you should select the 'recommended' option below: .row .alpha.eleven.columns - .three.columns.alpha - = f.label "enterprise_preferred_product_selection_from_inventory_only", t('admin.enterprise.select_outgoing_oc_products_from') - .three.columns - = radio_button :enterprise, :preferred_product_selection_from_inventory_only, "1", { 'ng-model' => 'Enterprise.preferred_product_selection_from_inventory_only' } - = label :enterprise, :preferred_product_selection_from_inventory_only, "Inventory Only" - .five.columns.omega + .five.columns.alpha = radio_button :enterprise, :preferred_product_selection_from_inventory_only, "0", { 'ng-model' => 'Enterprise.preferred_product_selection_from_inventory_only' } - = label :enterprise, :preferred_product_selection_from_inventory_only, "All Available Products (Ignore Inventory)" + = label :enterprise, :preferred_product_selection_from_inventory_only, "New products can be put into my shopfront (recommended)" + .six.columns.omega + = radio_button :enterprise, :preferred_product_selection_from_inventory_only, "1", { 'ng-model' => 'Enterprise.preferred_product_selection_from_inventory_only' } + = label :enterprise, :preferred_product_selection_from_inventory_only, "New products must be added to my inventory before they can be put into my shopfront"