Open
/admin/view/template/catalog/product_form.tpl
I see there is a line
<?php echo isset($product_description[$language['language_id']]) ?
$product_description[$language['language_id']]['name'] : "; ?>
Want to find that contains the variable $product_description. Go to the controller for this template
/admin/controller/catalog/product.php
And not find her there. Where could she be?
There are template files and controller
https://yadi.sk/d/Hg9FvHRrso5B9
1) in controller /admin/model/catalog/product.php prntscr.com/bl7re1
2) in the controller class /system/engine/controller.php prntscr.com/bl7rtq - manuel commented on July 8th 19 at 12:09