Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

raijen

Archived
  • Posts

    15
  • Joined

  • Last visited

Posts posted by raijen

  1. I've installed Order Editor, and it's working fine. The one problem I have it that when I'm in my Admin panel and click on orders, I get this error:

     

    Fatal error: Cannot break/continue 1 level in /home/myoskinc/public_html/catalog/admin/orders.php on line 413

     

    From line 412, this is the code in that file:

     

         }
        break;
    }
    
    if ( (tep_not_null($heading)) && (tep_not_null($contents)) ) {
      echo '            <td width="25%" valign="top">' . "\n";
    
      $box = new box;
      echo $box->infoBox($heading, $contents);
    
      echo '            </td>' . "\n";
    }
    ?>
            </tr>
          </table></td>
        </tr>
    <?php
    
    ?>
      </table></td>
    <!-- body_text_eof //-->
    </tr>
    </table>
    <!-- body_eof //-->
    
    <!-- footer //-->
    <?php require(DIR_WS_INCLUDES . 'footer.php'); ?>
    <!-- footer_eof //-->
    </body>
    </html>
    <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>

     

     

    If anyone could help point out what I've missed, I'd really appreciate it. Thanks so much,

     

    Rachel

  2. I've installed Order Editor, and it's working fine. The one problem I have it that when I'm in my Admin panel and click on orders, I get this error:

     

    Fatal error: Cannot break/continue 1 level in /home/myoskinc/public_html/catalog/admin/orders.php on line 413

     

    From line 412, this is the code in that file:

     

          }
         break;
    }
    
     if ( (tep_not_null($heading)) && (tep_not_null($contents)) ) {
       echo '            <td width="25%" valign="top">' . "\n";
    
       $box = new box;
       echo $box->infoBox($heading, $contents);
    
       echo '            </td>' . "\n";
     }
    ?>
             </tr>
           </table></td>
         </tr>
    <?php
     
    ?>
       </table></td>
    <!-- body_text_eof //-->
     </tr>
    </table>
    <!-- body_eof //-->
    
    <!-- footer //-->
    <?php require(DIR_WS_INCLUDES . 'footer.php'); ?>
    <!-- footer_eof //-->
    </body>
    </html>
    <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>

     

    If anyone could help point out what I've missed, I'd really appreciate it. Thanks so much,

     

    Rachel

  3. Aalast, I had just finished adding v1.5b not 15 minutes before I saw your new post. Copied the new files, and this looks even better.

     

    Thanks to everyone who's worked so hard on this contribution. I can tell it's going to be one of my most important.

     

    Rachel

×
×
  • Create New...