Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2374 Visualizzazioni

Been trying to extend this, as we like the idea but would like to hide the add to cart button.

The template look like this in the source code.

<templates xml:space="preserve">
    <!-- Recently Viewed Products Carousel -->
    <t t-name="website_sale.productsRecentlyViewed">
        <div t-att-id="uniqueId" class="carousel slide o_not_editable" data-interval="false">
            <div class="carousel-inner"> ...
I tried this code:
    <template id="recent_viewed_extended">
        <t t-extend="website_sale.productsRecentlyViewed">
            <xpath expr="//div[contains(@class, 'o_carousel_product_card_footer') and contains(@class, 'card-footer')]" position="replace"/>
        </t>
    </template>
But had no luck on it working

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
mar 15
4011
0
apr 25
1703
2
gen 24
1627
0
gen 24
1891
2
dic 22
32693