View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002039 | OXID eShop (all versions) | 1.03. Basket, checkout process | public | 2010-08-11 12:20 | 2010-08-31 08:52 |
Reporter | aggrosoft | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.4.1 revision 28950 | ||||
Fixed in Version | 4.4.3 revision 30016 | ||||
Summary | 0002039: PersParams are not being stored for saved baskets | ||||
Description | If a user's basket gets saved to the database and the user leaves the shop to come back later, all the persParams will be deleted as they will not be persisted to the database (oxuserbasketitems). | ||||
Steps To Reproduce | - Put an article into the cart that contains persParams - Login - Logout and clear your cache - Login again - Check basket, items will be loaded including select lists - but persParams are gone | ||||
Additional Information | This is a serious issue for us as we are relying heavily on the persParams for custom modules. | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
has duplicate | 0002126 | closed | birute_meilutyte | persparams will lost in basket |
related to | 0002216 | resolved | dainius.bigelis | persparams are not stored in saved oxuserbasketitems |
|
problem: add product with persparam to basket. then in basket step1 edit persparam. leave shop. next time when you will come to shop again, in basket there will be 2 products with persparam: the one you entered at the beginning, and second with edited persparam value. this is not correct. only edited product should be saved |
|
Same problems applies to selectlist behavior. |