The auction runs fine. The winning user can add the product to the cart, but the cart value is set to the sell price of the product instead of the high bid price.

CommentFileSizeAuthor
#9 uc_auction-1035658-9.patch1.37 KBSeanA

Comments

dsramalho’s picture

Priority: Normal » Major

I am having the same problem here. The auction runs fine and user can add the product to cart; but cart sub-total is $0 therefore the checkout with Paypal is impossible. I have not found a solution for this and I would like to know how others are overcoming this issue.

I have spent a week looking and changing the config settings and codes but could not work it out.

Could somebody help or appoint us in the right direction to overcome this issue??
Thanks, Dan Ramalho.

pindaman’s picture

when I login later this is fixed
- maybe cron has something to do with it.

jepster_’s picture

Status: Active » Fixed

Please update to the actual version of the Drupal core and Ubercart Auction. If this isn't fixing the problem, please reopen the issue.

jepster_’s picture

Status: Fixed » Closed (cannot reproduce)

closed

Jack_S’s picture

Issue summary: View changes

Same problem here with latest versions, this module does not work on drupal 7!

Jack_S’s picture

Status: Closed (cannot reproduce) » Active
SeanA’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev

Sounds like this might be related to #348592: Sell price may be different from high bid.

SeanA’s picture

Title: auction has been won, but cart item is $0 » Price in cart is not the high bid price
Category: Support request » Bug report
Issue summary: View changes
SeanA’s picture

Status: Active » Needs review
StatusFileSize
new1.37 KB

Here's a fix for this.

Uses part of this patch by kalabro, updated to use a different hook:
#1556830-8: Notice: Undefined property: stdClass::$is_auc em uc_auction_form_alter()
With a modification by ABDUL7887 found here:
#348592-14: Sell price may be different from high bid

jepster_’s picture

Thanks for the patch. Sean, I have not been in this project since 3 years of so. Do you want to become the maintainer of this project?

SeanA’s picture

Hi Peter, yes, I'll maintain the module.