The discount tag has no wiki summary.
2
votes
3answers
87 views
Invoicing database design
I created an application few days ago that deals with invoicing. I would like to know how to best integrate a discount to my invoices. Should I put it as a negative item (in the invoice_items table) ...
2
votes
1answer
179 views
Clue on how to program a discount system site like groupon
I found this post:
programming a contest based on cupon codes in drupal
I wonder if there is any sort of module that does something like http://www.eversave.com/ or http://www.groupon.com;
Does ...
2
votes
1answer
136 views
What does /usr/sbin/install really do?
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 manually, ...
1
vote
0answers
51 views
Magento Shopping Cart Rule not getting simple product attribute values
On a client's store we have configurable products based on a custom weight attribute (4kg, 10kg, 12.5kg etc...). I've set up a discount rule so that the discount only applies to products that are ...
1
vote
1answer
183 views
How to access to the discount price in Magento?
I'm trying to rewrite a template for the cart.
I need to retrieve the discount amount but I was not able to find where.
Ie If my coupon code gives me $10 discount I want to retrieve 10, if I have a ...
1
vote
2answers
3k views
Coupon Code For Paypal Express Checkout
I'm using Paypal Express Checkout system on my website. But i want to put a coupon (discount) code area. It will make a reduction if code is true. (Like GoDaddy.com's cart system)
Have you any idea, ...
1
vote
1answer
409 views
Paypal discount code with buy now button
I've created a paypal buy now button and integrated it successfully. When testing I notice that once I reach the paypal site there's an option to redeem a "voucher, reward or other discount".
How do ...
1
vote
1answer
61 views
Commercial development tools free/discounted for non-profit organizations?
I just started working for an official non-profit organization, and am finding out that some commercial software vendors offer free or discounted licenses for non-profits. For example, Atlassian ...
0
votes
3answers
40 views
Script for dated discount
I'm a little new at PHP, so my script writing is still progressing. I have a page that users register for a seminar they have to pay for. If they register prior to 5 days before the seminar takes ...
0
votes
0answers
174 views
Magento - Adding custom discount field in Admin for create order
I want to have an custom field called discount in the admin backend while creating an order for specific customer. The functionality should work in the same way as of apply coupon. Here i want to have ...
0
votes
2answers
141 views
How can I set up magento to work with free shipping over 500 and also a discount coupon for 10% with code?
Can I get some help in Magento?
I have an online store set up for a client where I have set up shipping free for anything over $500. This works well throughout the checkout process.
I have set up ...
0
votes
1answer
150 views
Magento discount errors….one cent off
Of the 500 orders that we’ve had since we are testing , we got 4 or 5 case where the discount is showing like
9.99 instead of 10.00
24.99 instead of 25.00
49.99 instead of 50.00
it appears to be ...
0
votes
0answers
127 views
SOLVED: Ubercart: How do I discount the original sell price based on the quantity of either one OR all the products in the cart?
SOLVED: For Ubercart: How do I discount ALL products in the cart based on the quantity of any and/or all products purchased? I.e., buy more than a total of 10 products (any combination of products and ...
0
votes
1answer
246 views
Paypal add to cart multiple items form with discount
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 ...
0
votes
0answers
126 views
Magento - bundle product made up of taxable and non-taxables - how to calc the tax correctly
Just wondering if any Magento customization geniuses know the answer to this, or have any suggestions.
For whatever reason, and it's not a debatable point so let's take this as a given, our client ...
0
votes
1answer
111 views
Magento - How to add discounts to Check/Money orders?
I've asked around and google'd but still nothing.
I want to be able to offer a 10% (or wtv) discount to anyone that opts out to pay directly through Wire Transfer or Check.
Can this be accomplished ...
0
votes
1answer
95 views
AJAX if Statement Help for generating Discounts
I have a problem that maybe someone could help me with.
I'm creating a order form script for a client where the user can fill out an enquiry form that contains a simple calculator. So the user will ...
0
votes
1answer
2k views
Calculate the price for each product in an order in Magento
I want to calculate the base price of all products in an order. The price for each (1 quantity) should include any discount/bonuses but NOT tax. The total of all product prices times their quantity + ...
-2
votes
1answer
29 views
Reveal page based on a fan's username
I have a fan gate/ reveal page on Facebook. When the user likes the page, the user goes to a second page and the user is able to download a PDF file. I want to generate the content of the PDF file ...