Questions tagged [discounts]

25 questions
31
votes
1 answer

e-commerce: Algorithm for calculating discounts

I'm in need of expert advice on a tricky matter. The scenario is: e-commerce web-site lots of products lots of discounts mixed on these products A product is identified by a unique ProductID and has a sales price. Very classic scenario. The…
14
votes
5 answers

How to create a coupon on specific product in Magento?

Let's say I have 10% off coupon code. This coupon is applicable only to Product B A customer have in its cart : Product P1 Product B Product P2 I don't want my 10% off coupon apply to other product but only to Product B. Do you know how I can do…
ÉricP
  • 843
  • 4
  • 12
  • 17
4
votes
1 answer

In App Purchase with Student Discount

I'm working on an iPhone app that unlocks further content through an in app purchase. However, I'd like the ability to offer a student discount for the upgrade. I tried creating a second in app purchase at the discounted price, that you could…
bornbnid
  • 383
  • 4
  • 9
4
votes
1 answer

“Get product X for free on orders over $100” coupon code in WooCommerce

Is there any simple way or any plugin around that allows to create a coupon code for the following kind of offer: "get product X for free on orders over $100"?
drake035
  • 3,955
  • 41
  • 119
  • 229
3
votes
1 answer

Kentico - Adding multiple discounts

I'm using Kentico version 8.2, and am trying to allow a user to enter multiple coupons. In the ECommerceContext.CurrentShoppingCart object you have a ShoppingCartCouponCode that you can set. This then adds this coupon to the Discounts collection on…
3
votes
2 answers

Magento - Displaying reward points on products with Tax

We run a Magento Based e-commerce site. It is running Magento Enterprise 1.10. We are in the UK - so we like to show all prices inclusive of Tax(VAT). Our store is set up with Prices entered inclusive of VAT, and Magento back-calculates the VAT at…
Cheddies
  • 33
  • 8
2
votes
0 answers

How to add discounts in virtuemart 2.0 which are dependable on types of shoppers

I am having frustrations with this new Virtuemart 2.0. First of all: I would like to define discounts. I can't find that option. How can I do this? Second: I would like to define three shopper groups and would like to define different discounts on…
Draško
  • 2,119
  • 4
  • 41
  • 73
2
votes
0 answers

BigCommerce Customer Groups API - How to tell if category type discount applies to subcategories?

On the BigC dashboard, I can configure two types of discount applications to Category Level discount: "products in this categories only" "products in this category and its subcategories". Example Customer Group Category Level When retrieving the…
Ken Mau
  • 21
  • 1
2
votes
1 answer

Paypal Discount When purchasing two + items (not two instances of same object)

Paypal has listed out methods for discounts such as : discount_amount Optional Discount amount associated with an item. It must be less than the selling price of the item. If you specify discount_amount and discount_amount2 is not defined, then…
2
votes
1 answer

Display Percentage or Amount of discount for catalog price rule in Magento

I'm struggling to figure out how to display the percentage or the amount of discount that is applied to a product in Magento via the Catalog Price Rules. For example: I want the price to be displayed in the front-end as follows: [old-price]…
user223731
  • 689
  • 1
  • 7
  • 10
1
vote
0 answers

nopCommerce discount issue?

I am using noCommerce 1.9 and have modified the "HasOneOfTheseProductVarientsInTheCart" part of the code to this: case DiscountRequirementEnum.HasOneOfTheseProductVariantsInTheCart: { if (customer != null) { …
PD24
  • 754
  • 6
  • 16
  • 37
1
vote
0 answers

Rounding issue in Woocommerce prices calculations

I'm having an issue when trying to do some calculations within Woocommerce, and it looks like I'm getting a floating-point precision error. I.e: my end sum is 448.99, but actually I need my sum to be 449.00. Let's take a look at how I arrive to this…
Darthmaul
  • 151
  • 1
  • 10
1
vote
2 answers

Is there a way to refresh Magento *Catalog* (not Shopping Cart) prices with a Coupon code?

Been searching high and low for a question similar to this both here and in Google and I'm surprised that I haven't been able to find anything similar. I'm familiar with Customer Groups and Tiered Pricing but it doesn't fit the objective that my…
nero
  • 521
  • 1
  • 7
  • 19
1
vote
0 answers

Prestashop 1.6.1.4 not stacking discounts and showing wrong price

I have a problem with my Prestashop: If a product only have quantity discounts the total price shown in the cart is correct, but when I also apply a category general discount (from Price Rules) that involves a product that also had a quantity…
David
  • 11
  • 1
1
vote
4 answers

Custom discounts in Commerce Server !

I have to create some custom promotion Discounts which does not fall in the category of DiscountTypes provided out of box from Commerce Server. Is there a way for creating your own Custom Discounts like custom Pipeline Components. Any ideas are…
user424134
  • 502
  • 2
  • 5
  • 17
1
2