I am writing code in magento 1.9 checkout and when adding a new product to cart it generates the error in the log, and my code seems to be correct. Error message that appears in the log. The problem is that I don’t understand the reason for the error if […]
Magento
I need to validate a field in a custom form. The field should be not required, and should validate if the content entered in it are numbers. I added the validation on the form which works. What does not work is the validation of this field. <input type="number" class="product-quantity" name="qty" […]
I’m currently trying to configure Magento 2.4.3 with AWS s3 for storing media. The guide on the Magento website is lacking in a lot of detail, I think. For example, it implies you can use AWS IAM to configure s3 storage and not require the use of the ngx_aws_auth module, […]
I am facing an issue with Magento 2 checkout success page. I have added API for SMS to receive final SMS about the order and when SMS is received its showing the “span” stage around the price like below 3 51151 SHJ **<span class="price">3 AED</span> pos** Balance: 0 my line […]
Trying to access array offset on value of type null on Instagramshoppable/Controller/Gallery/Popuphtml.php on line 58 $a1 = file_get_contents($insta_url); $b1 = json_decode($a1, TRUE); $instaArr=$b1['graphql']['shortcode_media'];
Magento 2.4.2-p1 Smartwave Porto theme extensions from Amasty including their One-step Checkout I have a flower shop/gift shop and the default Magento checkout does not really fit our needs. We purchased and tried the One-step checkout from Amasty but this does not work for our customers either! The main problem […]
On an old 1.9 magento version. After clicking into a page from CMS->page I’m getting the following in the exception.log file. 2022-04-20T20:32:49+00:00 ERR (3): exception 'Mage_Core_Exception' with message 'Invalid block type: Mage_Wordpress_Block_Adminhtml_Update' in /var/www/html/app/Mage.php:595 Stack trace: #0 /var/www/html/app/code/core/Mage/Core/Model/Layout.php(495): Mage::throwException('Invalid block t...') #1 /var/www/html/app/code/core/Mage/Core/Model/Layout.php(437): Mage_Core_Model_Layout->_getBlockInstance('wordpress/admin...', Array) #2 /var/www/html/app/code/core/Mage/Core/Model/Layout.php(472): Mage_Core_Model_Layout->createBlock('wordpress/admin...', 'wp.update') #3 […]
All of a sudden I have this adobe commerce onboarding with a blue graduation hat icon in the lower left of my magento 2 admin. I’ve been running this magento platform for at least 7 years and it’s just showing up now all of a sudden. How do I disable […]
I didn’t deploy anything for 1 month on my Magento Cloud, but I started to see this error message in my var/log folder. [2022-03-27 00:16:06] report.CRITICAL: Can't create directory /app/avycv8hfbkyv1/generated/code/Amasty/Gdpr/Model/Notification/Notifier/AnonymizationNotifier/. Class AmastyGdprModelNotificationNotifierAnonymizationNotifierProxy generation error: The requested class did not generate properly, because the 'generated' directory permission is read-only. If --- […]