Domande taggate «magento-2.1.1»

2
Come riscrivere la funzione del widget con i mixin Magento 2.1.1
abbiamo swatch-renderer.js In questo file ci sono alcuni widget. .... $.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 () { …

1
Aggiungi nuovo attributo Image per categoria in magento 2.1.1
Sto cercando di creare un nuovo attributo come immagine per categoria, sono stato in grado di creare quell'attributo, ma quando ho provato a caricare un'immagine era impossibile salvare. Questo è il mio codice: Salario / CategoryList / Setup / 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; …

Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.