Hello,
When I am adding a product to quotation straight from quotation it shows discount but when I trying to achieve this from online shop it shows on the quotation:
Where I can find a method which is adding a product to cart from product page?
I found the button code:
<a id="add_to_cart" class="btn btn-primary btn-lg mt8 js_check_product a-submit" href="#">Add to Cart</a>
I am new in odoo websites and I am still learning so this is hard for me to understand this code. I thought that odoo is clear and simple for me after a year of learning (python, xml) but websites are more complex and I have to learn more about javascript.