File "store.twig"

Full path: /home/cakedeco/retaildirectonline.co.uk/catalog/view/theme/default/template/extension/module/store.twig
File size: 384 B (384 B bytes)
MIME-type: text/html
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<div class="panel panel-default">
  <div class="panel-heading">{{ heading_title }}</div>
  <p style="text-align: center;">{{ text_store }}</p>
  {% for store in stores %}
  {% if store.store_id == store_id %}<a href="{{ store.url }}"><b>{{ store.name }}</b></a><br />
  {% else %}<a href="{{ store.url }}">{{ store.name }}</a><br />
  {% endif %}
  {% endfor %}<br />
</div>