Ok,
I'm trying to implement a bulk ordering one click solution where a user types in X product names and they are added to the users shopping cart even thought they are in different sections on the site.
What I have is a DB that contains product information only (Price, SectionID, Product code, title).
Now as far as I can tell the ACTINIC_CATALOG cookie contains a unique string that is used to identify the XML files .session and .save
What I need to determine is how these two work together. Anybody looked into this or can give me a link showing me how this is done?
I'm trying to implement a bulk ordering one click solution where a user types in X product names and they are added to the users shopping cart even thought they are in different sections on the site.
What I have is a DB that contains product information only (Price, SectionID, Product code, title).
Now as far as I can tell the ACTINIC_CATALOG cookie contains a unique string that is used to identify the XML files .session and .save
What I need to determine is how these two work together. Anybody looked into this or can give me a link showing me how this is done?
Comment