Anonymous | Login | Signup for a new account | 2019-02-20 11:04 UTC | ![]() |
My View | View Issues | Change Log | Roadmap | Repositories | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000268 | WeBid | Bidding | public | 2011-04-27 00:44 | 2015-05-04 10:20 | ||||
Reporter | Egon Dadalt | ||||||||
Assigned To | renlok | ||||||||
Priority | @0@ | Severity | minor | Reproducibility | have not tried | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 1.0.2 | ||||||||
Target Version | Fixed in Version | 1.1.2 | |||||||
Summary | 0000268: Value to pay more 1 quantity is wrong | ||||||||
Description | in the file pay.php (line 74) is: $payvalue = ($data['shipping'] == 1) ? $data['shipping_cost'] + $data['bid'] : $data['bid']; but the correct is: $payvalue = (($data['shipping'] == 1) ? $data['shipping_cost'] + $data['bid'] : $data['bid']) * $data['qty']; and in this file, the sql correct is: $query = "SELECT w.id, a.title, a.shipping_cost, a.shipping, w.bid, u.paypal_email, u.authnet_id, u.authnet_pass, u.id As uid, u.nick, a.payment, u.worldpay_id, u.toocheckout_id, u.moneybookers_email, w.qty FROM " . $DBPrefix . "auctions a LEFT JOIN " . $DBPrefix . "winners w ON (a.id = w.auction) LEFT JOIN " . $DBPrefix . "users u ON (u.id = w.seller) WHERE a.id = " . intval($_POST['pfval']); | ||||||||
Tags | No tags attached. | ||||||||
import_id | 270 | ||||||||
Thread | |||||||||
Attached Files | |||||||||
![]() |
||||||
|
![]() |
|||
Date Modified | Username | Field | Change |
2015-04-01 13:17 | renlok | New Issue | |
2015-04-01 13:17 | renlok | import_id | => 270 |
2015-04-01 13:17 | renlok | Date Submitted | 2015-04-01 13:17 => 2011-04-27 00:44 |
2015-04-01 13:17 | renlok | Last Update | 2015-04-01 13:17 => 2011-04-27 00:44 |
2015-05-04 10:17 | renlok | Relationship added | duplicate of 0000253 |
2015-05-04 10:20 | renlok | Status | new => resolved |
2015-05-04 10:20 | renlok | Fixed in Version | => 1.1.2 |
2015-05-04 10:20 | renlok | Resolution | open => fixed |
2015-05-04 10:20 | renlok | Assigned To | => renlok |
Copyright © 2000 - 2019 MantisBT Team |