View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005031 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2013-03-28 14:40 | 2014-02-10 10:05 |
Reporter | design3000 | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.7.3 / 5.0.3 revision 54408 | ||||
Fixed in Version | 4.7.10 / 5.0.10 | ||||
Summary | 0005031: Function 'getVendorTree' is missing | ||||
Description | Hi, it is not possible to view/open details page from vendor list. >> Function 'getVendorTree' does not exist or is not accessible! (details) The method/function was forgotten in the oxubase.php or should no longer be used? | ||||
Steps To Reproduce | 1) Open: http://demoshop.oxid-esales.com/community-edition/Nach-Lieferant/www-true-fashion-com/ 2) Click on an Article to view Details. | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | other | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
Oops! The SEO link to reproduce the bug don't work. Try: http://demoshop.oxid-esales.com/community-edition/?cl=vendorlist&cnid=a57c56e3ba710eafb2225e98f058d989 |
|
Because this is affecting the SEO URL it is bad if a customer has a high ranking with it but the link in the shop is broken. |
|
maybe a workaround edit /application/controllers/oxubase.php, and add these lines maybe before last '}' /** vendortree patch */ public function getVendorTree() { return $this->_oVendorTree; } public function setVendorTree( $oVendorTree ) { $this->_oVendorTree = $oVendorTree; } |
|
fixed removed usage of this method |