View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001444 | OXID eShop (all versions) | 1.08. Listmania, Notice list, Gift registry | public | 2009-11-04 09:09 | 2012-12-07 14:33 |
| Reporter | arvydas_vapsva | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.2.0 revision 23610 | ||||
| Fixed in Version | 4.3.0 revision 26948 | ||||
| Summary | 0001444: Not all products can be added to listmania | ||||
| Description | in EE demo version product Purse GLAM Art.Nr.: 1873 cant be added to listmania | ||||
| Tags | Listmania | ||||
| Theme | |||||
| Browser | All | ||||
| PHP Version | 5.2.6 | ||||
| Database Version | 5.0.33 | ||||
|
|
@Developers: after you will debug the issue - please write more details about the reason and affected sites of this case. |
|
|
Problem appears when product has custom template or "tpl" parameter is defined. Check Details::init() function (RecommAdd extends Details class). Fix is to add init function to RecommAdd class: public function init() { oxUBase::init(); } If you cant wait for next release just make a module for RecommAdd .. |