{{ __t('Effettuare ordine') }}

@if(is_agent()) @get_template_part('page.guide.parts.' . $section . '.add-cart', null, ['section' => 'process-order', 'sub_section' => 'add-cart', 'open' => 'false']) @endif @get_template_part('page.guide.parts.' . $section . '.add-products', null, ['section' => 'process-order', 'sub_section' => 'add-products', 'open' => (is_customer() ? 'false' : 'false')]) @get_template_part('page.guide.parts.' . $section . '.cart', null, ['section' => 'process-order', 'sub_section' => 'cart', 'open' => 'false']) @get_template_part('page.guide.parts.' . $section . '.confirm', null, ['section' => 'process-order', 'sub_section' => 'confirm', 'open' => 'false'])