«magento-2.1.1» etiketlenmiş sorular

2
Widget işlevini mixins Magento 2.1.1 ile yeniden yazma
Sahibiz swatch-renderer.js Bu dosyada bazı widget'lar var. .... $.widget('mage.SwatchRenderer', { .... /** * @private */ _init: function () { if (this.options.jsonConfig !== '' && this.options.jsonSwatchConfig !== '') { this._sortAttributes(); this._RenderControls(); } else { console.log('SwatchRenderer: No input data received'); } }, /** * @private */ _sortAttributes: function () { this.options.jsonConfig.attributes = …

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) …
Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.