You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
515 B

3 years ago
3 years ago
3 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="cart" inherit_id="website_sale.cart">
  4. <xpath expr="//div[hasclass('mt8', 'mb8', 'alert', 'alert-info')]" position="before">
  5. <div t-if="no_pass_payment" class="alert alert-danger" role="alert">
  6. <span>
  7. Votre pannier doit être supérieur ou égal à <t t-esc="amount_limit"/> euros pour valider votre commande.
  8. </span>
  9. </div>
  10. </xpath>
  11. </template>
  12. </odoo>