Post by raix022 » Mon Nov 20, 2017 4:19 pm

Hello,
I got this error in storage/modification/catalog/controller/product/product.php line 233, there is

Code: Select all

      if (substr(VERSION, 0, 1) == 2) {
        $data['seo_h1'] = !empty($product_info['seo_h1']) ? $product_info['seo_h1'] : '';
      } else {
        $this->data['seo_h1'] = !empty($product_info['seo_h1']) ? $product_info['seo_h1'] : '';
      }
      
I know, if I change

Code: Select all

$this->data
to

Code: Select all

$data
than is no error. But when I load/clean extensions its come back.. How to I make it work after refresh?

Newbie

Posts

Joined
Thu Dec 04, 2014 7:01 pm

Post by straightlight » Mon Nov 20, 2017 11:05 pm

The glory of the use with OCMod is having to put all patches into the provided XML file that comes with the ZIP file. Each modifications being refreshed are being reset to their original state otherwise.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON
Who is online

Users browsing this forum: No registered users and 180 guests