Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

grazianno

Pioneers
  • Posts

    12
  • Joined

  • Last visited

Posts posted by grazianno

  1. Hi,

     

    I know there is already few questions answers about "Your username is invalid." but none if working for me

     

    the error i got

     

    error.gif Your username is invalid. Please change it and try again.: System -> /home/hende/public_html/ - SiteMonitor -> /home/hende/public_html/

     

    can you help me please? thx

  2. I use that code on all my sites with sts over severaldomains and it appaesr to work on them all.

     

    example code for complete file

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html $htmlparams>
    <head>
    <!--$headcontent-->
    <link rel="stylesheet" type="text/css" href="$templatedir/stylesheet.css">
       <link rel="alternate" type="application/rss+xml" title="<?php echo STORE_NAME . ' - ' . BOX_INFORMATION_RSS; ?>" href="<?php echo FILENAME_RSS, '?language=' . $key;  ?>">
    <link rel="stylesheet" type="text/css" href="ext/jQuery/themes/smoothness/ui.all.css">
    </head>
    <body>
    <?php include("header.php.html"); ?>
    <table width="800px" align="center"><tr><td>
    <table border="0" width="100%" cellspacing="0" cellpadding="1">
       <tr class="headerNavigation">
           <td class="headerNavigation">
                 
               $breadcrumbs
           </td>
           <td align="right" class="headerNavigation">
               $myaccountlogoff | $cartcontents | $checkout
                 
           </td>
       </tr>
    </table>
    
    <table border="0" width="100%" cellspacing="3" cellpadding="3">
     <tr>
       <td valign="top" align="left">
         <table border="0" width="125" cellspacing="0" cellpadding="2">
    <tr><td>$rapidsslbox</td></tr>               
    <tr><td>$categorybox</td></tr>
           <tr><td>$manufacturerbox</td></tr>
           <tr><td>$whatsnewbox</td></tr>
           <tr><td>$specialbox</td></tr>
           <tr><td>$searchbox</td></tr>
           <tr><td>$featuredbox</td></tr>
    <tr><td>$informationbox</td></tr>
    <tr><td>$paypallogobox</td></tr>
    <tr><td>$affiliatebox</td></tr>
         </table>
       </td>
       <td valign="top" align="center">
               <p>$content
    
       </td>
       <td valign="top" align="right">
         <table border="0" width="125" cellspacing="0" cellpadding="2">
    <tr><td>$safebuybox</td></tr>
           <tr><td>$cartbox</td></tr>
    <tr><td>$competitionbox</td></tr>
                 <tr><td>$orderhistorybox</td></tr>
           <tr><td>$bestsellersbox</td></tr>
           <tr><td>$reviewsbox</td></tr>
           <tr><td>$tellafriendbox</td></tr>
            <tr><td>$faqdeskbox</td></tr>
    <tr><td>$newsdeskbox</td></tr>
         </table>
       </td>
     </tr>
    </table>
    </td>
     </tr>
    </table>
    <?php include("footer.php.html"); ?>
    
    </body>
    </html>
    
    
    <!-- dialogs_bof //-->
    <div id="loginBox" title="Log Into My Account" style="display:none;"><table cellpadding="2" cellspacing="0" border="0">
    <tr>
     <td class="main">E-Mail Address:</td>
     <td><input type="text" name="email_address" id="email_address"></td>
    </tr>
    <tr>
     <td class="main">Password:</td>
    
     <td><input type="password" name="login_password" maxlength="40" id="login_password"></td>
    </tr>
    <tr>
     <td colspan="2" align="right"><img src="includes/languages/english/images/buttons/button_login.gif" border="0" alt="IMAGE_LOGIN" title=" IMAGE_LOGIN " width="100" height="22" id="loginWindowSubmit"></td>
    </tr>
    </table></div>
    <div id="addressBook" title="Address Book" style="display:none"></div>
    <div id="newAddress" title="New Address" style="display:none"></div>
    <!-- dialogs_eof//-->
    
    

     

    as you can see the site is heavily modified, if that doesn't work I dont know I could look at the site I guess, and it depends on what version of OPC you are using I guess (i am using a modified version 1.3 I belive)

     

     

    Your code is working. Thanks a lot.

  3. for thos having trouble getting the address page and log page working in sts, place this code in your checkout.php.html file:-

     

    <!-- dialogs_bof //-->
    <div id="loginBox" title="Log Into My Account" style="display:none;"><table cellpadding="2" cellspacing="0" border="0">
    <tr>
     <td class="main">E-Mail Address:</td>
     <td><input type="text" name="email_address" id="email_address"></td>
    </tr>
    <tr>
     <td class="main">Password:</td>
    
     <td><input type="password" name="login_password" maxlength="40" id="login_password"></td>
    </tr>
    <tr>
     <td colspan="2" align="right"><img src="includes/languages/english/images/buttons/button_login.gif" border="0" alt="IMAGE_LOGIN" title=" IMAGE_LOGIN " width="100" height="22" id="loginWindowSubmit"></td>
    </tr>
    </table></div>
    <div id="addressBook" title="Address Book" style="display:none"></div>
    <div id="newAddress" title="New Address" style="display:none"></div>
    <!-- dialogs_eof//-->

     

    please note do not pm me for solutions unless I have asked you to do so first, otherwise I will deemed a request for my services and I may ask for a fee first.

     

    I give to this community willing and FOC, I do not have time to deal with pms from everyone requesting help, and I AINT THAT GOOD EITHER!

     

    Hi, we have added this checkout.php.html code but its not working ... :

     

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html $htmlparams>
    <head>
    <!--$headcontent-->
     <link rel="stylesheet" type="text/css" href="stylesheet.css">
     <link rel="stylesheet" type="text/css" href="http://www.website.com/ext/jQuery/themes/smoothness/ui.all.css">
    
    
    <script type="text/javascript" language="javascript" src="http://www.website.com/ext/jQuery/jQuery.js"></script>
    <script type="text/javascript" language="javascript" src="http://www.website.com/ext/jQuery/jQuery.ajaxq.js"></script>
    <script type="text/javascript" language="javascript" src="http://www.website.com/ext/jQuery/jQuery.pstrength.js"></script>
    <script type="text/javascript" language="javascript" src="http://www.website.com/ext/jQuery/jQuery.ui.js"></script>
    <script type="text/javascript" language="javascript" src="http://www.website.com/includes/checkout/checkout.js"></script>
    </head>
    <body  marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">
    <table align="center" width="767" height="1022" border="0" cellpadding="0" cellspacing="0">
    <tr>
    	<td width="767" height="84" background="$templatedir/images/index_01.gif" colspan="2"><table align="center" width="760" border="0" cellspacing="0" cellpadding="0">
    	      <tr>
    	        <td height="40" valign="middle"><a href="$urlcataloglogo"><img src="$templatedir/images/logo.gif" width="308" height="80" border="0"></a></td>
    	        <td> </td>
    	        <td width="150"></td>
    	        <td width="130"></td>
    	        <td width="185" align="left" valign="bottom"><table width="159" height="49" border="0" cellpadding="0" cellspacing="0" align="left">
    	  <tr>
    	    <td width="159" height="65" align="right"  valign="middle"  background="$templatedir/images/cart_back.gif">$cartbox</td>
    
          </tr>
    	  </table></td>
              </tr>
            </table>
    		</td>
    </tr>
    <tr>
    	<td  width="767" height="44" colspan="2" valign="top"  background="$templatedir/images/index_02.gif"><table height="26" width="100%" border="0" cellpadding="0" cellspacing="0" >
    	    <tr>
    	      <td height="26" valign="top" class="headerNavigation"><div style="padding-left:20px; padding-top:5px;">$homeurl<img src="$templatedir/images/spacer.gif" width="25" height="26" align="absmiddle">$newprodurl<img src="$templatedir/images/spacer.gif" width="25" height="26" align="absmiddle">$myaccountlogoff<img src="$templatedir/images/spacer.gif" width="25" height="26" align="absmiddle">$cartcontents<img src="$templatedir/images/spacer.gif" width="25" height="26" align="absmiddle">$contacturl</div></td>
    	      <td width="20%" valign="middle"> <table  cellpadding="0" cellspacing="0"  height="26" width="140" border="0">
     <tr>
       <td valign="bottom">$searchbox </td>
     </tr>
    </table>
    </td>
            </tr>
          </table>
    		</td>
    </tr>
    <tr>
    	<td width="176" height="834" background="$templatedir/images/col_left_back.gif" valign="top" bgcolor="#FFFFFF"><table width="170" border="0" align="center" cellpadding="1"  cellspacing="0">
    	  <tr>
    	    <td valign="top">$categorybox<br></td>
          </tr>
    	  <tr>
    	    <td valign="top">$specialbox<br></td>
          </tr>
    
    
    
    
    	  <tr>
    	    <td valign="top">$informationbox <br></td>
          </tr>
         </table></td>
    	<td width="591" height="834" valign="top" background="$templatedir/images/main_back.gif" bgcolor="#FFFFFF"><div align="center"><img src="$templatedir/images/header_banner.jpg" width="567" height="177"></div>
    	  <table width="560" border="0" align="center" cellpadding="0" cellspacing="0">
     <tr>
       <td>$content</td>
     </tr>
    </table></td>
    </tr>
    <tr>
    	<td class="footerText" height="60px" background="$templatedir/images/index_05.gif" colspan="2"><div align="right" style="padding-right:40px;"> Copyright ® 20XX Company name </div>
    		</td>
    </tr>
    </table><br>
    <br>
    <!-- dialogs_bof //-->
    <div id="loginBox" title="Log Into My Account" style="display:none;"><table cellpadding="2" cellspacing="0" border="0">
    <tr>
     <td class="main"><?php echo ENTRY_EMAIL_ADDRESS;?></td>
     <td><?php echo tep_draw_input_field('email_address');?></td>
    </tr>
    <tr>
     <td class="main"><?php echo ENTRY_PASSWORD;?></td>
     <td><?php echo tep_draw_password_field('password');?></td>
    </tr>
    <tr>
     <td colspan="2" align="right" class="main"><a href="<?php echo tep_href_link(FILENAME_PASSWORD_FORGOTTEN, '', 'SSL');?>"><?php echo TEXT_PASSWORD_FORGOTTEN;?></a></td>
    </tr>
    <tr>
     <td colspan="2" align="right"><?php echo tep_image_button('button_login.gif', IMAGE_BUTTON_LOGIN, 'id="loginWindowSubmit"');?></td>
    </tr>
    </table></div>
    <div id="addressBook" title="Address Book" style="display:none"></div>
    <div id="newAddress" title="New Address" style="display:none"></div>
    
    <!-- dialogs_eof//-->
    
    </body>
    </html>

     

     

    any help ?

×
×
  • Create New...