Forums Index > Mewsoft Products > Auctionawy > Relist error
bhlaserjet First Post Posted on: 06-24-09 12:01 AM
Relist error

When I do a manual relist I get the following error. The auction I relist has no buy it now in it. The item is just for auction. Yet I get this error.\ \ Error: missing fields or incorrect data\ • The Buy it Now price must be greater than the reserve.\ \ Please correct these errors and submit again to continue.\ \ How do I fix this error?\ Thanks BOB
mewsoft Reply #: 1 Posted on: 06-24-09 11:07 AM
Re: Relist error

Edit the file PreviewItem.pm the line 192:

if ($Param{Buy_Price} && $Param{Reserve}) {

change it to:

if ($Param{Buy_Price} > 0 && $Param{Reserve}) {


Mewsoft Support
www.mewsoft.com