dreamingmind / bindery

CakePHP 1.3 Based Dreaming Mind Bindery Site
2 stars 2 forks source link

logged in user contact data is not persisting in the cart record #266

Closed dreamingmind closed 9 years ago

dreamingmind commented 9 years ago

debugging shows it gets written properly when the Cart->retrieve() creates the record, but it's getting killed somewhere.

Probably it is not going to the specification form for the product being ordered and that is destroying the field data.

I've had it work intermittently but that may have been because of altered logic paths during the debugging start/stop/retest so ignore this for now.