*

Ivan Kataev

  • ***
  • 54 posts
Re-offer
« on: July 21, 2022, 08:51:27 AM »
How to enable the user to make new offers in case of refusal?

*

MB Themes

Re: Re-offer
« Reply #1 on: July 21, 2022, 09:11:12 AM »
@Ivan
This is probably not implemented yet, if user can post just 1 offer, also refused one is counted.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ivan Kataev

  • ***
  • 54 posts
Re: Re-offer
« Reply #2 on: July 21, 2022, 09:41:51 AM »
I would like to see such a feature.

*

MB Themes

Re: Re-offer
« Reply #3 on: July 21, 2022, 10:44:08 AM »
@Ivan
Will put it on list ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mwindey

  • *****
  • 461 posts
Re: Re-offer
« Reply #4 on: September 08, 2022, 11:47:10 AM »
@MB Themes

Is there any update on this matter? It is very interesting that when a user is declined can have an extra chance to place a higher bid....

No worries we are very patient  :D ;)

*

MB Themes

Re: Re-offer
« Reply #5 on: September 08, 2022, 11:56:36 AM »
@mwindey
I think you should be good just by going into model and search for:
Code: [Select]
$this->dao->where('i_status <> 1');
and update to:
Code: [Select]
$this->dao->where('i_status not in (1, 2)');
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mwindey

  • *****
  • 461 posts
Re: Re-offer
« Reply #6 on: September 08, 2022, 12:47:57 PM »
@MB Themes

Some things in life are so easy  ;)
Now it is possible to bid only once on the item and if declined raise the price on same item.....
Works super! Thank you  8) :-*
« Last Edit: September 08, 2022, 12:55:53 PM by mwindey »

*

MB Themes

Re: Re-offer
« Reply #7 on: September 08, 2022, 02:33:45 PM »
@mwindey
Probably also when accepted, based on logic.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mwindey

  • *****
  • 461 posts
Re: Re-offer
« Reply #8 on: September 08, 2022, 03:41:42 PM »
@MB Themes,

Correct ... When accepted also possible to make new offer. Question is... Who would be so dumb to bid again on an accepted offer  :D
Then again... To answer my own question. Many  ;D ;D

*

MB Themes

Re: Re-offer
« Reply #9 on: September 08, 2022, 05:12:24 PM »
Maybe next purchase
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots