Swoopo Like Clone Problem

July 11, 2009 by admin
Filed under: Newest Projects 

i have up a swoopo like clone. It works but just notice a bug there
i will login as a member and then i will just go to watch an item.

in one of the boxes i have:

Savings:
Worth up to: $12.00
Placed bids (1): $1.00
Price: $0.30($1.00)
Savings: $10.00

My problem is Placed bids (1): $1.00 since one bid is just 0.15$
I do not know why is like that but i do know the file and the lines you will need to edit. It should not take more then 5-10 min…

<tr><td height=”8″></td></tr>
<tr>
<td colspan=”2″ height=”20″ class=”saving_heading”><strong>’.$lang['Savings'].’:</strong></td>
</tr>
<tr>
<td class=”saving_worth”>’.$lang['Worth_up_to'].’:</td>
<td class=”saving_worth_value”><strong>’.$functions->Get_Price_format($sqlRow->normal_rate).’ </strong></td>
</tr>’;
if($_SESSION['SESSIONUSERID']!=” || $sqlRow->end_bid==’Y')
$product_detail.=’<tr>
<td class=”saving_worth”>’.$lang['Placed_bids'].’ (‘.$my_bids.’):</td>
<td class=”saving_worth_value”><strong><div id=”place_bid_div_’.$sqlRow->id.’”> ‘.$functions->Get_Price_format($my_bids_rate).’</div></strong></td>
</tr>’;
$product_detail.=’<tr>
<td class=”saving_worth”>’.$lang['Price'].’:</td>
<td class=”saving_worth_value1″ id=”a_current_price2″ align=”right”><div id=”price_index1_div_’.$sqlRow->id.’”>’.$New_Max_bid.’</div></td>
</tr>
<tr>
<td colspan=”2″ bgcolor=”#434343″ height=”1″></td>
</tr>
<tr>
<td class=”saving_worth”>’.$lang['Savings'].’:</td>
<td class=”saving_worth_re” sid=”user_savings” ><div id=”price_save_div_’.$sqlRow->id.’”>’.$functions->Get_Price_format($saving_price).’ </div></td>
</tr>
<tr>
<td height=”5″></td>

</tr>
<tr>
<td colspan=”2″ class=”Price1_text1″ align=”center”>’.$lang['retail_price'].’</td>
</tr>
</table>

I also attached the file that i think needs to be edit.
Also i want to understand please what you did when the problem is fixed.

Thank you!

Go to Source

Post similar project on sosexpert.com



Related Projects

  • November 1, 2009 -- Image Upload With Ajax
    This javascript works with text POST but it wont upload an image. I just need this script fixed so ...
  • September 24, 2009 -- Ruby Radiant Cms Work
    www.bookoftodays.com requires the following updates to be made. 1) Add a feed for twitter and other...
  • July 30, 2009 -- A 2 Page Webhosting Design
    We're looking for a sleek but simple Web 2.0/3.0 design for our new hosting site. We need 1 customi...
  • July 13, 2009 -- Fix Some Bugs Swoopo Like Clon
    Hello i have a swoopo like clone. It is not working on crons jobs if there ane any there doing that....
  • July 3, 2009 -- Convert Html Table To Css
    I have a single web page coded using HTML tables &lt;table&gt; and I'd like it updated to us...

Comments

Comments are closed.

Better Tag Cloud
goingup