Archive

Posts Tagged ‘problem programming javascript’

Fix A Problem

October 14th, 2009 Comments off

On my site www.hockey-pbem.de Users can save goals for a game.
After some changes that have been done, saving goals is not working anymore.

I need someone to fix this asap (now if possible)

You will have access to the site and database.

Fix A Problem

October 13th, 2009 Comments off

On my site www.hockey-pbem.de Users can save goals for a game.
After some changes that have been done, saving goals is not working anymore.

I need someone to fix this asap (now if possible)

You will have access to the site and database.

Html Script Problem

August 25th, 2009 Comments off

This is a very simple problem, I just don’t know anything about scripts. On my website: http://www.uniquecellfood.com . I want it to show in internet explorer & fire fox and all web browers correctly. Also my privacy policy & disclaimer won’t show up at the bottom. You can look in my coding and see its there, but it just won’t show.

Html Script Problem

August 25th, 2009 Comments off

This is a very simple problem, I just don’t know anything about scripts. On my website: http://www.uniquecellfood.com . I want it to show in internet explorer & fire fox and all web browers correctly. Also my privacy policy & disclaimer won’t show up at the bottom. You can look in my coding and see its there, but it just won’t show.

Swoopo Like Clone Problem

July 11th, 2009 Comments off

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!

Bear