Hi i have just installed the Dimension and Weight Based Shipping extension but i keep getting this message
Fatal error: Cannot access private property Document::$title in /home/jlock/public_html/admin/controller/shipping/weight3d.php on line 8
have tried to find the support thread but with no luck
this happens once installed and then go to edit i get the error message
any pointers on this one greatly appreciated
john
craftyhobbies
Can you link to the extension you installed? It sounds like the extension was written for OpenCart v1.4.x. Among other things, you'll need to change:
to
There are several other changes you need to make to upgrade it to v1.5.x properly such as breadcrumbs, template html/css and the template render call. I suggest you try getting in contact with the developer to see if they can release a v1.5.1.3 compatible version.
Code: Select all
$this->document->title = 'whatever the title is';
Code: Select all
$this->document->setTitle('whatever the title is');
OpenCart Extensions, Technical Support & Custom Development | Have I helped you?
Who is online
Users browsing this forum: No registered users and 2 guests