> Are the notes fields in session_sku and invoice_sku used for anything in
> FreeTrade?
These are used to store info about variations chosen. They are stored like
"color: red, size: medium", which isn't any kind of standard. But it was
written before serialization was added to PHP.
In 2.0 I'm eliminating the use of these "shortcut" fields, serialized or
not. I figured that if it's going into a database, it ought to take
advantage of what a relational database does. That way it will be possible
to do a query to see which size of a shirt is most popular.
Leon
---
Leon Atkinson <http://www.leonatkinson.com/>
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]