Closed
Description
I'm using Magento2 and I have successfully changed the final product price depending on the custom option value using Observer on catalog_product_get_final_price, and my product is configurable product,
my problem is when I add the same product to cart but with different custom options, the final prices are shifted by one and not attached to its right product.
I have run many tests and the products are loaded as: final product added to cart is the first one processed in Observer and then first one and so on, but only when the are same product.
Any one can help me in this issue? Thanks.