Hi,
Instead of only having pagination at the bottom part of the webshop, I would
also like to have it at the top.
Any ideas?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
Instead of only having pagination at the bottom part of the webshop, I would
also like to have it at the top.
Any ideas?
Hello
Thanks & Regards,
Mobile: (+91) 8849036209
Email: info@candidroot.com
Skype: live:candidroot
Web: https://www.candidroot.com
Address: 1229-1230, Iconic Shyamal, Near Shyamal Cross Road, Ahmedabad, Gujarat 380015
<template id="top_pagger" inherit_id="website_sale.products" customize_show="True" name="Top Pagger">
<xpath expr="//div[hasclass('products_pager')]" position="attributes">
<attribute name="class">d-none</attribute>
</xpath>
<xpath expr="//div[hasclass('oe_website_sale')]" position="before">
<div class="products_pager form-inline justify-content-center py-3">
<t t-call="website.pager"/>
</div>
</xpath>
</template>
Hi
Please refer the below link : https://www.cybrosys.com/blog/how-to-add-pagination-odoo-website
Hope it helps
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل| المنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
|---|---|---|---|---|
|
2
مايو 24
|
2829 | |||
|
2
يناير 23
|
3367 | |||
|
2
أكتوبر 25
|
3170 | |||
|
1
سبتمبر 25
|
3085 | |||
|
3
يوليو 25
|
4402 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
Thanks a lot for the answer!