跳至內容
選單
此問題已被標幟
2 回覆
3316 瀏覽次數

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?

頭像
捨棄
作者

Thanks a lot for the answer!

最佳答案

Hello



Thanks & Regards,



CandidRoot Solutions Pvt. Ltd.

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>

相關帖文 回覆 瀏覽次數 活動
2
5月 24
2087
2
1月 23
2704
1
6月 25
1710
3
7月 25
3333
1
5月 25
1475