View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006704 | OXID eShop (all versions) | 2.2. Shop settings | public | 2017-10-09 10:52 | 2017-12-12 14:28 |
Reporter | Spritje | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.10.6 / 5.3.6 | ||||
Fixed in Version | 6.0.0 | ||||
Summary | 0006704: If RDFa is activated in EE the product details page can no longer be reached | ||||
Description | If the integration of RDFa is activated in the Enterprise Edition Version 5.3.5 via backend under Master settings -> Core settings - RDFa -> Global configuration, the product details page can no longer be reached. OXID complains according to Exception Log that the method getBundleArticle is missing. This method is called in the template application/views/flow/tpl/rdfa/details/inc/object. tpl. This method exists in the OXID editions CE and PE, but does not exist in the oxid edition EE. | ||||
Steps To Reproduce | 1. Activate RDFa via Backend (Demoshop EE) Master settings -> Core settings - RDFa -> Global configuration 2. Call product details page http://demoshop.oxid-esales.com/EnEd/index.php?cl=start&redirected=1 | ||||
Additional Information | In CE / PE application/controller/details.php::getBundleArticle() | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
|
Works fine since OXID eShop 6.0 version. |
|
in template application/views/flow/tpl/rdfa/details/inc/object. tpl the following lines must be deleted: [{if $o $oView->getBundleArticle ()}] [{assign var="oBundleProduct" value=$oView->getBundleArticle ()}) <div rel="gr: includes" resource="[{$oBundleProduct->getLink ()}]#productdata"></div> [/{/if}] |