Our local township is enacting a “bag fee” to discourage people from using plastic bags.
I need to automatically add a $0.30 bag fee applied to every order except for gift cards and on the website only, not POS (we can manually add it there). We estimate 1 bag per $100 Order Total, so each additional $100 in the order would need to incrementally add $0.30 to the fee charge.
For example, a client has a $250 order on our website, the code should automatically add $0.90 to the order. 0-100 order total = $0.30 bag fee, then 100.01-200 = $0.60, order total of 200.01-300 = $0.90 and so on.
I have seen some posts on “custom shipping fees”, but Clients order on our website, then come to our store to pick it up. We don’t ship anything, as such, shipping is disabled. Could adding some kind of “handling fee” be a solution despite not shipping anything?
Otherwise, there should be some way to add some liquid code so the fee can be automatically added as a Product, or an additional line item in the cart…?
Thanks in advance for any help.