View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005704 | OXID eShop (all versions) | 1.09. Integrations: Facebook, Trusted Shops, Shop lupe, Econda | public | 2014-03-18 15:32 | 2014-09-17 11:26 |
Reporter | simon_stark | Assigned To | |||
Priority | high | Severity | major | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | 4.8.4 / 5.1.4 | ||||
Fixed in Version | 4.8.7 / 5.1.7 | ||||
Summary | 0005704: Econda tracking of user registrations is faulty. | ||||
Description | Econda tracking fails to track user registrations when users register during checkout. In that case, only the order is tracked, not the registration. | ||||
Additional Information | Tracking of user registrations in general works, only inside the checkout process the error described above occurs. Possible Solution: It would help if was traceble in checkout step 3 if the user chose "Open personal customer account" or "I am already a customer" in step 2. | ||||
Tags | No tags attached. | ||||
Theme | Azure | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
Is it possible at all to know whether the register event should be triggered again in the payment step? https://github.com/OXID-eSales/oxideshop_ce/blob/v4.8.4/source/core/smarty/plugins/oxemosadapter.php#L388 https://github.com/OXID-eSales/oxideshop_ce/blob/v4.8.4/source/core/smarty/plugins/oxemosadapter.php#L564 |
|
Passing new_user parameter to payment step after successful user registration and tracking it in oxemosadapter side. |
|
Changesets: https://github.com/OXID-eSales/oxideshop_ce/commit/77b7660f5fc442e8ce5b1bc8731e8e5a0d5abc14 https://github.com/OXID-eSales/oxideshop_ce/commit/72564b9e588452b96e7304b88bf9cf758f556b62 |