Questions tagged [fee]

E-commerce usage related to additional charges

A charge, a surcharge or an addition for professional service…

157 questions
-1
votes
1 answer

WooCommerce additional fees based on Quantity

Here is the process I like to achieve: 1. There's a checkbox on product page, user can decide to add custom service beside the product or not 2. If user checks the box, it adds a custom fee to the cart, but it's based on the product quantity e.g.:…
Nadam
  • 39
  • 1
  • 6
-1
votes
1 answer

Late fees for customer profiles with or without recurring billing subscriptions in authorize.net

For a school that has many enrollments of children and their parents making payments, is there a way in the Authorize.net API to charge customer profiles late fees? They may be enrolled in recurring billing subscriptions or not. Does authorize.net…
-1
votes
1 answer

PayPal payout fee are always on sender side

I’m using PayPal restapi for payout. What we trying to achieve is to put fee on recipient side rather than on our side. Our platform pay other for their service and it makes sense to put fee on their side. I contacted PayPal support and they give…
Milos
  • 543
  • 8
  • 15
-2
votes
2 answers

Car Parking fee

Our code consists of 3 stages. Stage 1 - In the car park, up to 5 hours fee is $ 1. Stage 2 - After 5 hours, it drops to $ 0.50 per hour. If the car stays in the park for 6 hours, the fee is $ 5.50. Stage 3 - the fee per day, taking into account the…
-3
votes
1 answer

Add a progressive surcharge based on countries in Woocommerce

Can I use a if statement and if so, how? Basically I want it to add 27 as surcharge to SE country and to all other countries 3 as surcharge. Here is the original code add_action( 'woocommerce_cart_calculate_fees','wc_add_surcharge' ); function…
-3
votes
1 answer

Woocommerce Progressive extra cost based on total number of items in the cart

I am looking for some code which can make an extra charge based on the total number of items in the cart like: If number of items in cart is > 6 ===> extra cost = 5 If number of items in cart is > 12 ==> extra cost = 10 I have tried this code, but…
-3
votes
1 answer

How do i add an additional fee to the totalprice

my question is how do i add an additional fee to the totalprice of the Prestashop 1.7 cart. how can i do it? the additional fee have to be everywhere -> invoice (extra row before shipping), the order history page, confirmation email. can someone…
1 2 3
10
11