Placeholders for insertion of reseller information

To insert the reseller information in a Customer Store page, use the following placeholders (see Viewing and updating a UI template of a Customer Store page):

Placeholder

Description

Type

Example

reseller.general_name

The name of the reseller

Global

<div>

{{ reseller.general_name }}

</div>

reseller.company_name

The name of the reseller's company

Global

<div>

{{ reseller.company_name }}

</div>

reseller.currency_iso_code

Reseller's currency

Global

<div>

{{ reseller.currency_iso_code }}

</div>

reseller.general_manager

Reseller's manager

Global

<div>

{{ reseller.general_manager }}

</div>

reseller.favicon

Reseller favicon that is shown beside the site title in the browser window or in search engine results

Global

<div>

<img src="{{ reseller.favicon }}>

</div>

reseller.logo_main

Reseller's company logo in the Customer Store

Global

<div>

<img src="{{ reseller.logo_main }}>

</div>

reseller.logo_alt

/Reseller's company alternative logo in the Customer Store

Global

<div>

<img src="{{ reseller.logo_alt }}>

</div>

reseller.address1

Reseller's Address 1

Global

<div>

{{ reseller.address1 }}

</div>

reseller.address2

Reseller's Address 2

Global

<div>

{{ reseller.address2 }}

</div>

reseller.city

Reseller's city

Global

<div>

{{ reseller.city }}

</div>

reseller.state

Reseller's state

Global

<div>

{{ reseller.state }}

</div>

reseller.zip

Reseller's ZIP code

Global

<div>

{{ reseller.zip }}

</div>

reseller.country

Reseller's country

Global

<div>

{{ reseller.country }}

</div>

reseller.phone

Reseller's phone number

Global

<div>

{{ reseller.phone }}

</div>

reseller.fax

Reseller's fax number

Global

<div>

{{ reseller.fax }}

</div>

reseller.email

Reseller's email

Global

<div>

{{ reseller.email }}

</div>

reseller.contacts_first_name

Reseller's contact person first name

Global

<div>

{{ reseller.contacts_first_name }}

</div>

reseller.contacts_last_name

Reseller's contact person last name

Global

<div>

{{ reseller.contacts_last_name }}

</div>

reseller.contacts_middle_name

Reseller's contact person middle name

Global

<div>

{{ reseller.contacts_middle_name }}

</div>

reseller.contacts_position

Reseller's contact person position

Global

<div>

{{ reseller.contacts_position }}

</div>

reseller.contacts_phone

Reseller's contact person phone number

Global

<div>

{{ reseller.contacts_phone }}

</div>

reseller.contacts_email

Reseller's contact person email

Global

<div>

{{ reseller.contacts_email }}

</div>