Swoopo Like Clone Problem
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!
Post similar project on sosexpert.com
