Updating text for inventory only product selection setting for enterprises

This commit is contained in:
Rob Harrington
2016-02-24 17:44:23 +11:00
parent b2657ddc72
commit e00fe824ac

View File

@@ -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"