Menu

Color of product ?

Anonymous
2002-12-11
2002-12-14
  • Anonymous

    Anonymous - 2002-12-11

    i need to know about the database tabel color and colorinfo is to the product ? becource i dont se this posibility when i edit product ?

     
    • Andreas Kansok

      Andreas Kansok - 2002-12-11

      When you installed the upd_2ndprop*-package, you'll get this option in admin-area. After updating table color(-info) can be used.

      Greetings,
      Andreas.

       
    • Anonymous

      Anonymous - 2002-12-11

      Buuut when i try to download upd_2ndrop.zip i get a fail in the zip file ?? can i get the .zip file from another place ?

       
    • Andreas Kansok

      Andreas Kansok - 2002-12-12

      Have you tried the TAR-package (you can open it also with Winzip, Winace, StuffIt ...)?
      For me the ZIP works, but maybe, that's I'm M$free ;-) Sometimes download mirrors or automatic download hang; please try
      http://cesnet.dl.sourceforge.net/sourceforge/phpay/upd_2ndprop.zip.

      There is no other place for download. If notinhg else helps, send me an email.

      Greetings, Andreas.
      andreas@phpay.de

       
    • Anonymous

      Anonymous - 2002-12-12

      Thank you its OK now :-)) i have the updates.

       
    • Kostas M Kutrakis

      Hi Andreas,
      Can we have english versions of readme and help files, for this update please?

      Thanks,
      Kostas

       
    • Anonymous

      Anonymous - 2002-12-12

      Hmm i have now updated.... But if i try to update old product with the new charastic i have this fail:
      Warning: Missing argument 6 for add_item() in chart.php

      BUT if make new products its OK ? no fail ?

       
    • Andreas Kansok

      Andreas Kansok - 2002-12-12

      A problem in cart.php can not depend from item (or when it was created).
      Can I view the show (and maybe admin area) somewhere? If a password is need don't post it here ;-)

       
    • Peter Lehr

      Peter Lehr - 2002-12-12

      you adapted the structure of the table size and sizeinfo

      table: size
      new:
        aktiv int(8) NOT NULL default '1',
        orderby int(8) default NULL,

      table: sizeinfo
      new:
        text text NOT NULL,
        orderby int(8) default NULL,

      in show_size.inc.php
      new:
      $size_res = db_query("select size.ID from size where size.itemID='$item_row[0]' and size.aktiv='1' order by ID") or db_die(); 

      old:
      $size_res = db_query("select size.ID from size where size.itemID='$item_row[0]'  order by ID") or db_die();
      ----------------------------------------------
      your old articles don't have an entry in size.aktiv

      if you delete: 
      and size.aktiv='1' 
      , it could function

      or: update table size:
      size.aktiv='1'

       
    • Peter Lehr

      Peter Lehr - 2002-12-12

      have forgotten assortment to adapt  ;-)
      show_size.inc.php
      $size_res = db_query("select size.ID from size where size.itemID='$item_row[0]' and size.aktiv='1' order by ID") or db_die();

      order by ID
      change to
      order by orderby

      in der upd_2ndprop   show_size.inc.php muss die Sortierung der Anzeige gendert werden.
      dafr ist ja die neue Tabellenzeile orderby.
      Das hatte ich bei der nderung wohl irgendwie vergessen. ;-)
      Gru
      Peter

       
    • Anonymous

      Anonymous - 2002-12-14

      The problem is solved !!! The problem  i get (Warning: Missing argument 6 for add_item() in chart.php ) happende when i search for a product.

      Solution:
      The update could also include search.php and line
      5 scould have added: $color :-)

      Best regards Henrik C Wiberg

       

Log in to post a comment.