Minimum order amount -> add fee

  • Posts: 71
  • Thank you received: 0
10 years 7 months ago #153239

Hi,

If orders are below a certain amount, I want to add a fee to the total of the order. How can this be achieved?

Thanks!
Michel

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
10 years 7 months ago #153250

Hi,

That can be handle with the payment or shipping methods.
You have to duplicate them and set minimum / maximum price restrictions. If the price is below the desired amount set a method with more important fees.

Example:
Payment_1 > maximum_price = 10 > fee = 5
Payment_2 > minimum price = 10.01 > fee = 0

By this way if the order amount is less than 10, so the payment method will have fees.

Else you will have t omake your own plugin to add the desired fee on the order if it's less than a specified amount.

Please Log in or Create an account to join the conversation.

  • Posts: 71
  • Thank you received: 0
10 years 7 months ago #153581

Hi,
Thanks for the reply, but if I implement it this way, an additional option is displayed in the shipping or payment options that can be selected. I just want the amount to be added without the possibility of user interaction...

Thanks,
Michel

Please Log in or Create an account to join the conversation.

  • Posts: 82910
  • Thank you received: 13379
  • MODERATOR
10 years 7 months ago #153582

Hi,

No, you won't get an additional option because the system only display the payment methods relevant to the current situation.
If the order is lower than 10, you'll see only the first payment method, and if the order is bigger than 10, you'll see only the second one.

Please Log in or Create an account to join the conversation.

Time to create page: 0.067 seconds
Powered by Kunena Forum