[FIX] website_sale_product_library: move multimedia iframe to price row
This commit is contained in:
parent
0b87a45c6d
commit
25fc146880
2 changed files with 11 additions and 20 deletions
|
|
@ -13,8 +13,8 @@
|
|||
<span t-if="product.autor"><b><t t-out="product.autor" /></b></span>
|
||||
</a>
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('o_wsale_product_sub')]" position="after">
|
||||
<div t-if="product.multimedia_embed_url" class="o_multimedia_image_player">
|
||||
<xpath expr="//div[hasclass('o_wsale_product_sub')]/div[hasclass('product_price')]" position="after">
|
||||
<div t-if="product.multimedia_embed_url" class="o_multimedia_price_player ms-auto">
|
||||
<iframe
|
||||
loading="lazy"
|
||||
t-att-src="product.multimedia_embed_url"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue