i noticed the products_id in the customers_basket tables can either be stored as the real products_id say 123 or as 123:a2345erttetcetera.
What i make from it, probably zen_id's get stored along with the products_id into this products_id field when someone is logged in as opposed to someone not being logged in?
Is there a reason for that behaviour, is it expected?
I would prefer just the products_id would be listed and not the extended string so i can do normal searches on this column based on the products_id.
Thanks,
Jeroen




The column is tiny text field so if you multiply it by 1 it will disregard anything behind the : because it thinks this is some sort of decimal value...

