Redicom Help Center

shop

shop.name

Version 1.0

Returns the value of the name field of the shop.

<h1>{{response.shop.name}}</h1>

Input

{{ response.shop.name }}

Output

Redicom Shop

shop.domain

Version 1.0

Returns the value of the domain field of the shop.

Input

{{ response.shop.domain }}

Output

www.redicom.pt

shop.email

Version 1.0

Returns the value of the email field of the shop.

Input

{{ response.shop.email }}

Output

info@redicom.pt

shop.currency

Version 1.0

Returns all of the line currency in the shop.

shop.country

Version 1.0

Returns all of the line country in the shop.

shop.available_countries

Version 1.0

Returns all of the line available_countries in the shop.

{% for item in response.shop.available_countries %}
<li><a href="#" lang='{{item.language.code}}' cid="{{item.id}}" >{{item.name}} / {{item.language.code}} ( {{item.currency.symbol|raw}} ) </a></li>
{% endfor %}

shop.user_logged

Version 1.0

Returns the value of the user_logged field of the shop.

{% if response.shop.user_logged %}
<li><a href="{{location}}/account" >{{response.expressions.20|raw}} </a></li>
<li><a href="{{location}}/account/logout.php" >{{response.expressions.77|raw}}</a></li>
{% else %}
<li><a href="{{location}}/checkout/index.php?id > {{response.expressions.19|raw}}</a></li>
{% endif %}

Input

{{ response.shop.user_logged }}

Output

1

shop.active_language

Version 1.0

Returns all of the line active_language in the shop.

shop.available_languages

Version 1.0

Returns all of the line available_languages in the shop.

shop.cart

Version 1.0

Returns all of the line cart in the shop.

shop.wisthlist

Version 1.0

Returns all of the line wisthlist in the shop.

shop.default_address

Version 1.0

Returns all of the line default_address in the shop.

shop.addresses_count

Version 1.0

Returns the total number of addresses a shop.

Input

{{ response.shop.addresses_count }}

Output

2

shop.addresses

Version 1.0

Returns all of the line addresses in the shop group by zones.

shop.zones

Version 1.0

Returns all of the line zones in the shop.

Input

{{ response.shop.zones }}

Output

array (key, value)

shop.plataform

Version 1.0

shop.last_viewed

Version 1.1

Returns all of the line last_viewed in the shop.

shop.csrf

Version 1.0

Returns the value of the csrf field of the shop.

Input

{{ response.shop.csrf }}

Output

3f0ca8697214fee4a7cf1aa3f68c450464cfd4ad

shop.CDN

Version 1.0

Returns the value of the CDN field of the shop.

Input

{{ response.shop.CDN }}

Output

//accelerator.temporario.link/

shop.image_background

Version 1.0

Returns all of the line image_background in the shop.

shop.TEMPLATES_PARAMS

Version 1.0

Array de parâmetros precisos para os templates

Input

{{ response.shop.TEMPLATES_PARAMS }}

shop.slocation

Version

Returns the value of the slocation field of the shop.

shop.user_name

Version

Returns the value of the user_name field of the shop.

shop.user_email

Version

Returns the value of the user_email field of the shop.

shop.user_anonymous

Version

Returns the value of the user_anonymous field of the shop.

shop.CDN_CSS_JS

Version

Returns the value of the CDN_CSS_JS field of the shop.

shop.market_last_units

Version

Returns the value of the market_last_units field of the shop.

shop.market_alert_stock

Version

Returns the value of the market_alert_stock field of the shop.

shop.shipping

Version

Returns the value of the shipping field of the shop.

shop.payment

Version

Returns the value of the payment field of the shop.

shop.returns

Version

Returns the value of the returns field of the shop.