Is it possible to display this as the SKU on the product page underneath the add to cart/compare sections?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
Hi @Gabriel Rojas, @wanli cheng:
If you're looking for a simple way to replace the text "Internal Reference" with "SKU" in your Odoo instance, you can use the module i created, you can find it in the Odoo store or github under the name change_internal_reference_for_sku.
You can download an install it.
It helps you modify the product form and list views in the backend, and also updates the product detail page on the website to display the SKU above the attributes.
It uses Odoo's inheritance system (XPath) for clean and efficient changes. Ideal for those who want clearer change the original "Interal Reference" for any other text.
Best regards.
Diego Naranjo
Hi,
Try to add the below at the end of the templates.xml, this will show internal reference in shop page for all products.
<template id="products_item_internal_
<xpath expr="//*[hasclass('product_
<h6 class="o_wsale_products_item_
<a class="text-primary text-decoration-none" itemprop="default_code" t-att-href="product_href"
t-att-content="product.
</h6>
</xpath>
</template>
Hope it helps
Hi,
Where to find templates.xml to modify?
sorry for so evident question, im new in Odoo, thanks
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
2
mar 24
|
1872 | ||
|
1
lut 24
|
1572 | ||
|
4
maj 25
|
2871 | ||
Website orders not confirmed
Rozwiązane
|
|
4
sty 25
|
2664 | |
|
2
cze 24
|
2079 |