Commit 1caab662 by Manzar Hussain

add product category

parent f1396303
......@@ -47,13 +47,13 @@
<div class="cs_containe_i_w">
<a href="#" class="cs_img_bc">
{{ 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_text_cib">
<h6 class="cs_hcwbm">
<a href="">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}</a>
<a href="">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ name }}'] }}</a>
</h6>
<p>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_short_description }}'] }}
<p>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ description }}'] }}
</p>
</div>
<div class="btn_r_m_con">
......
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