I have a similar problem. I want to calculate a percentage of the total price and add it to the price – total price + fee – when the customer chooses “express delivery”. I have a NOV-formula, that calculates correctly, but it does’t add it to the total amount itself. How do I go about that?
Have a select/dropdown menu where I give the customer the opportunity to choose normal delivery (SEK 0) or Express delivery where the price is SEK 195 (a start-up cost – that cost is adding to the total price).
Then I need to connect the start-up cost to my NOV-formula that calculates the extra percentage fee. But that NOV calculation does not add to the total price. Do I have to add_filter or something else? Tried conditional logic but it does not work.