Questions tagged [discount]
405 questions
1
vote
2 answers
Paypal Express Checkout provide full items discount
I'm using Express Checkout in Paypal and trying to pass discount as a separate item (according to manual this is supported).
I pass the following part (full discount on the item, but require to pay…

Volder
- 972
- 4
- 13
- 29
1
vote
1 answer
Error linking discount library with Qt
i’m working on project that uses discount library.
http://www.pell.portland.or.us/~orc/Code/discount/
i installed the library on my machine and included:
#include
and i have this piece of code:
MMIOT* document = 0;
char* result;
QString…

Abdeljalil
- 23
- 3
1
vote
1 answer
Parsing markdown with C discount library
I'm writing a markdown editor (C++/Qt) and i'm using discount library for that purpose.
Documentation: http://www.pell.portland.or.us/~orc/Code/discount/
i wrote that code to convert HTML to markdown.
#include
#include
#include…

Abdeljalil
- 23
- 3
1
vote
1 answer
Datepicker price calculation discount
I'm using jquery datepicker to calculate price according to selected date. Now it's set 125 for one month. I want to make a discount 5% if customer chooses 3 months period and 10% if customers chooses 4+ months.
How to do…

Xinel
- 119
- 13
1
vote
1 answer
add discount amount field after apply the coupon code in cart page
I want to add the discount after apply the coupon code in the cart page.I'm having the output as follows:
Now I want to add the Dsicount with its corresponding amount after subtotal
Thank in advance! Guide me!

PHP Learner
- 111
- 2
- 4
- 15
1
vote
2 answers
catalog price rule apply on sale price
in magento promotions i created a new promotion that gives a discount of 15% on any product
the problem is that the rule calculates the discount on the already discounted special price
There's any way that the promotions will calculate the discount…

Eli Y
- 877
- 16
- 41
1
vote
2 answers
ATG - Can an Order Level Discount be applied to Items?
Consider I have two items in my cart 50 USD each , I also have a coupon '20 USD off 100'. when I apply this my cart will look like below (for simplicity and focus I am eliminating tax and shipping)
Item 1 50 X1 = 50
Item 2 50 X1 = 50
subtotal …

Sumit Juyal
- 11
- 3
1
vote
1 answer
Formula in Excel that can create special prices that are higher than the cost price and lower than the msrp price?
So I'm using OpenCart and I have about 6000 products and adding. I don't think that really matters, but just in case. I was wondering if there is a formula in Excel that I can use to create special prices that are higher than the cost price and…

user3376561
- 21
- 2
1
vote
1 answer
WooCommerce 2.0+ discount price per quantity and variation on product page
Using Mystile theme in the latest version of Woocommerce, I overrode variation.php in order to show discount price depending on quantity and variation chosen. I have 3 attributes : "marquage", "couleurs" and "couleurs à marquer".
Here's my PHP,…

Cyssoo
- 149
- 12
1
vote
0 answers
how to add a Discount to the Invoice in Magento
In case the product is "In sales" I would like to have in the invoice the price before sales and the disocunted price to appear in the invoice. How to do that. Thanks

Init
- 165
- 8
1
vote
1 answer
Product quantity based coupon rules for a single category products
I am working on drupal 7.12. I need to add a quantity based coupon for a single category products.
If I have that category product qty = 3 in cart and I apply the code it should apply on this category of product only.
I want to apply "buy 1 at $10,…

Harish Singh
- 3,359
- 5
- 24
- 39
1
vote
1 answer
prestashop add discount to cart by code - prestashop 1.4
I'm begginer at Prestashop and i'm programming a module that allows the costumer to apply a discount to the current cart.
Trying to realice how to do it using Cart and Discount clases. I found that Cart class has the addDiscount method, and Discount…

Carlos González
- 21
- 7
1
vote
1 answer
Magento discount is not being showing on line item but totals are correct
the issue I have is when trying to apply a discount to the order from checkout, it will apply the right total discount at the bottom of the magento admin order page, but the line items are showing $0 discount.
for example lets say I have a promotion…

user1920187
- 802
- 1
- 7
- 15
1
vote
2 answers
Virtuemart Discount on hour and minute
I'm using virtuemart on Joomla and I was wondering if it is possible to make a discount depending on the clock. I want to add a 20% discount on sales made from 16.00 through 20.00 avery day.
Thanks in advance

yafrack
- 654
- 1
- 8
- 24
1
vote
0 answers
Magento Shopping Cart rule not working for US
I have an issue where a straight coupon code with a fixed price discount (74.99) is applied to any of a few sku.
I've never seen this happen before, but the code is applied just fine to any address in the EU, but outside the zone the code shows as…

nero
- 521
- 1
- 7
- 19