[`Shop-Script integration`]

[`Automatic deal creation`] [`Workflow-Funnel synchronization`]
{if !$supported}

{sprintf_wp('You need Shop-Script version %s or newer for CRM integration.', $min_version)}

{else} {* HEADER *}
{* FUNNELS *}
    {if empty($funnel.id)} {$_new_funnel = [ "0" => [ "id" => false, "name" => "[`New funnel`]", "color" => "#f0f0f0" ] ]} {$funnels = $_new_funnel + $funnels} {/if} {foreach $funnels as $_funnel} {$_is_selected = ($funnel.id == $_funnel.id)}
  • {$_funnel.name|escape}
  • {/foreach}
{**}
{*

[`CRM → Shop-Script`]

{if !empty($funnel.stages)} {/if}
*}
{*

[`Shop-Script → CRM`]

*} {if !empty($shop_actions)} {/if}
{/if}