Commit 0b1a0f2e by Manzar Hussain

product detail url

parent 8aeabf3f
......@@ -48,11 +48,11 @@
<div class="col-md-6 col-lg-4 app_con_box">
<section class="ap-grid-block">
<h5 class="title"><a href="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_external_url }}'] }}" class="c1">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_subtitle }}'] }}</a></h5>
<h5 class="title"><a href="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_url }}'] }}" class="c1">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_subtitle }}'] }}</a></h5>
<div class="ap-slider">
<div class="ap-grid-item">
<figure class="text-center"><a href="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_external_url }}'] }}">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_icon }}'] }}</a></figure>
<h6><a href="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_external_url }}'] }}">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ name }}'] }}</a></h6>
<figure class="text-center"><a href="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_url }}'] }}">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_icon }}'] }}</a></figure>
<h6><a href="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_url }}'] }}">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ name }}'] }}</a></h6>
<p>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ description__value }}'] }} </p>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment