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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-12-12
Thank you its OK now :-)) i have the updates.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Andreas,
Can we have english versions of readme and help files, for this update please?
Thanks,
Kostas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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 ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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 ;-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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'
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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 ?
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.
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 ?
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
Thank you its OK now :-)) i have the updates.
Hi Andreas,
Can we have english versions of readme and help files, for this update please?
Thanks,
Kostas
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 ?
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 ;-)
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'
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
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