We had a request to be able to link a coupon from a email newsletter back to magento, and automatically apply a coupon discount with one URL. So for instance, clicking on something like http://yoursite/applycoupon/index/?url=some-cool-product&coupon_code=TESTYOURCOUPON would go the magento site, automatically apply the discount to the cart when the user adds something to their cart.
Natively, this does not exist within Magento, so we had to either build for find a plugin to accomplish the same thing.
We found a great article from Drew Gillson (thank you!) that got us most of the way there. His article should get you most of the way towards the solution, however we still were having problems getting it to work.
Read More