I have magento 2.4.6 installed on my server and running php 8.1.18. (upgraded from 2.4.3) when I open the main page, I’m getting this message : Can anyone help me how to fix this? Thank you.
Magento
I am using Magento 2.1.8 and I am experiencing an issue where a required field in the checkout process is sometimes not appearing. The field in question is called “Comuna”. The field header is displayed, but the field itself is missing, making it impossible to continue with the checkout process. […]
I am trying to set up free shipping on 3 items if the order is 25 or more. I don’t want to apply to all items just the three I have chosen
Is it possible to get the condition value set in the admin widget and display it in the product loop template? For example, in my theme /lumachildtheme/Magento_CatalogWidget/templates/product/widget/content/grid.phtml <div class="block-content"> <?= /* @noEscape */ '<!-- ' . $image . '-->' ?> <div class="products-<?= /* @noEscape */ $mode ?> <?= /* @noEscape […]
I am working on Magento solution with multiple stores with structure as you can see on image. When I have different domain everything works fine, but when I have same domain on different Web Site – PWA solution return empty page. Is it possible create this structure on PWA/Magento with […]
My custom Magento 2 module has pages like: /mymodule/page/page/testpage And some text on that page. I want to add to Magento’s site search index so if I search for “testpage” for example, it shows a link to that URL. How do I make my custom module add to Magento’s site […]
I have a Magento 2.4.6 install and Im having a problem with this module: Bss grouped-product-with-custom-option Im getting this error There is an error in /chroot/home/abc/abc.abc.io/html/vendor/bsscommerce/grouped-product-with-custom-option/Model/Validate/File/Upload.php at line: 21 Class "Zend_Validate_File_Upload" not found I’ve had a few other issues with zend files with this install. I was able to fix […]
I’m developing a module that will be extended by other modules. Here I will call the parent module as parent and the “child” module (the module that will extend the classes from parent) as child. I have an abstract class declared for the parent that has an abstract method called […]
I am encountering the following problem with Magento and the Mageplaza plugin: Call to undefined method MagentoCatalogSearchModelResourceModelFulltextCollectionInterceptor::getCollectionClone() at /app/app/code/Mageplaza/LayeredNavigation/Model/Layer/Filter/Price.php:179)" This is the code snippet in the Price.php file: /** @var Collection $productCollection */ $productCollection = $this->getLayer()->getProductCollection() ->getCollectionClone() ->setGetAllData(true) ->removeAttributeSearch(['price.from', 'price.to']) ->setGetAllData(false); If anyone can help me, I would be very […]