Skip to Content
Menu
This question has been flagged
2061 Views
 <template id="website_sale.product_price" inherit_id="website_sale.product_price" name="Cart Logged in USers" customize_show="True">   
 <!--<xpath expr="//section/div/b/span[1]" position="replace">-->
 <div t-if="not user_id.partner_id.name == 'Public user'" itemprop="offers" itemscope="itemscope" itemtype="http://schema.org/Offer" class="product_price mt16"/> <!--</xpath>--></template>
 <template id="website_sale.products_item" inherit_id="website_sale.products_item" name="item Logged in USers" customize_show="True">
<div t-if="not user_id.partner_id.name == 'Public user'" itemprop="offers" itemscope="itemscope" itemtype="http://schema.org/Offer" class="product_price"/> <!--<div t-if="not user_id.partner_id.name == 'Public user'" itemprop="offers" itemscope="itemscope" itemtype="http://schema.org/Offer" class="product_price mt16">--> <!--</xpath>--></template>
Avatar
Discard