Skip to content

Commit

Permalink
feat: delete credit information in checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
joyet-simon committed Sep 30, 2024
1 parent 1826bf4 commit 9258695
Showing 1 changed file with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,6 @@
<isprint value="${plan.properties.payment_installments}" encoding="off"/>
</p>

<!-- Affichage conditionnel des coûts en fonction du nombre d'échéances -->
<isif condition="${plan.installments_count > 4}">
<p class="no-margin" id="${plan.key}-basket_cost">
<isprint value="${plan.properties.credit.basket_cost}"/>
</p>
<p class="no-margin" id="${plan.key}-rate">
<isprint value="${plan.properties.credit.rate}"/>
</p>
<p class="no-margin" id="${plan.key}-amount">
<isprint value="${plan.properties.credit.amount}"/>
</p>
<p id="${plan.key}-total_cost">
<isprint value="${plan.properties.credit.total_cost}"/>
</p>
<iselse/>
<p class="pt-30" id="${plan.key}-fees">
<isprint value="${plan.properties.fees}"/>
</p>
</isif>

<!-- Mode test Alma (affiché si activé) -->
<isif condition="${plan.alma_mode.isTest}">
<p class="alma-test-mode">
Expand Down

0 comments on commit 9258695

Please sign in to comment.