1
Magento 2.1.1 kategorisi için yeni Resim niteliği ekle
Kategori için Resim olarak yeni bir özellik oluşturmaya çalışıyorum, bu özelliği oluşturabildim, ancak bir resim yüklemeye çalıştığımda kaydetmek imkansızdı. Bu benim kodum: Ücret / Categorylist / Kurulum / InstallData.php namespace Wage\Categorylist\Setup; use Magento\Framework\Module\Setup\Migration; use Magento\Framework\Setup\InstallDataInterface; use Magento\Framework\Setup\ModuleContextInterface; use Magento\Framework\Setup\ModuleDataSetupInterface; use Magento\Catalog\Setup\CategorySetupFactory; class InstallData implements InstallDataInterface { public function __construct(CategorySetupFactory $categorySetupFactory) …