discount Questions

13

Solved

I am trying to apply a discount to a carts total price, but I can only do it to the item base price and not the over all price. I Googled and came across this post in the wordpress stackoverflow: ...
Radiophone asked 7/3, 2014 at 12:4

2

Solved

Without a using coupon functionality I would like to apply a 15% discount for a specific payment method ID like 'xyz'. I would like help identifying which hooks to use. The general idea of what I ...
Sweated asked 23/12, 2017 at 21:12

2

Solved

In woocommerce, we can add a discount to any order using Coupons feature (fixed amount, percent amount…). Is it possible to add discount amount to any order programmatically where the discount am...
Monaghan asked 4/10, 2018 at 12:35

1

Solved

I have a woocommerce store, with 3 user roles, I want to provide a 10% discount on the cart total only for a user role 'company'. I found "Percentage discount based on user role and payment method...
Borate asked 26/2, 2019 at 15:39

3

Solved

In Woocommerce I'm trying to find a way to apply a 10% discount to an entire customer's order if the weight in the cart is over 100 lbs. I'm partway to achieving this. For the next step, I'm lookin...
Windpollinated asked 1/4, 2013 at 13:46

2

Solved

I have a WordPress site which uses WooCommerce plugin. I would like to offer buyer 5% reduction from cart total if they select local pickup as a shipping method. I already tried - 5 * [qty] and it...
Aguirre asked 4/7, 2018 at 10:38

2

For example $_producte = Mage::getModel('catalog/product')->load(2974); echo $_producte->getFinalPrice(); I can get in frontend when insert to .phtml BUT I can not get final price (with ...
Badoglio asked 13/3, 2012 at 13:31

1

In WooCommerce, how do I set a cart discount based on the total number of items in the cart? For example: 1 to 4 items - no discount 5 to 10 items - 5% 11 to 15 items - 10% 16 to 20 items - 15% ...
Mafala asked 1/7, 2017 at 2:35

1

Solved

I had this code in function.php of my theme to display the percentage after price and it was working fine in WooCommerce v2.6.14. But this snippet doesn't work anymore on WooCommerce version 3.0+....
Killy asked 3/5, 2017 at 10:49

1

Solved

In WooCommerce, I have a category of products called Samples, each sample costs $2.99. But I'd like a way to automatically change the cost of the Samples from $2.99 to $1 when 5 Samples are added t...
Clie asked 29/11, 2016 at 16:40

0

Our app that is in development will have the following 2 IAPs set up: $12.99/mo as an auto-renewable subscription. $9.99/mo as an auto-renewable subscription (if you've entered an invite code). ...
Potbellied asked 19/8, 2015 at 1:41

2

I've been searching for a while but I can't find how to remove woocommerce coupons programmatically. I'm trying to make discounts based on cart total. I need to apply remove coupons because If you...
Fourpence asked 26/10, 2014 at 20:4

3

Solved

First question on stackoverflow...i am excited :) Currently magento is using the special price if its lower than the applied catalog price rule. If the catalog price rule makes the product cheaper...
Larondalarosa asked 8/8, 2013 at 7:32

1

Is it possible with google play store having a non free app that can be downloaded for free (or with a certain discount) if the user provide a promotional code?
Endocrinology asked 6/2, 2014 at 12:46

2

I'm trying to offer a discount based on the purchase amount of the buyer using a paypal Add to Cart form. Basically I'm giving out for discount codes Disc1, Disc2, Disc3, Disc4, which will discount...
Anet asked 20/10, 2011 at 18:43

1

How do I discount ALL products in the cart based on the quantity of any and/or all products purchased? For example, when the user buys a totale of 10 products (any combination of products), the pro...
Bomb asked 29/10, 2011 at 20:58

1

Solved

I'm trying to install discount on my VPS which is based on Solaris and compiling works great after setting some environment variables but the install fails. So I thought I'd do the install manual...
Brakeman asked 10/2, 2011 at 16:19
1

© 2022 - 2024 — McMap. All rights reserved.