Hi,

For some reason, a coupon is subtracted twice on the checkout page.
Look at https://img.skitch.com/20110606-8tt5fasfrpsfwyn75m28echsxe.png for a screenshot.
I used the basic coupon included in the module.

Greetings,
Tom

Comments

oliver huynh’s picture

subscribing

BenK’s picture

Subscribing

liupascal’s picture

Status: Active » Needs review
StatusFileSize
new1.92 KB

This patch might clean this issue

There was a problem in the commerce_price_component_add() function as it added both a basic price and the specific price component for the coupon (see #1192200: commerce_price_component_add always adds a base price component to the price components.)
I am not directly using this module but making my own to use userpoints as a mean of payment - so please review the patch carefully i didn't test it thoroughly, plus it's the first patch i ever made ..
Hope it helps

Edit : ho and you should test it with new coupon application - old ones might not be affected and remain broken (Try to update the order where you applied it by reapplying the coupon maybe it'll work)

hunziker’s picture

This issue is fixed in latest commit.

bojanz’s picture

Status: Needs review » Closed (fixed)
z_khn06’s picture

Version: 7.x-1.0-beta2 » 7.x-1.0-beta3
Priority: Normal » Major
Status: Closed (fixed) » Active

I am having this same issue with the latest version.

geek-merlin’s picture

Status: Active » Postponed (maintainer needs more info)

with the dev version i don't, you might try this

pcambra’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

This does not happen after the changes in -dev