I have the module installed and it seems to work nice.
but there seems to be a problem with my setup.
anytime a user wins a auction the product will be added to his cart.
after completing the checkout, the product will be added again!

can someone tell me where to look for setting up the automatic adding of product the right way?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Blackice2999’s picture

Component: Documentation » Code
Category: Support request » Bug report
Priority: Major » Normal
Issue tags: -commerce_auction, -auction, -rules, -Commerce (duplicate), -cart

Hi,

i think this is a bug instead of a support request. On hook_node_view the module checks only the timestamp of the expire time but not if an node already processed so it will create a new commerce cart order because there is no more an commerce card order. A possible solution can be to check if the user has already buyed this node.

RKopacz’s picture

Any word on whether this has been fixed? I have a request to implement an auction on a site, and would like to use this module, but would like to make sure if any bugs have been worked out.

I am not too hot with PHP / module development, but can help with testing, etc.

lklimek’s picture

Attached patch limits the product to be bought only once.