[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
[order] problem
hi,
we got minivend 3.14-3, perl 5.005_03, redhat linux 6.0, mysql 7.11
Distrib 3.22.26a.
so, my problem is we got a database called products with table called
products, rows are named code, description, price, weight, ...
i am using command
[sql type=list query="select code, description,price from products limit
5"]
[sql_code] - [sql_param 1] - [order [sql_code]] [sql_param 2] [/order]
[/sql]
the output is ok and right, but when i click on the price which produces
the output .../cgi-bin/simple/order?2gEBudB5;07G0091;804 where
07G0091 is a valid code out of the products database,
i get to page "product not available" where it says: "We are sorry, but
the product (07G0091) that you requested is not now available. You can
still browse our catalog, if you wish. "
any ideas would be welcome