{foreach $_schedule.week as $_day_id => $_day_params}
{$_work = $_day_params.work}
[`from`]
[`to`]
[`to`]
{/foreach}
{sprintf('[`Values of “%s” and “%s” fields can be used to calculate the estimated shipping time.`]', '[`Business hours`]', '[`New orders for processing`]')}
{sprintf('[`Values in “%s” column denote the last hour of a workday before which orders are accepted for processing on the same day. Orders accepted after that hour are processed on the next workday.`]', '[`New orders for processing`]')}
[`Is used to calculate estimated order shipping time. Specified period of time is added to the order creation time and is taken into account to transfer order processing to the next day, if an order is placed shortly before the end of a workday or later. Additional order picking time can be specified in individual shipping methods’ settings.`]
[`Extra workdays`]
[`Date`]
[`Business hours`]
[`New orders for processing`]
{foreach $_schedule.extra_workdays as $_id => $_day}
{renderScheduleExtraWorkday day=$_day}
{/foreach}
[`Shipping options provided by plugins which process external requests longer than specified will not be available for choice.`]
[`The update of available shipping options will be started automatically after the specified timeout once a customer has finished to enter a locality name or a ZIP code. It is advisable to use a value of 3 seconds or greater to ensure smooth checkout process. If 0 is specified, then the update of shipping options will be started only once a customer interacts with other page elements; e.g., clicks anywhere else on the checkout page.`]
{* Checkout mode *}
[`Shipping area selection`]
{foreach $shipping_mode_variants as $_id => $_variant}
[`Selected country and region will be visible to customers but not available for changing.`]
[`To hide selected country and region fields from customers, switch to “Minimal” mode and set up a single shipping area with a country and region selected in its settings.`]
{* MINIMAL MODE PARAMS *}
{else}
[`Use a fixed list of shipping areas if you deliver orders to a limited list of locations. Customers can quickly select a location from a list without having to select a country and region first.`]
[`A country is required to be selected in shipping area properties. If a region or a city name are not specified, they will be requested from a customer.`]
[`If no shipping areas have been set up, customers will have to select a country and a region, and to enter a city name to view available shipping options.`]
[`If you set up only one shipping area, with country, region, and city specified, then customers will see at once all shipping options available for that area only, without an option to change location. If you do not complete the region or locality fields in the single available shipping area’s properties, then only those empty fields will be visible during checkout.`]
{foreach $settings.locations_list as $_location}
{renderShippingLocation _location=$_location}
{foreachelse}
{renderShippingNoLocations}
{/foreach}
{sprintf(_w('Edit address fields in Settings app.'), "`$wa_backend_url`webasyst/settings/field/")}
[`Address fields provided by shipping plugins will be displayed before custom fields that you may add.`]
[`Disable address fields which are not required for all shipping options. Shipping plugins will add required address fields during checkout, if necessary. Plugin fields’ size is defined by the selected “Field width” values.`]
[`Enter your terms of service, refund conditions, and other legal information for customers to read and to agree to during checkout.`]
[`If this field is completed, customers will see a link to the conditions and a checkbox to confirm their consent before checkout completion.`]
{* Order without auth *}
[`Customer profiles updating & auto-signup`]
{foreach $confirmation_order_without_auth_variants as $_id => $_variant}