Closed (fixed)
Project:
Ubercart Auction
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2008 at 08:50 UTC
Updated:
2 Aug 2016 at 02:59 UTC
Jump to comment: Most recent
Comments
Comment #1
Garrett Albright commentedHmm. Disabled fields don't seem to be submitted by the browser… ?
Working on this problem has brought to life another what if: What if a store administrator goes to edit a node's sell price even before bids are placed (which is acceptable behavior), but a bid is placed before the admin saves the node?
The solution I've come up so far is that, when the node is loaded, Ubercart Auction checks to see if $node->sell_price equals the value of the highest bid. If not, then the price is set to the highest bid, the node saved (saving nodes in node_load() is somewhat cringeworthy), and a message thrown into watchdog. I'm not totally proud of this solution, but it works.
Comment #3
carlazitroc commentedThe system message that this issue is now fixed but I still get this error, the sell price is always set as the sell price not the high bid when the winner checkout the product he has won. How will I fix this bug?
Comment #4
jday commentedI'm having the same problem, when a winning bidder adds the item to their cart, the sell price is displayed, not the high bid price.
Comment #5
igoen commentedSame problem here. Can anyone help us?
Comment #6
khwab commentedI am having same issue. What changes do we need to make ( drupal 7 ) to fix this?
Comment #7
johnkareoke commentedAnyone able to resolve this issue?
John
Comment #8
Ram_doss commentedWhat is the status of this issue? is it fixed?
Comment #9
Ram_doss commentedI have installed uc_auction module one month before and have been using in
dev site.I didn't test it out actually what happends after expiry of a
product is completed. After seeing this
page(https://drupal.org/node/348592#comment-8153823), i came to a
conclusion
that the highest bid value doesn't reflect in the add to cart option. Is
this
issue fixed in the latest dev version? Should i replace the module to
latest
version?
Have You guys found any solution for this ??? If so please help me out how
you fixed it ??
Comment #10
Jack_S commentedSame problem here, when auction ends and the produc is added to the shopping cart the Ubercart Sell Price is used and the bid ammount is disregarded. This renders the module broken as the bids have no meaning as it is always the default price never the price of the bid that is added to the cart!
Comment #11
Iner44 commentedSomeone working on this?
Please fix this issue!
Comment #12
dpickerel commentedI'm working on this now. It didn't start happening until I added patches for another bug.
I can find where the cart total is added in, and i can see where the sub-total is calculated, but I'm having trouble finding where i should insert the bid price for an item when the item is loaded in the cart.
Anyone want to compare notes?
Comment #13
ABDUL7887 commentedGuys did any one solve this or at least a way around it ?
I tried every possible way that I know of such as making some events/actions with rule module but it was silly idea.
It seems like the high bid (display_price) is not being seen by drupal at all, I intended the following:
Set starting price to $100, Sell price to $1000.
I placed bids to increase the High bid to $2000, which is higher than the sell price. and when I proceed to payment the price in the cart is $1000.
Can someone please tell us how to work around this.
Comment #14
ABDUL7887 commentedI found this patch which make the high bid is the price processed to payment
https://www.drupal.org/files/uc_auction-undefined_property_is_uac-155683...
But in my case, I applied this and it made the high bid is always the price processed to payment even if the user select
Buy now, the High bid is what the user asked to pay for. So I inserted extra if in the uc_auction_uc_cart_item_load()
This is what I have done to make it work.
Comment #15
ABDUL7887 commentedComment #16
SeanA commentedComment #17
SeanA commentedThe original problem was fixed, and then this issue was hijacked at comment #3. That issue is here: #1035658: Price in cart is not the high bid price