«magento2» etiketlenmiş sorular

Magento 2 ile ilgili genel sorular, küçük bir versiyona özgü değildir. Magento 1'den ayırmak için bu etiketi kullanın. Belirli bir sürümle ilgili sorun yaşıyorsanız, lütfen bunun yerine uygun 'Magento-2.x' etiketini kullanın. Magento 2 küçük sürümleri arasındaki işlevler farklı olabilir.


1
Arabirim bildirilemiyor, çünkü ad zaten kullanılıyor
Yeni modülümde basit bir arayüz oluşturduktan sonra. Bin / magento kurulumuna yazdım: di: derlemek ve adın zaten kullanımda olduğunu söyleyen bir hata alıyorum. İşte benim kod: namespace Company\Test\Api; /* * @api */ interface XyzInterface { public function getSomething(); } Sonra bu hatayı alıyorum: Repositories code generation... 1/7 [====>-----------------------] 14% 2 …

1
Magento 2 - Sipariş Ver Düğmesi ile İnceleme ve Ödemeler Bölümünden Sonra Ekstra Ödeme Adımı Nasıl Eklenir
"İnceleme ve ödemeler" bölümünden sonra ek bir ödeme adımı eklemeye çalışıyorum. Koşul, ödemeyi bölmek ve ayrı bir adım olarak gözden geçirmektir. Ödeme yöntemi seçildikten sonra, tüm sipariş bilgilerinin "sipariş ver" düğmesiyle gösterilmesi gereken Son adım "inceleme" ye gitmelidir. şimdiye kadar aşağıdaki adımları izleyerek ödeme adımından sonra özel bir adım ekledim. …


3
Magento2 REST API Hatası 'Sınıf yok'
Alan'ın bloguna dayanan bir test Magento 2.0.2 REST web hizmeti oluşturdum: http://alankent.me/2015/07/24/creating-a-new-rest-web-service-in-magento-2/ Postacıyı özel web hizmetini aramak ve aşağıdaki hatayı almak için kullanıyorum: "message": "Class does not exist", "code": -1, "trace": "#0 P:\\wwwroot\\Magento202_com_loc\\Web\\vendor\\magento\\framework\\Webapi\\ServiceInputProcessor.php(128): ReflectionClass->__construct('')\n#1 P:\\wwwroot\\Magento202_com_loc\\Web\\vendor\\magento\\framework\\Webapi\\ServiceInputProcessor.php(262): Magento\\Framework\\Webapi\\ServiceInputProcessor->_createFromArray(NULL, '30')\n#2 P:\\wwwroot\\Magento202_com_loc\\Web\\vendor\\magento\\framework\\Webapi\\ServiceInputProcessor.php(99): Magento\\Framework\\Webapi\\ServiceInputProcessor->convertValue('30', NULL)\n#3 P:\\wwwroot\\Magento202_com_loc\\Web\\vendor\\magento\\module-webapi\\Controller\\Rest.php(262): Magento\\Framework\\Webapi\\ServiceInputProcessor->process('Test\\\\Calculator...', 'add', Array)\n#4 P:\\wwwroot\\Magento202_com_loc\\Web\\vendor\\magento\\module-webapi\\Controller\\Rest.php(160): Magento\\Webapi\\Controller\\Rest->processApiRequest()\n#5 P:\\wwwroot\\Magento202_com_loc\\Web\\var\\generation\\Magento\\Webapi\\Controller\\Rest\\Interceptor.php(24): Magento\\Webapi\\Controller\\Rest->dispatch(Object(Magento\\Framework\\App\\Request\\Http))\n#6 P:\\wwwroot\\Magento202_com_loc\\Web\\vendor\\magento\\framework\\App\\Http.php(115): Magento\\Webapi\\Controller\\Rest\\Interceptor->dispatch(Object(Magento\\Framework\\App\\Request\\Http))\n#7 …




4
Magento2'deki ızgaraya varsayılan filtre eklemek için?
Yönetici kılavuzunda başlık ve durum alanı özniteliğine sahip bir özel modül oluşturdum. Module_test_grid_block.xml dosyasındaki ızgara koleksiyonları <arguments> <argument name="id" xsi:type="string">testGrid</argument> <argument name="dataSource" xsi:type="object">Namespace\Module\Model\ResourceModel\test\Collection</argument> <argument name="default_sort" xsi:type="string">id</argument> <argument name="default_dir" xsi:type="string">desc</argument> <argument name="grid_url" xsi:type="url" path="*/*/grid"><param name="_current">1</param></argument> </arguments> Etkinleştirilen verileri göstermek istiyorum. Yönetici ızgarası koleksiyonlarına varsayılan filtre ekleme seçeneğiniz var mı ? DÜZENLE …


4
Dosya sistemi en iyi uygulamaları
Dosya sisteminden dosya okuma gerektiren bazı Magento 2 uzantısı üzerinde çalışıyorum. ECGM2 standartlarını kullanarak php sniffer'ı çalıştırırken, basenameveya gibi işlevleri kullandığımdan şikayet ediyor dirname. Dirname () işlevinin kullanılması yasaktır veya Basename () işlevinin kullanılması yasaktır Aynı etkiyi elde etmek için bunların yerine hangi ambalajı kullanmalıyım? [EDIT] İşte bazı kod, ama …


6
Şifreli bir yapılandırma değerinin şifresini nasıl çözebilirim?
protected $_paymentData; protected $_scopeConfig; protected $logger; public function __construct( \Magento\Framework\Model\Context $context, \Magento\Framework\Registry $registry, \Magento\Framework\Api\ExtensionAttributesFactory $extensionFactory, \Magento\Framework\Api\AttributeValueFactory $customAttributeFactory, \Magento\Payment\Helper\Data $paymentData, \Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig, \Magento\Payment\Model\Method\Logger $logger, \Magento\Framework\Module\ModuleListInterface $moduleList, \Magento\Framework\Stdlib\DateTime\TimezoneInterface $localeDate, \Magento\Directory\Model\CountryFactory $countryFactory, \Stripe\Stripe $stripe, \Inchoo\Stripe\Model\StripeFactory $stripeFactory, array $data = array() ) { parent::__construct( $context, $registry, $extensionFactory, $customAttributeFactory, $paymentData, $scopeConfig, $logger, $moduleList, $localeDate, null, …


2
Magento 2'de yapılandırma değerlerini nasıl ayarlayabilirim?
Önceden (Magento 1'de, site için ayar içeren Kurulum adlı bir modül oluşturduk. Yükseltme komut dosyaları şöyle görünür: $installer = $this; $installer->startSetup(); $installer->setConfigData("fastsimpleimport/general/partial_indexing", 1); $installer->setConfigData("fastsimpleimport/product/disable_preprocess_images", 1); $installer->setConfigData('general/country/default', 'GB'); $installer->setConfigData('general/locale/firstday', 1); $installer->setConfigData('general/locale/timezone', 'Europe/London'); $installer->setConfigData('general/store_information/merchant_country', 'GB'); $installer->setConfigData('design/header/welcome', 'Enter your value'); $installer->setConfigData('design/head/title_suffix', 'Enter your value'); $installer->setConfigData('currency/options/base', 'GBP'); $installer->setConfigData('currency/options/default', 'GBP'); // ... Yukarıda M2'de nasıl …

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.