Getting an error on the upgrade process due to the following. Php 7.4 is installed ok. composer run ok. But, magento stays on the 2.4.1 version and when I run bin/magento list I can see the error is located with Vertex module that is removed in that version. bin/magento list […]
Magento
I am working in Magento-2, In my requirement, I want to show particular country on checkout page shipping address country drop-down, this only applicable for the shipping address form section, in billing address it has to show all the country. We have option in backend (Go to -> Store -> […]
I am having an issue when I create a new product from admin it shows the wrong default selected value: While the default value is set to: Any help would be appreciated.
I have multi store environment with three stores, us.abc.com ca.abc.com uk.abc.com having respective websites and store views. I want to get store data like store code, store id, store website etc. by store URL “us.abc.com” is there any function that I can pass the store URL and get the data […]
for example i use code for my custome shipping method $totalItems = $cart->getQuote()->$getItemsQty(); Total count of products (example add 2 bags adidas and 1 top nike = total 3 items) But how to get unique items? (example add 2 bags adidas and 1 top nike = total 2 items)
Sort by Price and price filter showing wrong products in the result only for those products which have custom option.
Magento 2: How to disable / remove Secret Key from Admin URL? A new secret key is created every time you login to Magento Admin. So, there will be a unique key (32 chars long) for each session of your Magento admin login. This key is appended to the admin […]
I have tried to resize the images in fullscreen fotorama, but it does not work. I have seen that fullscreen does not have width as a property and I have added it but it does not work GalleryOptions.php /** * Retrieve gallery fullscreen options in JSON format * * @return […]