Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

andy1024

Members
  • Posts

    21
  • Joined

  • Last visited

Posts posted by andy1024

  1. Did you run the SQL file on your database? The error says the database field is missing

     

    the sql file only add products_ship_sep not have products_ready_to_ship field added

     

    <?php

    require('includes/application_top.php');

    $result = tep_db_query("ALTER TABLE products ADD products_ship_sep BOOL NOT NULL DEFAULT 0")

    or die("Invalid database modifying: " . mysql_error());

    if($result)

    echo "Your database was successly modified.";

    ?>

×
×
  • Create New...