I’m installing Magento 2.4.1-p1 on a developers local using docker to create the environment. I have installed Magento and imported the DB and run: #This run just fine composer update -vvv #This run just fine php bin/magento setup:upgrade #This run just fine php bin/magento setup:di:compile #Get the error here php […]
Magento
I need to create multiple ajax function in same controller , here is my controller <?php namespace testmoduleControllerResult; use MagentoFrameworkAppActionContext; use MagentoFrameworkViewResultPageFactory; use MagentoFrameworkControllerResultJsonFactory; use MagentoFrameworkAppHelperAbstractHelper; use MagentoFrameworkHTTPClientCurl; class Result extends MagentoFrameworkAppActionAction { /** * @var MagentoFrameworkViewResultPageFactory */ protected $resultPageFactory; protected $curl; protected $resultJsonFactory; /** * @param Context $context * […]
I am trying to add the additionally one fields in the Gift message on Magento2. Added the required text field in the Gift-message-form.html. Its displaying in the frontEnd. Also Created a field in the table using InstallSchema.php. Added the newly added variable in /Api/Data/MessageInterface.php and Magento-gift-message/Model/Message.php . But Still I […]
I’m using UPS shipping in our Magento website. Currently, I’m able to retrieve shipping charges and no:of boxes required to ship the product using the weight of the products in the order. However, I would like to introduce the concept of dimensional weight shipping by passing the product dimensions (length,width,height) […]
New to Magento. My goal with this is to have customer pick price range and sort order from a custom form I created, then when form is submitted have Ajax pass the form data AND load the new page with the list of products within that price range. I am […]
I have a custom content type that I want to add an image uploader to. I was able to get the images to upload and display on the frontend. However, when I tried to add code to get the uploader to display in preview.html, I get these errors: preview-factory.js:25 TypeError: […]
On admin Grid load I am facing following exception: Exception in: Call to undefined method Closure::setPageSize() /var/www/topline.local/public_html/vendor/magento/framework/View/Element/UiComponent/DataProvider/Reporting.php:46
I can’t change the category name or category attribute value. It says “Something went wrong while saving the category”. And sometimes it works. This is really confused to me. The version of magento is 2.4.3-p1. Thanks.
We have an issue with “add to cart” button does not work (inactive/grey) on all listing pages. The add to cart button works fine on product pages. What can be the reason for this? We are using Magento 2.4.3 Ex. URL: https://dev.babygear.dk/babyudstyr/bad/badekar/babydan.html