Tagged Questions
The discounts tag has no wiki summary.
2
votes
1answer
176 views
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 ...
2
votes
2answers
859 views
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 ...
1
vote
0answers
180 views
How to set Dynamic Discount on each Cart Item programmatically?
I want to set the Discount (say $10) per Item dynamically, after a custom button is pressed, in the Checkout Cart page. I have checked some of the coding of Magento, to find that:-
Mainly the ...
1
vote
0answers
166 views
nopCommerce discount issue?
I am using noCommerce 1.9 and have modified the "HasOneOfTheseProductVarientsInTheCart" part of the code to this:
case DiscountRequirementEnum.HasOneOfTheseProductVariantsInTheCart:
{
if ...
1
vote
2answers
608 views
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 ...
1
vote
1answer
339 views
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 ...
1
vote
1answer
2k views
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 ...
1
vote
0answers
63 views
What is the preferred way of checking a list of products for discounts in Commerce Server?
I have a page that shows a list of Commerce Server products (sometimes dozens) that are in a given category. I need to make my page conditional so that it displays a different graphic next to the ...
0
votes
0answers
25 views
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 ...
0
votes
1answer
30 views
Creating a backend to issue discount codes
How can I create a system/backend that will generate a discount code then allow that code to be distributed/retrieved to/from a 3rd party system?
0
votes
0answers
273 views
Shopping Cart: Calculate tax total using variable item tax rates, after a fixed value ($10) discount is applied
I have created my own shopping cart class and I am currently working on how tax, discounts and totals are calculated.
The problem I am having is more theory based, rather than any problem with the ...
0
votes
3answers
308 views
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 ...