تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
5 الردود
2853 أدوات العرض

Hello,

Can we display  prices with AND without taxes ? I can display price with taxes , price without taxes  but not both 

like this : 


الصورة الرمزية
إهمال
أفضل إجابة

Hey,

I have developed a custom module that can show both the VAT-exclusive and VAT-inclusive prices directly on the product page, even before adding the item to the cart. This way, customers on your B2C website will see the prices they will actually pay, including VAT, which enhances transparency and ensures a better shopping experience.

You can check out the module here: https://apps.odoo.com/apps/modules/17.0/custom_vat_module.

This module integrates smoothly with Odoo and can be a great addition to your B2C website to meet your pricing display requirements. Feel free to reach out if you need any customizations or further assistance with VAT settings.

الصورة الرمزية
إهمال
أفضل إجابة

Hi

we have oca module for this already.


https://apps.odoo.com/apps/modules/15.0/website_sale_b2x_alt_price

الصورة الرمزية
إهمال
أفضل إجابة

Hi,

   

       

Hi Galien Pierre,

       

To display the untaxed amount of a product in the website shop, you'll need to modify the template called 'products_item', which handles the pricing part.

       

You can achieve this by using the following code snippet:

       

<t t-name='product_price_tax_exclude' t-inherit='website_sale.products_item'>

    <xpath expr="//em[@t-esc='template_price_vals['base_price']']" position="after">

        <em class="small" t-esc="price_without_tax" t-options="{'widget': 'monetary', 'display_currency': website.currency_id}" />

    </xpath>

</t>

       

This code snippet inserts the untaxed price after the base price in the product template. Make sure to adapt it according to your specific requirements.

       

Please note that the implementation might vary depending on your needs and the structure of your website shop.

       


       

Hope it helpful

   



Hope it helps

الصورة الرمزية
إهمال
أفضل إجابة

I don't know if you find solution, but you have some OCA modules to do this, see best answer here : https://www.odoo.com/fr_FR/forum/aide-1/show-webshop-price-with-tax-and-without-tax-134043


Good luck. 

الصورة الرمزية
إهمال
أفضل إجابة

Hi Galien Pierre,

can you check this,

https://www.odoo.com/forum/help-1/prices-are-displayed-without-tax-on-ecommerce-site-when-users-not-logged-in-138889

Thanks

الصورة الرمزية
إهمال
الكاتب

Hi,

I have already seen this possibility, but I would like to display both at the same time
like :
Product
taxed price not taxed

المنشورات ذات الصلة الردود أدوات العرض النشاط
4
أبريل 25
9109
1
أغسطس 23
2751
4
فبراير 25
7729
4
ديسمبر 23
6792
1
فبراير 23
4062