Hi,
I have a problem with magic method __get() in Product class.
I will try to describe the problem:
I overriding class Product and give it to a folder:
/override/classes/Products.php - it´s work
In the file:
class Product extends ProductCore
{
public function __get($name)
{
if ($n...