Welcome Visitor, Please Login or Register Now Thursday, April 18, 2024 09:33 PM 
Forums Index > Mewsoft Products > Auctionawy > Edit Item BUG
New Topic   New Reply
Search for:
Author Message
adi_novac adi_novac's personal page
Registered Member
Posts: 11 Display member's posts
Joined: 04-18-24 09:33 PM
Member Offline
View Member's Profile Send private message YIM Messenger: adi_novac
 
Back to top
Edit Item BUG Edit Delete Reply with quote Quote
First Post Posted on: 03-28-08 01:27 PM next post first post
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 adi_novac's personal page
Registered Member
Posts: 11 Display member's posts
Joined: 04-18-24 09:33 PM
Member Offline
View Member's Profile Send private message YIM Messenger: adi_novac
 
Back to top
Re: Edit Item BUG Edit Delete Reply with quote Quote
Reply #: 1 Posted on: 03-28-08 03:02 PM next post previous post
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 mewsoft's personal page
Administrator Team Member
Posts: 5381 Display member's posts
Joined: 04-18-24 09:33 PM
Location: knxoville, TN, USA
Member Offline
View Member's Profile Visit member's website Mewsoft Corporation Send private message ICQ Messenger: ICQ AIM Messenger: AIM YIM Messenger: Yahoo MSN Messenger: MSN
 
Back to top
Re: Edit Item BUG Edit Delete Reply with quote Quote
Reply #: 2 Posted on: 03-29-08 08:22 AM next post previous post
Found and fixed, Thank you, please update the file ManageItem.pm only.

Thank you

Mewsoft Support
www.mewsoft.com

aldofasano aldofasano's personal page
Registered Member
Posts: 46 Display member's posts
Joined: 04-18-24 09:33 PM
Member Offline
View Member's Profile Send private message
 
Back to top
Re: Edit Item BUG Edit Delete Reply with quote Quote
Reply #: 3 Posted on: 04-10-08 03:38 PM next post previous post
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 mewsoft's personal page
Administrator Team Member
Posts: 5381 Display member's posts
Joined: 04-18-24 09:33 PM
Location: knxoville, TN, USA
Member Offline
View Member's Profile Visit member's website Mewsoft Corporation Send private message ICQ Messenger: ICQ AIM Messenger: AIM YIM Messenger: Yahoo MSN Messenger: MSN
 
Back to top
Re: Edit Item BUG Edit Delete Reply with quote Quote
Reply #: 4 Posted on: 04-11-08 02:23 AM next post previous post
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 aldofasano's personal page
Registered Member
Posts: 46 Display member's posts
Joined: 04-18-24 09:33 PM
Member Offline
View Member's Profile Send private message
 
Back to top
Re: Edit Item BUG Edit Delete Reply with quote Quote
Reply #: 5 Posted on: 04-11-08 08:56 AM next post previous post
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 mewsoft's personal page
Administrator Team Member
Posts: 5381 Display member's posts
Joined: 04-18-24 09:33 PM
Location: knxoville, TN, USA
Member Offline
View Member's Profile Visit member's website Mewsoft Corporation Send private message ICQ Messenger: ICQ AIM Messenger: AIM YIM Messenger: Yahoo MSN Messenger: MSN
 
Back to top
Re: Edit Item BUG Edit Delete Reply with quote Quote
Reply #: 6 Posted on: 04-11-08 11:43 PM last post previous post
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

Page 1 of 1
Go to page:

New Topic   New Reply Mark Unread
Jump to:  
Delete   Move     Lock   +Favorits   +Notify   Print