Magento2 – Add custom price of Product when adding to cart
First create events.xml file in folder ‘EasyndFaster/Custom/etc/frontend’ and use event ‘checkout_cart_product_add_after’.
Now create CustomPrice.php file in Observer folder.
...