When a customer validates their cart and pays, they are then taken to a summary page with their order form. I was wondering how I could modify this page to better reflect the store's needs.
I have Odoo 18 free
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
When a customer validates their cart and pays, they are then taken to a summary page with their order form. I was wondering how I could modify this page to better reflect the store's needs.
I have Odoo 18 free
Hi,
If you want to add content in the 'Order Summary' column, you can try the following approach.
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="order_summary_inherit" inherit_id="website_sale.checkout_layout" name=" Order Summary Inherit">
<xpath expr="//td[@name='website_sale_cart_summary_product_name']/h6" position="after">
<!--To add something on the order line, Do your logic here. --> </xpath>
</template>
</odoo>
Hope it helps
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
Pay Vendor Bills by ACH
Diselesaikan
|
|
1
Mei 25
|
835 | |
How to configure Chart of Accounts for Quebec
Diselesaikan
|
|
2
Des 24
|
1191 | |
|
0
Agu 25
|
54 | ||
|
3
Agu 25
|
850 | ||
|
1
Agu 25
|
565 |