file format

trcc

No avatar

2008-06-11 03:55

We have trouble with the orders.php and orders_products.php and orders_ext.php being corrupted ocationally.
I would appeciate a brief description of the format of the files because I want to manully recreate the entries in the files.

The following is an extract from our orders_products.php
37820$84259$140$1$11.90$An item from our store$

Hers what I can guess the format is so far.
<id>$<OrderID>$<???>$<Quantity>$<price>$<description>

» Quick.Cart v1.x

treewood (OpenSolution)

Avatar: treewood

2008-06-11 08:31

<element_id>$<OrderID>$<product_id>$<Quantity>$<price>$<description >

idaryl

Avatar: idaryl

2008-06-12 09:52

Hey Treewood is that the same for 2.2?

Makaron

Avatar: Makaron

2008-06-12 19:03

Yes. Here is the schema http://opensolution.org/Quick.Cart/docs/?id=db

idaryl

Avatar: idaryl

2008-06-13 03:43

Thats very nice - but it does not (repeat not) show the order format that is displayed (and used) by the orders_products.php - you see the above <id>$<OrderID>$<???>$<Quantity>$<price>$<description>

would it then be: <id>$<iOrder>$<iProduct>$<iQuantity>$<fPrice>$<sName>

then it would be read (by a human) as:

Order Number of Product
Product (whatever it is)
Qty of Product
Price of Product
Name of Product

trcc

No avatar

2008-06-16 09:20

Thanks Thats been a great help - problem solved

Back to top
about us | contact