View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0003139 | OXID eShop (all versions) | 1.09. Integrations: Facebook, Trusted Shops, Shop lupe, Econda | public | 2011-08-12 15:09 | 2012-12-11 08:47 | 
| Reporter | Stefan_Werner | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always | 
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.5.1 revision 38045 | ||||
| Target Version | 4.5.2 revision 38481 | Fixed in Version | 4.5.2 revision 38481 | ||
| Summary | 0003139: econda integration doubles article visit counter | ||||
| Description | If you visit an article in details view the parameter ec_event contains "view". correct But if you put an article to basket the parameter ec_event contains "view" and "c_add" This causes an double visit count on econda site.  | ||||
| Steps To Reproduce | Example 1. Details view of an article: emospro.ec_Event = [["view","3788","Transportcontainer THE BARREL",24.95,"Angebote\/Transportcontainer THE BARREL",1,"NULL","NULL","f4f73033cf5045525644042325355732"]]; 2. After you put the article to basket: emospro.ec_Event = [ ["view","3788","Transportcontainer THE BARREL",24.95,"Angebote\/Transportcontainer THE BARREL",1,"NULL","NULL","f4f73033cf5045525644042325355732"], ["c_add","3788","Transportcontainer THE BARREL",24.95,"Angebote\/Transportcontainer THE BARREL","1","NULL","NULL","f4f73033cf5045525644042325355732"] ]; The Line „["view","3788","Transportcontainer…“ is not allowed(2)=> this causes the double count  | ||||
| Tags | Econda | ||||
| Theme | Both | ||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||