Skip to content

Commit

Permalink
Merge pull request vindi#107 from cedran/master
Browse files Browse the repository at this point in the history
fix: - PRODUTOS (3) - removendo cache do campo observacoes
  • Loading branch information
cedran authored Aug 14, 2024
2 parents 5664fec + af1c02e commit a927ce9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion view/frontend/layout/catalog_product_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
</head>
<body>
<referenceContainer name="product.info.main">
<block class="Vindi\Payment\Block\Product\ProductRecurrence" name="recurrence.product.page" template="Vindi_Payment::product/recurrence.phtml" after="product.info.price"/>
<block class="Vindi\Payment\Block\Product\ProductRecurrence"
name="recurrence.product.page"
template="Vindi_Payment::product/recurrence.phtml"
after="product.info.price"
cacheable="false"
/>
</referenceContainer>
</body>
</page>

0 comments on commit a927ce9

Please sign in to comment.