Forums Index > Mewsoft Products > Auctionawy > Edit Item BUG
adi_novac First Post Posted on: 03-28-08 01:27 PM
Edit Item BUG

I submitted an auction on demo site with no marketing selected (Featured. colored, bold, images). So the only fees that I paid are the Regular Insertion Fees.

After that I loged into my account and under my "selling" menu I clicked on "Edit Item" and I put all the marketing tools in action : I uploaded two files, bolded, colored, featured, featured homepage...I mean all. I looked under my transactions and here it was the bug: I got charged only with the multimedia fees and bold fees. Everything else was for FREE - which from the auction site owner point of view STINKS.

There are some problems with the Edit Items after bidding template, not all params are being read correctly.

I have also a suggestion: You shouldn't be able to edit your auction when are bids on your item (it is not fair) or when the auctions has only 4 or 5 or whatever hours you want to set.

Please review,
Thank you
adi_novac Reply #: 1 Posted on: 03-28-08 03:02 PM
Re: Edit Item BUG

In ManageItem.pm there is:

BOLD FEES
--------------------------------------------------------------------------------
if ($Item1{Bold}) {$Param{Bold} = $Item1{Bold};}
$Item{Bold} = $Param{Bold};
if ($Param{Bold} && $Global{Bold_Fee} && !$Item1{Bold}) {
$Fees{Total_Fees} += $Global{Bold_Fee};
&Post_Transaction($Item{User_ID}, $Item{ID}, 13, $Global{Bold_Fee}*(-1), $Time, '');
}
--------------------------------------------------------------------------------

FEATURED FEES
=============================
if ($Item1{Featured}) {$Param{Featured} = $Item1{Featured};}
$Item{Featured} = $Param{Featured};
if ($Param{Featured} && $Global{Featured_Fee} && !$Item1{Featured}) {
$Fees{Total_Fees} += $Global{Featured_Fee};
&Post_Transaction($Item{User_ID}, $Item{ID}, 16, $Fees{Featured_Fee}*(-1), $Time, '');
}
==========================================


The difference is in Post_Transaction function where
$Fees{Featured_Fee} should be $GLOBAL{Featured_Fee}

All other 'marketing' functions have to be modified according to this.

HTH,
mewsoft Reply #: 2 Posted on: 03-29-08 08:22 AM
Re: Edit Item BUG

Found and fixed, Thank you, please update the file ManageItem.pm only.

Thank you

Mewsoft Support
www.mewsoft.com

aldofasano Reply #: 3 Posted on: 04-10-08 03:38 PM
Re: Edit Item BUG

Hello

I submitted an auction on demo site with no marketing selected (Featured. colored, bold, images) to, then i go to mayaccount selling edit item and ad a Image with Featured Homepage, the featured Image dont appear in the Homepage.

I see this problem in your demo and on my site to

Aldo
mewsoft Reply #: 4 Posted on: 04-11-08 02:23 AM
Re: Edit Item BUG

Yes found and fixed, Thank you. Please download the package, unzip and update these files only:

ManageItem.cgi
sell.pm
AddItemLib.pm
ManageItem.pm


Thank you again

Mewsoft Support
www.mewsoft.com

aldofasano Reply #: 5 Posted on: 04-11-08 08:56 AM
Re: Edit Item BUG

Thank you this is now o.k.

But i found an other bug:
I submitted an auction, i select (Featured) but now images, perhaps i forgot this.


then i go to mayaccount selling edit item and ad a Image, then image not appears on the Home page.

Aldo
mewsoft Reply #: 6 Posted on: 04-11-08 11:43 PM
Re: Edit Item BUG

That's it in this case, if you feature item with no image, then the item will show as featured with no image.

Mewsoft Support
www.mewsoft.com