Commit 963eef79 by Manzar Hussain

latest product

parent ecfe106a
......@@ -47,12 +47,11 @@
<div class="cs_inner_item">
<div class="cs_iwcb">
<a href="#" class="cs_img_c_b">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_product_image }}'] }}
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_image }}'] }}
</a>
<div class="cs_hcb">
<span class="cs_icon_c">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_product_icon }}'] }}</span>
<h6 class="cs_hgbc cs_c1">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}</h6>
<p>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_short_description }}'] }}
<h6 class="cs_hgbc cs_c1">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ name }}'] }}</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