Fix xpath: use oe_product_image_link inside products_item for multimedia hover player
This commit is contained in:
parent
5d99dbeaeb
commit
d3a4cfc4a6
2 changed files with 6 additions and 8 deletions
|
|
@ -13,7 +13,7 @@
|
|||
<span t-if="product.autor"><b><t t-out="product.autor" /></b></span>
|
||||
</a>
|
||||
</xpath>
|
||||
<xpath expr="//div[contains(@class, 'o_wsale_product_grid_wrapper')]" position="after">
|
||||
<xpath expr="//a[hasclass('oe_product_image_link')]" position="after">
|
||||
<div t-if="product.multimedia_embed_url" class="o_multimedia_hover_player">
|
||||
<iframe
|
||||
loading="lazy"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue