Magento 2 : How to get swatch attribute label
I have an attribute “brand” with type Swatch. I have created many brands as an option in this attribute. I want to filter brands label which are starts with a particular letter (ex. A or B or C).
I have an attribute “brand” with type Swatch. I have created many brands as an option in this attribute. I want to filter brands label which are starts with a particular letter (ex. A or B or C).
We have a indexer in Magento 2.3.3 that is giving us a difficult time. We tried many times reset and reindex that indexer but does not help. | Bol.com Offer Export | Ready | Schedule | idle (11619 in backlog)… Read More »Index – ready but 11619 in backlog
There is a section in the Magento 2.3 documentation that is titled EAV indexer optimization. It says that you should basically disable the EAV indexer, if you are not using a MySQL based search function. In our case we use… Read More »EAV indexer optimization: cannot find option
I have custom menu item created in “Content” named AskQuestion. Apparently, there is controller and routing for it. All left to do is to make jslayout output some simple text. How do I do this?
I want to filter Product List Page and I’m using a plugin to filter the collection using the layer class MagentoCatalogModelLayer::prepareProductCollection() The products are removed but the toolbar is showing a wrong count and the layered navigations has the gap… Read More »Layered Navigation with custom filter
I not sure if i am missing something. I have enable guest checkout and is still not showing up at one page checkout.
I would like to know how you are doing either locally or ideally in production on an empty (rest or graph I guess) API call. Basically, how much time does Magento take to just load without even doing any real… Read More »Magento 2 – Empty API call performance
I have created a custom field “Plan Identifier” in custom option for products. Now, I want this field to be updated when we create a product using REST API and also the data of this filed when we make a… Read More »How to set data in custom option filed which is created progrmatically in Magneto 2
I am unable to create an order programmatically with the carrier PostNL. The carrier code is “tig_postnl” and the method “regular”. Normally I set the shipping address simply using: $shippingAddress = $quote->getShippingAddress(); $shippingAddress->setCollectShippingRates(true) ->collectShippingRates() ->setShippingMethod(‘freeshipping_freeshipping’); (for full code please see… Read More »Magento 2: Create order programmatically using carrier containing underscore (PostNL)
presciso de ajuda quando tento executar o comando bin/magento setup:upgrade no meu terminal aparece isso bin/magento: No such file or directory I need help when I run the command bin / Magento setup: update on my terminal it shows bin… Read More »bin/magento: No such file or directory