Closed (fixed)
Project:
e-Commerce
Version:
4.7.x-2.1
Component:
flexicharge
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2007 at 16:54 UTC
Updated:
31 Jul 2007 at 14:43 UTC
Hi,
after adding a coupon code to the review page, all flexicharges show twice,
i made a little dirty fix:
add in function "flexicharge_checkoutapi"
before "while ($charge = db_fetch_object($configured_charges)) {"
if(is_array($txn->misc)) {
$i = 0;
foreach ($txn->misc as $misc) {
if ($misc->callback == 'general_sitewide_flexicharge_calculate') {
unset($txn->misc[$i]);
}
$i++;
}
}
or see the attached file.
this is for all version of this contrib.
please review.
regards pebosi
| Comment | File | Size | Author |
|---|---|---|---|
| flexicharge.module.txt | 11.74 KB | pebosi |
Comments
Comment #1
simeCan you please clarify which version you've installed? HEAD is not being developed at the moment.
Comment #2
pebosi commentedI used 4.7 2.1, but the problem is in all versions the same
Comment #3
simecorrecting version
Comment #4
simeSorry, I cannot replicate in 4.7 or 5. Perhaps it was fixed by something else.
Comment #5
(not verified) commentedComment #6
simeSee
http://drupal.org/node/160339