Questions tagged [discount]
405 questions
0
votes
0 answers
How can I give a 5% discount on total order cost if a customer chooses Local Pickup shipping method?
So how can I give a 5% discount on total order cost if a customer chooses Local Pickup shipping method?
I tried this code in Woocommerce:
add_action( 'woocommerce_cart_calculate_fees', 'custom_discount_for_pickup_shipping_method', 10, 1 );
function…

Ietje
- 1
- 1
0
votes
0 answers
How to use customer email address in woocommerce as a discount price for products/services
I am running a product as a service in woo-commerce, where we maintain a droop-down list as code for each customer to select own code and get discount. Now the list is going to increase 100+
We are using a simple plugin where we adding droop-down…

Ramiz Syed
- 23
- 5
0
votes
1 answer
Give Site-Wide Discounts for Current Active WooCommerce Subscriptions Subscribers
I'm running a site that has a cookie subscription business. If a customer is already an active subscriber I'd like any additional products purchased to be half price (since they're shipped together). What is the best way to do this?
I have this…
0
votes
0 answers
How to get total price with discount in Shopify?
I have DataLayer code snippet for Order Status Page Shopify: