跳至内容
菜单
此问题已终结
1 回复
9535 查看

Hello,

Anybody can help that, can we use use mouse hover in the menu drop down list of the product category list in website e-commerce/shop  using qweb?

Should i use any css function in the template or is any class is occurs for qweb template for mouse hover

My code in the template is:


  <template id="products_category_menu_list" inherit_id="website_sale.products">

<xpath expr="//div[contains(@class, 'oe_structure')]" position="after">

<div class="body-wrap">

<div class="container">

<nav id="oe_main_menu_navbar" role="navigation">

<div class="container-fluid">

<div>

<ul class="nav nav-pills li" id="o_shop_collapse_category">

<li>

<a t-att-href="keep('/shop',category=0)">All Products</a>

</li>

<p>

<t t-foreach="categories" t-as="categ">

<t t-call="website_sale.option_collapse_categories_recursive" />

</t>

</p>

</ul>

</div>

</div>

</nav>

</div>

</div>

</xpath>

</template>



形象
丢弃
相关帖文 回复 查看 活动
2
3月 16
3145
1
8月 23
1338
1
3月 24
4634
0
4月 20
3408
0
4月 20
4634