Move multimedia player to bottom of product card, after price/cart buttons

This commit is contained in:
snt 2026-03-29 17:25:03 +02:00
parent d3a4cfc4a6
commit 074b4b7281
2 changed files with 6 additions and 9 deletions

View file

@ -13,7 +13,7 @@
<span t-if="product.autor"><b><t t-out="product.autor" /></b></span>
</a>
</xpath>
<xpath expr="//a[hasclass('oe_product_image_link')]" position="after">
<xpath expr="//div[hasclass('o_wsale_product_sub')]" position="after">
<div t-if="product.multimedia_embed_url" class="o_multimedia_hover_player">
<iframe
loading="lazy"