Skip to main content

Questions tagged [fee]

E-commerce usage related to additional charges

2 votes
1 answer
87 views

Add a fee in WooCommerce checkout based on the chosen shipping method, payment method and postcode

I want to add an extra charge when the customer chooses geniki taxydromiki as the shipping method and pays cash on delivery or by card or bank deposit and if the customer belongs to specific zip codes....
Sokratis Zervos's user avatar
-1 votes
0 answers
22 views

Woocommerce : adding insurance to postal fees

A friend of mine is building a website for a client using Woocommerce. For the shipping fees, he is using a plug-in provided by the postal company that calculates the fees according to the total ...
user3102556's user avatar
-3 votes
1 answer
36 views

Python-Flask Application issue [closed]

I am building student management system using flask for this i want to make student fee form based on below criteria Select the course and then relative subcourse and then list of student (name, ...
Mehmood Ashraf's user avatar
0 votes
0 answers
20 views

How can I cancel the gas fee for all transactions in substrate?

I want to cancel the transaction fee occurring in substrate so that the transfer fee is 0 units. Frontier Parachain Collator Template 1.0.0 Thanks in the file lib.rs I reset the weights, but nothing ...
user24114483's user avatar
0 votes
0 answers
21 views

Can't get Woocommerce Payment Gateway Fees to be added upon checkout [duplicate]

I use WooCommerce combined with the WooCommerce Stripe Gateway. I wish to add an extra fee when paying with Credit Card (Stripe), but I can't get it to work. I have tried Booster for Woocommerce, ...
Martin's user avatar
  • 1
0 votes
1 answer
35 views

Displaying a custom woocommerce cart fee based on a custom datepicker field selection

Party Rental Equipment website. Using the JQuery datepicker in 3 woocommerce_form_field, one for Event Date, One for Delivery Date, and one for Pickup Date. I am trying to charge a $440 extra fee if ...
dtheyer's user avatar
0 votes
0 answers
24 views

Woocommerce add cart fee based on another order amount

I am trying to add a cart fee based on another order amount. The other order is the parent order in a "order again" process. The ID of this oder is given by the $edited session variable. The ...
Mister PO's user avatar
1 vote
1 answer
175 views

Exclude some products from calculated additional fee in WooCommerce

I wrote This function to add a 9% extra fee on a gateway just on the checkout page. Now, I want to exclude some products by ID from increasing additional fees in a function. How can I simply do this ...
Paul Vek's user avatar
0 votes
0 answers
66 views

Getting cart fees in WooCommerce not working in my header.php

I have some code in my Wordpress header.php to create a side cart. But the line $fees = WC()->cart->get_fees(); returns an empty array while there are fees applied because if I look in the ...
CodeJr's user avatar
  • 3
1 vote
1 answer
35 views

Add a fee to WooCommerce Total Cart based on an URL query variable

In the following code, I add a percentage fee to WooCommerce Total Cart, but the condition in the IF statement, doesn't work. I somehow checked everything. // Adding Nutritionist Fees add_action('...
superiorstar's user avatar
0 votes
0 answers
224 views

How to add additional fee for specific payment method on checkout page with Woocommerce Gutenberg block?

When the checkout page is generated by 'woocommerce_checkout' shortcode, we can use 'woocommerce_cart_calculate_fees' hook to add an additional fee for any specific payment method with this js code to ...
user3747544's user avatar
1 vote
1 answer
81 views

Add a Percentage Fee and a Fixed Fee For specific Product type in WooCommerce

I am trying to add TWO fees to all WooCommerce orders when and if the cart has "auction" products in it. I need to add a "clubbing" fee of 20 for each "auction" product ...
Learning WooStoreFront's user avatar
0 votes
3 answers
794 views

WooCommerce discount: add negative fees without taxes

I am adding a WooCommerce cart fee like so : add_action('woocommerce_cart_calculate_fees', function($cart) { $cart->add_fee(__('Popust za vjernost'), -10, 0); }); I thought adding a 0 ...
franka's user avatar
  • 45
1 vote
1 answer
108 views

How to Combine Different Woocommerce Fees into One Name?

I'm setting up California Redemption value fees for my site. The code that I have found on here works, however I would like for the different fees to be combined under the same name, which would just ...
TryingHermosa17's user avatar
0 votes
0 answers
69 views

I have an error when adding extra fees (add_fee) in the cart of Wordpress with Woocommerce?

What I'm wanting to do is the following: I have two types of subscriptions on the site for customers, that if they buy them they can have discounts on products. These subscriptions cost ARS$5,000 and ...
Diego's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
11