The “STAFF START cooperation” enables the proposal of coordination posted by sales staff at the actual store. Let's search by height and find your favorite staff.

null

Before You Begin

Please confirm the following in advance.

  • Coordination with Vanish Standard's coordinated posting service STAFF START is required. Please read the following support site as there are precautions when using it.

Procedure for use

Install customer service scenario

  • Please install customer service scenario from store.

null

Setting up customer service

action

  • Minimize Set the "banner image" as necessary. * If you do not need it, uncheck the "Use Minimization" checkbox.

null

  • Set the content (state 2) headings and images as needed.
    null

  • Height options and the event to fire when selected (identify event) are specified directly in Customize>script.

    • Content choices
      null

    • Setting method (Customize>Script)

      • label: Specify the text display options
      • url: Link destination of choice
      • minH: min_height value of user information (identify event)
      • maxH: max_height value of user information (identify event)
varitems= [
        {
            label : '指定しない',url: '/stylings/?action=list&page=1',
            minH  : '',
            maxH  : ''
        }, {
            label : '~145cm',url: '/stylings/?action=list&page=1&height=145',
            minH  : '',
            maxH  : '145'
        }, {
            label : '145cm~150cm',url: '/stylings/?action=list&page=1&height=145',
            minH  : '145',
            maxH  : '150'
        }, {
            label : '150cm~155cm',url: '/stylings/?action=list&page=1&height=150',
            minH  : '150',
            maxH  : '155'
        }, {
            label : '155cm~160cm',url: '/stylings/?action=list&page=1&height=155',
            minH  : '155',
            maxH  : '160'
        }, {
            label : '160cm~165cm',url: '/stylings/?action=list&page=1&height=160',
            minH  : '160',
            maxH  : '165'
        }, {
            label : '165cm~170cm',url: '/stylings/?action=list&page=1&height=165',
            minH  : '165',
            maxH  : '170'
        }, {
            label : '170cm~',url: '/stylings/?action=list&page=1&height=170',
            minH  : '170',
            maxH  : ''
        }
    ];

In addition, please set the target user and target event.

User information that fires when selected (identify event)

When the user selects an action, the value specified in the above script is added to the user information (identify event).

Example: When 165cm to 170cm is selected
null