Version 1.0
Returns the value of the name field of the shop.
<h1>{{response.shop.name}}</h1>
{{ response.shop.name }}
Redicom Shop
Version 1.0
Returns the value of the domain field of the shop.
{{ response.shop.domain }}
www.redicom.pt
Version 1.0
Returns the value of the email field of the shop.
{{ response.shop.email }}
info@redicom.pt
Version 1.0
Returns all of the line currency in the shop.
Version 1.0
Returns all of the line country in the shop.
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 %}
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 %}
{{ response.shop.user_logged }}
1
Version 1.0
Returns all of the line active_language in the shop.
Version 1.0
Returns all of the line available_languages in the shop.
Version 1.0
Returns all of the line cart in the shop.
Version 1.0
Returns all of the line wisthlist in the shop.
Version 1.0
Returns all of the line default_address in the shop.
Version 1.0
Returns the total number of addresses a shop.
{{ response.shop.addresses_count }}
2
Version 1.0
Returns all of the line addresses in the shop group by zones.
Version 1.0
Returns all of the line zones in the shop.
{{ response.shop.zones }}
array (key, value)
Version 1.0
Version 1.1
Returns all of the line last_viewed in the shop.
Version 1.0
Returns the value of the csrf field of the shop.
{{ response.shop.csrf }}
3f0ca8697214fee4a7cf1aa3f68c450464cfd4ad
Version 1.0
Returns the value of the CDN field of the shop.
{{ response.shop.CDN }}
//accelerator.temporario.link/
Version 1.0
Returns all of the line image_background in the shop.
Version 1.0
Array de parâmetros precisos para os templates
{{ response.shop.TEMPLATES_PARAMS }}
Version
Returns the value of the slocation field of the shop.
Version
Returns the value of the user_name field of the shop.
Version
Returns the value of the user_email field of the shop.
Version
Returns the value of the user_anonymous field of the shop.
Version
Returns the value of the CDN_CSS_JS field of the shop.
Version
Returns the value of the market_last_units field of the shop.
Version
Returns the value of the market_alert_stock field of the shop.
Version
Returns the value of the shipping field of the shop.
Version
Returns the value of the payment field of the shop.
Version
Returns the value of the returns field of the shop.