Menu

importitem(1)php?

2002-12-19
2002-12-19
  • Denis van Dijk

    Denis van Dijk - 2002-12-19

    Hello ,

    i treid to find the patch for importitem but i can find it .
    can sombody tell me where it is?
    Denis van Dijk

     
    • Andreas Kansok

      Andreas Kansok - 2002-12-19

      I think, this didn't exist yet :-(

      But it's easy to do: In INSERT-query is one column missing. Add them at the end of query.

      Line 42 of admin/importitem.inc.php:
      db_query("insert into item values("'%' ..., '$npackID','vatID')") or db_die();

      vatID is content of first column of table pricetype. You have to decide, which value ;-). If it is constant value or comes from CSV-file.

       

Log in to post a comment.