{function renderExtraWorkday day=[]} [`from`] [`to`] [`to`] {/function} {function renderWeekend date=''} {/function} {$class = 's-settings-schedule-content'} {$id = uniqid($class)}

[`Working schedule`]

[`Timezone`]
[`Order processing schedule`]
{foreach $week as $_day_id => $_day_params} {$_work = $_day_params.work} {/foreach}
[`Day of the week`] [`Open`] [`Business hours`] [`New orders for processing`]
[`from`] [`to`] [`to`]
{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`]')}
[`The final time for accepting orders must be within the specified business hours.`]
[`The setting is used by default in all storefronts.`]
[`This value is used to calculate estimated order shipping time with in-cart checkout option, and may also work with multi-step checkout, if a shipping plugin can accept order ready time from the online store. 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.`]
[`The setting is used by default in all storefronts.`]
[`Extra workdays`]
{foreach $extra_workdays as $_id => $_day} {renderExtraWorkday day=$_day} {/foreach}
[`Extra days off`]
{foreach $extra_weekends as $_id => $_date} {renderWeekend date=$_date} {/foreach}