From our funtions.php with an add_filter function we try to increase the price of products automatically, if the product has certain attributes choosen with an specific name: Chrom -> +2.95 and Titan -> + 5,95 The price has to be changed everyhwer: inside the cart. the order, the product details page, the overview page.
Do we need to overwrite the price.php? If so - no problem. Or is it enough to place code in the functions.php to achive that?
As we are not very good in coding, we did some research in the woocommerce docs but were not able to come up with any results that would make sense to post here.
Thanks for help