fdo-labs / nachbarschaftsmarktplatz

Other
0 stars 2 forks source link

[CRUCIAL] remove fees when adding items to plattform as professional seller #42

Closed jakobkolb closed 4 years ago

jakobkolb commented 4 years ago

Disable any fees for sellers. As we are currently in crisis mode and the platform is supposed to be free of charge, the fees for putting things up on the platform has to be zero. Currently, it is still 7% as displayed in the screenshot: Screenshot from 2020-04-10 20-59-11

jakobkolb commented 4 years ago

Setting fees to zero can be done by changing constants in app/models/concerns/article_concerns/fees_and_donations.rb

Setting TRANSACTION_FEES to zero on line 9 and Defining fair_percentage as 0 on line 91