I use a contactformular in my magento shop https://agoshop.at/kontakt The problem is that I will get very day up to 4 an more dummy contact informations. I think I will need there a captcha in this form to check if the user is a human. I will check my backend […]
Magento
I installed the SEO module on the localhost and when it enters the products I can not edit or add the products I noticed that activating Canonical in mageworx does not load the full screen Interestingly, this problem is not seen in Chrome I noticed that when Canonical is enabled […]
Good morning, could someone help me configure the button to delete image from the imageUploader field, the image uploads it without problem, but when I press the delete button, the entry is clean, but the image that uploads is not deleted.
Today I came across a really useful set of tools. Magento 2 github actions: https://github.com/extdn/github-actions-m2 Which means you can run a github action workflows to scan your code for Magento coding standard. For example: https://github.com/yireo/Yireo_Webp2/blob/master/.github/workflows/extdn-static-tests.yml .github/workflows/extdn-static-tests.yml name: ExtDN Static Tests on: [push] jobs: static: name: Static Code Analysis runs-on: ubuntu-latest […]
I am experiencing an issue with the UPS module for Magento2 (2.3). Shipping rates are being calculated but surcharges are not being calculated or applied. I have reached out to UPS and their response was that “surcharges are included within the total transportation charge in the rate response.” Has anyone […]
I trying to move the language switcher on mobile devices to be in the main website menu instead of the settings tab (screenshot below): I found some instructions on how to do that from the layout.xml file using <move element="name.of.an.element" destination="name.of.destination.element"/> However, I couldn’t find the values for element and […]
Preconditions (*) PHP 7.4.27 composer 2.1.4 Magento version 2.4.2-p2 enterprise Elasticsearch 7.16.2 Redis Cache 5.0.14 Grunt 1.0.4 Steps to reproduce (*) Install a fresh installation of Magento with multiple store views (3-4), and added my custom code for the website Try to access the homepage Expected result (*) Site should […]
I believe we do not have a Google merchant center account, so Google is automatically displaying our products to the shopping tab on it’s own. The problem is that it’s displaying the wrong shipping price on their page. So, I’m assuming this is a problem that can be fixed somewhere […]
I need a custom extension for Magento2 – sort and filter product distance with map. Its extension for m1 i needed to m2 I try converter code m1 to m2 but – but lack of knowledge ( Please help anybody, maybe someone solved a similar problem