Produk display dan kod


<style type="text/css">
.page-header{
display: none;
}


</style>


<article{{ attributes }}>
  {#  - product|without('variation_attributes') -  #}
</article>

{{ kint ( product|keys ) }}




<div class="col-md-6">
{{ product.variation_field_kategori_gambar_produk }}

</div>

<div class="col-md-6">

<h3>{{ product.title }}</h3>

<br>
{{ product.field_kategori }}

{{ product.field_jenama_setem_cop }}

<br>
{{ product.variation_price }}
<br>
{{ product.field_penerangan_ringkas }}
<br>

{{ product.variations }}


</div>

Comments