Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Some questions for the good people on the forum


monster061

Recommended Posts

Posted

Hi all!

 

My site is located at Futomart and I have several problems. After working for a while with the store things started changing and I dont know why.

 

When you click on a product at my store and try to Ask A Question after filling everything and clicking send the whole website appears in the Ask A Question box.... very strange. I tried uploading all files again but it seemed not to be working.

 

Another strange thing happens when you click on the reviews and after filling everything out, again something appears as a pull down menu and the review is not sent.

 

Both reviews and asking questions from my customers are not actually sent....

 

So PLEASE, if someone can help me out I will be more than grateful

 

THANKS IN ADVANCE !!!

 

 

(at least give me some hints where to begin changing things that will eventually fix the problems)

The creator of www.futomart.com

Posted

did you somehow disable view source?? i was trying to view the source to get a handle on what was going on, but i could not.

 

Also, the ASK A QUESTION is not a stock oscommerce feature, which means no one really knows what the code for that looks like. you should post the code for that section of y our site and work on one thing at a time.

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Posted
did you somehow disable view source?? i was trying to view the source to get a handle on what was going on, but i could not.

 

Also, the ASK A QUESTION is not a stock oscommerce feature, which means no one really knows what the code for that looks like. you should post the code for that section of y our site and work on one thing at a time.

 

I haven't disabled anyting for the store, not a thing.

 

About the ASK A QUESTION, there are many files linked to this feature and I dont know which one should I post....

 

There are:

 

Catalog/ask_a_question.php

Catalog/ask_a_question2.php

Catalog/popup_image.php

Catalog/product_info.php

Catalog/scr.php

Catalog/scr.css

 

5 files in the admin area

6 files in the includes area

The creator of www.futomart.com

Posted

well, i would start looking for the file that has the submit feature.. probably _question2.php or _question

 

I didnt even SEE a popup_image when i asked a question...

 

dont post any from the admin.. i dont think that is where the issue is.. yet

 

was this pre-installed on your template?

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Posted
well, i would start looking for the file that has the submit feature.. probably _question2.php or _question

 

I didnt even SEE a popup_image when i asked a question...

 

dont post any from the admin.. i dont think that is where the issue is.. yet

 

was this pre-installed on your template?

 

No I installed it by myself. No idea.... Why is the whole site showing up in the box I have no idea.... Here we go again....

The creator of www.futomart.com

Posted

which ask a question contribution did you use?? or did you coed it entirely by yourself

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Posted

The table_background_man_on_board needs to appear after sending the message. I will search through all files that contain it and maybe I will findout something valuable

The creator of www.futomart.com

Posted
which ask a question contribution did you use?? or did you coed it entirely by yourself

 

I used Product Tabs 2.2 or 2.1

The creator of www.futomart.com

Posted

are you just going to talk to yourself and ignore my comments and questions?

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Posted
are you just going to talk to yourself and ignore my comments and questions?

 

I answered your previous question, read little bit.

The creator of www.futomart.com

Posted

Here is the source of the page if it might help.

 

 

<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">

<html dir="LTR" lang="en">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<title>Welcome to Futomart. Buy FlyJumper Jumping Stilts Here!</title>

<meta name="keywords" content="FlyJumper, Flyjumpers, Powerizers, Powerizer, Powerskip, Pro-Jump, Jumping Stilts, Macedonia, On-Line Store">

<base href="http://www.futomart.com/">

<link rel="stylesheet" type="text/css" href="stylesheet.css">

<script language="javascript"><!--

function popupWindow(url) {

window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,res

izable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,le

ft=150')

}

//--></script>

 

<script language="javascript">

window.onload=function(){

initTabs();

}

</script>

<!-- Product Tabs 2.1 End-->

 

</head>

<body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">

<!-- header //-->

<!-- -----------------------------------------

 

<table cellspacing=0 cellpadding=0 width=187 align=center bgcolor=#ffffff> <form name="manufacturers" action="http://www.futomart.com/index.php" method="get"><tr><td height=16 bgcolor=#628AB3 class=ch colspan=2>   <font color=#ffffff>Select manufacturer</font></td></tr>

<tr><td height=8 colspan=2></td></tr>

<tr><td align=center>

<select name="manufacturers_id" onChange="this.form.submit();" size="1" class=go><option value="10">Futomart</option></select> </td><td> <input type=image src=images/m16.gif width=27 height=18></td></tr>

<tr><td height=10 colspan=2></td></tr>

<tr><td height=10 bgcolor=#E9E9E9 colspan=2></td></tr>

</form>

</table>

 

-------------------------------------- -->

 

 

<table cellspacing=8 cellpadding=5 width=700 align=center>

<tr><td><div align="center"><img src=images/logosmall.jpg></div></td>

</tr>

<tr><td><table cellpadding=0 cellspacing=0>

<tr><td style="background-repeat:no-repeat" background=images/m15.gif width=200 height=71>

 

<table cellspacing=0 cellpadding=0 width=160 align=center>

<form name="quick_find" action="http://www.futomart.com/advanced_search_result.php" method="get">

<tr><td height=13 colspan=2></td></tr>

 

 

<tr><td class=ml colspan=2><font color=#ffffff>Search:</a></td></tr>

<tr><td width=135><input type="text" name="keywords" size="20" maxlength="30" class=go></td><td width=25 align=right><input type=image src=images/m09.gif width=20 height=20></td></tr>

 

 

 

<tr><td width=135 align=right>

<a href=http://www.futomart.com/advanced_search.php class=ml2>Advanced search</a></td><td width=25></td></tr>

<tr><td height=9 colspan=2></td></tr>

</form>

</table>

</td>

 

<td width=3></td>

<td><a href=http://www.futomart.com/index.php><img src=images/m10.gif width=102 height=71 border=0></a><a href=http://www.futomart.com/products_new.php><img src=images/m11.gif width=99 height=71 border=0></a><a href=http://www.futomart.com/account.php><img src=images/m12.gif width=99 height=71 border=0></a><a href=http://www.futomart.com/shopping_cart.php><img src=images/m13.gif width=99 height=71 border=0></a><a href=http://www.futomart.com/checkout_shipping.php><img src=images/m14.gif width=98 height=71 border=0></a></td>

</tr>

 

<tr><td height=3 colspan=3></td></tr>

<tr><td height=3 width=700 bgcolor=#9B9B9B colspan=3></td></tr>

<tr><td height=3 colspan=3></td></tr>

</table>

<table cellspacing=0 cellpadding=0>

<tr><td width=200 valign=top>

<table width="200" cellpadding=0 cellspacing=0>

 

<tr><td width="200"><img src=images/m16.gif width=200 height=43></td>

</tr>

<tr><td class=bg>

<table cellspacing=0 cellpadding=0 width=154 align=center>

<tr><td height=10></td></tr>

 

</tr><tr><td height=3></td></tr>

 

 

 

<tr><td><img src=images/m18.gif width=3 height=5 align=absmiddle>   <a class=ml3 href=http://www.futomart.com/flyjumpermseries-c-29.html>FlyJumper® M-Series</a></td></tr><tr><td height=3></td></tr><tr><td><img src=images/m19.gif width=154 height=1></td></tr><tr><td height=3></td></tr><tr><td><img src=images/m18.gif width=3 height=5 align=absmiddle>   <a class=ml3 href=http://www.futomart.com/flyjumperkidsmodel-c-52.html>FlyJumper® Kids Model</a></td></tr><tr><td height=3></td></tr><tr><td><img src=images/m19.gif width=154 height=1></td></tr><tr><td height=3></td></tr><tr><td><img src=images/m18.gif width=3 height=5 align=absmiddle>   <a class=ml3 href=http://www.futomart.com/spareparts-c-53.html>Spare Parts</a></td></tr><tr><td height=3></td></tr><tr><td><img src=images/m19.gif width=154 height=1></td></tr><tr><td height=3></td></tr><tr><td><img src=images/m18.gif width=3 height=5 align=absmiddle>   <a class=ml3 href=http://www.futomart.com/safetygear-c-35.html>Safety Gear</a></td></tr><tr><td height=3></td></tr><tr><td><img src=images/m19.gif width=154 height=1></td></tr><tr><td height=3></td></tr><tr><td><img src=images/m18.gif width=3 height=5 align=absmiddle>   <a class=ml3 href=http://www.futomart.com/outdoorproducts-c-56.html>Outdoor Products</a></td></tr><tr><td height=3></td></tr><tr><td><img src=images/m19.gif width=154 height=1></td></tr><tr><td height=3></td></tr><tr><td><img src=images/m18.gif width=3 height=5 align=absmiddle>   <a class=ml3 href=http://www.futomart.com/electronics-c-57.html>Electronics</a></td></tr><tr><td height=3></td></tr><tr><td><img src=images/m19.gif width=154 height=1></td></tr><tr><td height=3></td></tr><tr><td><img src=images/m18.gif width=3 height=5 align=absmiddle>   <a class=ml3 href=http://www.futomart.com/waterproducts-c-58.html>Water Products</a></td></tr><tr><td height=3></td></tr> <tr><td height=6></td></tr>

</table>

</td>

<tr><td><img src=images/m20.gif width=200 height=15></td>

</tr>

 

</table>

<p>

<object width="200" height="200"><param name="movie" value="

src="
type="application/x-shockwave-flash" width="200" height="200"></embed></object>

<table cellspacing=0 cellpadding=0> <tr><td height=3></td></tr>

 

 

 

 

 

 

 

 

<tr><td height=3></td></tr>

<tr>

<td><table cellspacing="0" cellpadding="0" width="133" align="center">

<tr>

<td height="4" colspan="2"></td>

</tr>

<tr>

<td width="45"><a href="http://www.futomart.com/shopping_cart.php"><img'>http://www.futomart.com/shopping_cart.php"><img src="images/m08.gif" alt="s" width="40" height="40" border="0" /></a></td>

<td width="86" class="sc" ><div align="left">

Shopping <br />

Cart </div></td>

</tr>

<tr>

<td height="6" colspan="0"></td>

</tr>

<tr>

<td colspan="2"><strong>

You have </strong><a href="http://www.futomart.com/shopping_cart.php" class="ml1">

0 item(s) </a> <strong>

in your cart <br />

Sub Total: <span class=currency_symbol></span>0.00<span class=currency_symbol>EUR</span> </strong></td>

</tr>

<tr>

<td height="5" colspan="0"></td>

</tr>

</table></td>

</tr>

<tr>

<td><table cellspacing="0" cellpadding="0" width="140" align="center">

<tr>

<td class="ml" style="font-size:10px"> <div align="left"><br />

Choose your language: </div>

</a></td>

</tr>

<tr>

<td height="3"></td>

</tr>

<tr>

<td> <a href="http://www.futomart.com/spongeholder-p-66.html?language=en"><img src="includes/languages/english/images/icon.gif" border="0" alt="English" title=" English " width="24" height="15"></a> <a href="http://www.futomart.com/spongeholder-p-66.html?language=mk"><img src="includes/languages/macedonian/images/icon.bmp" border="0" alt="Macedonian" title=" Macedonian " width="24" height="15"></a> <a href="http://www.futomart.com/spongeholder-p-66.html?language=hr"><img src="includes/languages/croatian/images/icon2.gif" border="0" alt="Croatian" title=" Croatian " width="24" height="15"></a> <a href="http://www.futomart.com/spongeholder-p-66.html?language=sr"><img src="includes/languages/srpski/images/icon.gif" border="0" alt="Serbian" title=" Serbian " width="24" height="15"></a> </td>

</tr>

<tr>

<td height="4"></td>

</tr>

<tr>

<td><img src="images/m05.gif" alt="d" width="139" height="1" /></td>

</tr>

<tr>

<td height="4"></td>

</tr>

<tr>

<td class="ml" style="font-size:10px; padding-bottom:3px">Currencies: </a></td>

</tr>

<tr>

<td><form name="currencies" action="http://www.futomart.com/product_info.php" method="get"><select name="currency" onChange="this.form.submit();" style="width:130px " ><option value="USD">US Dollar</option><option value="EUR" SELECTED>Euro</option><option value="MKD">Macedonian Denar</option><option value="RSD">Serbian Dinar</option><option value="GBP">British Pound</option><option value="HRK">Croatian Kuna</option></select><input type="hidden" name="products_id" value="66"></form> </td>

</tr>

</table></td>

</tr>

<tr>

<td><table cellspacing="0" cellpadding="0" width="125" align="center">

<tr>

<td width="123" height="10"><div align="left"></div></td>

</tr>

<tr>

<td><div align="left"><img src="images/m07.gif" alt="s" width="8" height="8" align="absmiddle" />   <a style="font-size:10px" href="http://www.futomart.com/login.php" class="ml">

Customer login </a><a style="font-size:10px" href="http://www.futomart.com/specials.php" class="ml"></a><br />

</div></td>

</tr>

<tr>

<td><div align="left"><img src="images/m07.gif" alt="s" width="8" height="8" align="absmiddle" />   <a style="font-size:10px" href="http://www.futomart.com/advanced_search.php" class="ml">

Search </a><br />

</div></td>

</tr>

<tr>

<td><div align="left"><img src="images/m07.gif" alt="s" width="8" height="8" align="absmiddle" />   <a style="font-size:10px" href="http://www.futomart.com/contact_us.php" class="ml">

Contact us </a><br />

</div></td>

</tr>

<tr>

<td><div align="left"><img src="images/m07.gif" alt="s" width="8" height="8" align="absmiddle" />   <a style="font-size:10px" href="http://www.futomart.com/create_account.php" class="ml">

Create an account </a><br />

</div></td>

</tr>

<tr>

<td><div align="left"><img src="images/m07.gif" alt="s" width="8" height="8" align="absmiddle" />   <a style="font-size:10px" href="http://www.futomart.com/specials.php" class="ml">

Discounts </a><br />

 

</div></td>

</tr>

<tr>

<td><div align="left"><img src="images/m07.gif" alt="s" width="8" height="8" align="absmiddle" />   <a style="font-size:10px" href="http://www.futomart.com/links.php" class="ml">

Links </a><br />

<br />

</div></td>

</tr>

</table></td>

</tr>

<tr><td><a href=http://www.futomart.com/download.php></td>

</tr>

 

 

<tr><td height=3></td></tr>

<tr><td><a href=http://www.futomart.com/conditions.php><img src=images/m22.jpg width=220 height=98 border=0></a></td>

</tr>

<tr><td height=3></td></tr>

<tr><td><a href=http://www.futomart.com/shipping.php><img src=images/m30.jpg width=220 height=98 border=0></a></td>

</tr>

 

<tr><td height=3></td></tr>

<tr><td><a href="http://www.futomart.com/shipping.php"><img src=images/m21.jpg width=220 height=98 border=0 /></a></td>

</tr>

 

 

<tr><td height=3></td></tr>

<!-- stardevelop.com Live Help International Copyright - All Rights Reserved //-->

<!-- BEGIN Live Help HTML Code - NOT PERMITTED TO MODIFY IMAGE MAP/CODE/LINKS //-->

<tr><td><a href="/livehelp/index.php" target="_blank" onClick="openLiveHelp(); return false"><img src="/livehelp/include/status.php" id="LiveHelpStatus" name="LiveHelpStatus" border="0" alt="Live Help" onload="statusImagesLiveHelp[statusImagesLiveHelp.length] = this;"/></a></td></tr>

<!-- END Live Help HTML Code - NOT PERMITTED TO MODIFY IMAGE MAP/CODE/LINKS //-->

</table>

<p> </p>

</td>

<td width=10></td>

<td width=490 valign=top>

<!-- header_eof //-->

 

<!-- body //-->

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<!-- body_text //-->

<td width="100%" valign="top"><form name="cart_quantity" action="http://www.futomart.com/spongeholder-p-66.html?action=add_product" method="post">

 

<table cellspacing=0 cellpadding=0>

<tr><td colspan=3><img src=images/m32.gif width=490 height=43></td></tr>

</table>

 

 

 

<table border="0" width="100%" cellspacing="0" cellpadding="0">

 

<tr><td height=20 colspan=3></td></tr>

<tr><td width=181 valign=middle align=center>

 

 

<!-- display image -->

<table cellspacing="0" cellpadding="2" align="center">

<tr>

<td align="center" class="smallText">

<!--Product Tabs 2.0 Start-->

<!--BOF UltraPics-->

<!--EOF UltraPics-->

<!--Product Tabs 2.0 End-->

 

<script language="javascript"><!--

//Product Tabs 2.0 Start

//BOF UltraPics

//BOF Original

/*

document.write('<a href="java script:popupWindow(\'http://www.futomart.com/spongeholder-pi-66.html\')"><img src="images/30.jpg" border="0" alt="Sponge holder" title=" Sponge holder " width="150" height="192" hspace="5" vspace="5"><br>Click to enlarge</a>');

*/

//EOF Original

document.write('<a href="java script:popupWindow(\'http://www.futomart.com/spongeholder-pi-66.html?image=0\')"><img src="images/30.jpg" border="0" alt="Sponge holder" title=" Sponge holder " width="200" height="200" hspace="5" vspace="5"><br><img src="includes/languages/english/images/buttons/image_enlarge.gif" border="0" alt="Click to enlarge" title=" Click to enlarge " width="65" height="18"></a>');

//EOF UltraPics

//Product Tabs 2.0 End

//--></script>

<noscript>

<!--Product Tabs 2.0 Start-->

<!--BOF UltraPics-->

<!--BOF Original--><!--

<a href="http://www.futomart.com/images/30.jpg" target="_blank"><img src="images/30.jpg" border="0" alt="Sponge holder" title=" Sponge holder " width="150" height="192" hspace="5" vspace="5"><br>Click to enlarge</a>--><!--EOF Original-->

<a href="http://www.futomart.com/images/30.jpg"><img src="images/30.jpg&image=0" border="0" alt="Sponge holder" title=" Sponge holder " width="200" height="200" hspace="5" vspace="5"><br><img src="includes/languages/english/images/buttons/image_enlarge.gif" border="0" alt="Click to enlarge" title=" Click to enlarge " width="65" height="18"></a><!--EOF UltraPics-->

<!--Product Tabs 2.0 End-->

</noscript>

</td>

</tr>

</table>

<!--end display image -->

 

</td>

 

<td width=1><img src=images/m31.gif width=1 height=152></td>

<td width=298 valign=top>

<table cellspacing=0 cellpadding=0 width=252 align=center>

<tr><td class=sc2 colspan=2> </td>

</tr>

<tr><td height=10 colspan=2></td></tr>

<tr><td height=15 colspan=2></td></tr>

 

 

<tr><td colspan=2><b>Product's Model: </b><span class="sc2">

Sponge holder </span></td>

</tr>

 

<tr>

<td colspan=2> </td>

</tr>

 

<tr><td height=15 colspan=2></td></tr>

 

 

<tr><td class=sc2><p>Price: <font color=#FF0000><span class=currency_symbol></span>9.00<span class=currency_symbol>EUR</span></font>

<Br><br>

 

 

</p></td>

<td> </td>

</tr>

 

 

<!--Begin Sold Out-->

<td class="main" align="left"><input type="hidden" name="products_id" value="66"><input type="image" src="includes/languages/english/images/buttons/button_in_cart.gif" border="0" alt="Add to Cart" title=" Add to Cart "></td>

<!--End Sold Out-->

 

<p></p></td>

 

 

<!--Make Reviews Optional-->

<td class="main" align="center"> <p> </p></td>

<!--EO Make Reviews Optional-->

 

 

</table>

</td></tr>

 

 

 

<tr><td height=10 colspan=3></td></tr>

<tr><td colspan=3 align=center><img src=images/m25.gif width=480 height=1></td></tr>

<tr><td height=10 colspan=3></td></tr>

<tr><td colspan=3 class=sc1><img src=images/m27.gif width=4 height=7> ITEM DESCRIPTION</td></tr>

<tr><td height=10 colspan=3></td></tr>

<!--Product Tabs 2.0 Start-->

<TABLE CELLPADDING="5" CELLSPACING="0" WIDTH="80%" STYLE="BORDER: 0PX SOLID #000000;background: #FFFFFF;">

<tr>

<td>

<style type="text/css">

@import "scr.css";

</style>

</head>

 

<body>

<script type="text/javascript" src="scr.js">

</script>

 

<table cellpadding="0" cellspacing="0" width="100%" style="BORDER:none;background:none;">

<tr>

<td>

</td>

</tr>

 

<!-- <tr>

<td></td>

</tr>

<tr>

<td>

<hr width="100%" color="#000000">

</td>

</tr>

-->

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>

</tr>

 

<tr>

<td>

<table class="tabline" cellpadding="0" cellspacing="0" align="left" width="100%">

<tr>

<td>

<ul id="mainnav1">

<li><a href="#DESC">Simple</a></li>

<li><a href="#ASKAQUESTION">Ask a question</a></li>

</ul>

</td>

</tr>

</table>

 

 

</td>

</tr>

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>

</tr>

 

<tr>

<td>

<div id="DESC" class="tabcontent">

<div style="font-size: 12px;font-weight: bold;

border-bottom: 1px dashed #999999;">

Product Details </div>

<br>

</div>

 

 

 

 

 

 

 

 

 

<div id="ASKAQUESTION" class="tabcontent">

<div style="font-size: 12px;font-weight: bold;

border-bottom: 1px dashed #999999;">

Ask a question </div>

<br>

<html>

<body>

<iframe style="width:100%;height:415;border:0px;overflow:auto;" src="ask_a_question.php?products_id=66">

</iframe>

</body>

</html>

</div>

</td>

</tr>

</table>

</body></td></tr></table>

<!--Product Tabs 2.0 End-->

<tr><td height=20 colspan=3></td></tr>

 

 

 

 

 

<!----------------------- Not editable part -------------------------------->

 

<tr><td>

 

</td>

</tr>

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>

</tr>

<!-- reviews //-->

<tr>

<td>

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="10" height="35"></td>

<td width="100%" height="14" class="infoBoxHeading">Reviews</td>

<td height="14" class="infoBoxHeading" nowrap><a href="http://www.futomart.com/reviews.php"><img src="images/infobox/arrow_right.gif" border="0" alt="more" title=" more " width="12" height="10"></a><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>

</tr>

</table>

<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">

<tr>

<td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

<tr>

<td class="boxText"><table border="0" cellspacing="0" cellpadding="2"><tr><td class="infoBoxContents"><a href="http://www.futomart.com/product_reviews_write.php?products_id=66"><img src="images/box_write_review.gif" border="0" alt="Write Review" title=" Write Review " width="50" height="50"></a></td><td class="infoBoxContents"><a href="http://www.futomart.com/product_reviews_write.php?products_id=66">We appretiate you opinion. Write a review on this product!</a></td></tr></table></td>

</tr>

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

</table>

</td>

</tr>

</table>

</td>

</tr>

<!-- reviews_eof //-->

<!--

<tr>

<td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">

<tr class="infoBoxContents">

<td><table border="0" width="100%" cellspacing="0" cellpadding="2">

<tr>

<td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td>

<td class="main"><a href="http://www.futomart.com/spongeholder-pr-66.html"><img src="includes/languages/english/images/buttons/button_reviews.gif" border="0" alt="Reviews" title=" Reviews " width="120" height="13"></a></td>

 

<td class="main" align="left"><input type="hidden" name="products_id" value="66"><input type="image" src="includes/languages/english/images/buttons/button_in_cart.gif" border="0" alt="Add to Cart" title=" Add to Cart "></td>

<!--End Sold Out-->

<td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td>

</tr>

</table></td>

</tr>

</table></td>

</tr>

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>

</tr>

 

<tr>

<td>

 

 

</td></tr>

 

</table>

</form></td>

<!-- body_text_eof //-->

</tr>

</table>

<!-- body_eof //-->

 

<!-- footer //-->



 

 

 

 

</td></tr>

 

</table>

 

<table cellspacing=0 cellpadding=0>

 

 

 

 

 

<br>

 

 

 

 

 

<tr><td height=1 colspan=1></td></tr>

 

<tr><td height=1 width=700 bgcolor=#9B9B9B colspan=2></td></tr>

 

<tr><td height=1 colspan=1></td></tr>

 

<tr><td width=200>

 

 

 

 

 

 

 

 

 

</td><td width=1000000 align=left>

 

 

 

<div align="center">

 

<p>

 

 

 

 

 

<a href="shipping.php">Payment and Shipping</a> |

 

 

 

 

<a href="privacy.php">Terms and Conditions</a> |

 

 

 

 

 

 

 

<a href="contact_us.php">Contact Us</a></p>

 

 

 

 

 

 

 

 

 

 

 

 

 

<p><strong>Pay at Futomart through:</strong> <br>

 

<!-- Begin Moneybookers logo code -->

 

<a href="http://www.moneybookers.com/" target="_blank"><img style="border-width: 1px; border-color: #8B8583;" src="http://www.moneybookers.com/images/logos/checkout_logos/checkout_120x40px.gif" border=0></a>

 

<!-- End of Moneybookers logo code -->

 

<a href="www.westernunion.com"></a><br>

 

<br>

 

 

 

 

 

 

<font color=#9B9B9B>All Rights Reserved. © 2008 Futomart.com</font> </p>

 

</div></td></tr>

 

<tr><td height=20 colspan=2></td></tr>

 

</table>

 

</td></tr>

 

</table>

 

 

 

 

 

 

 

 

<!-- footer_eof //-->

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">

</script>

<script type="text/javascript">

_uacct = "UA-3634077-1";

urchinTracker();

</script>

</body>

</html>

The creator of www.futomart.com

Posted

I FIXED IT!!! I FIXED IT!!! I FIXED IT!!! I FIXED IT!!! I FIXED IT!!! I FIXED IT!!! I FIXED IT!!! I FIXED IT!!! I FIXED IT!!! I FIXED IT!!! I FIXED IT!!! I FIXED IT!!! I FIXED IT!!! I FIXED IT!!! I FIXED IT!!! I FIXED IT!!! I FIXED IT!!!

 

 

With one simple true-false thing everything went back to normal !!! It was in the ask_a_question.php file located in catalog.

 

Excellent, thanks pal !

The creator of www.futomart.com

Posted

just an FYI when you post code you should wrap it in code tags because it makes it impossible to read

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Posted

Now another thing. Can you help me out with the reviews?

 

I really have no idea whats going on there....

 

You can login with this:

 

Username: [email protected]

Password: 12345678

 

Thanks in advance

The creator of www.futomart.com

Posted

well, the ALL PRODUCT drop down SHOULD give the customer the ability to read all the product reviews after they enter theirs but since NONE of them are getting recorded to the DB, nothing actually shows up.

 

Why dont you compare your write_review.php file with a stock write_review.php fike?

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Posted

I put all default files and now the drop-down vanished but the reviews are not placed.....

The creator of www.futomart.com

Posted

Should I just put a new contribution (if you know a good one) and fix this. Anyhow I didn't like the way they were put, I want all reviews to be shown at the products page

The creator of www.futomart.com

Posted

i'm sorry.. i'm not sure what is going on./

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Posted

Try to write a review and you will see that nothing is showing up. It seems the site is not registering the reviews anywhere

The creator of www.futomart.com

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...