Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
3542 มุมมอง

Hello.

My website main page, the list of categories appears, but their names are messy

How to sort categories name on the website shop page?

Tank you


 


อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

website categories work based on sequence instead of sort by id or name

Go to backend website configuration > Products >  eCommerce Categories

Drag & Drop Category In list view and arrange it as you want to display it on the website shop

อวตาร
ละทิ้ง
ผู้เขียน คำตอบที่ดีที่สุด

I answer:

Chage code line in View Product Categories (Odoo V.10):


​<t t-foreach="categories.sorted(key=lambda r: r.name)" t-as="c">


Thank you. Bye


อวตาร
ละทิ้ง