I am using Magento 2.4.3 enterprise edition. I have purchased a giftcard and used it in a few orders. Now I need to retrieve the gift card purchased order_id or increment_id using the giftcard code or giftcardaccount_id. The second one is to get purchased customer details using giftcardaccount_id or giftcard […]
Monthly Archives: December 2021
My question was closed – not before I had some useful advice from some users – and been arrogantly dismissed. I cannot see the benefit of this site when it allows behaviour that discourages people asking questions. I am not interested in remaining a participant and will withdraw unless I […]
I have installed Amazon Corretto Java 17 from here. However, I am not able to switch the Java version to Java 17. Following are the steps I have already tried: 1. export JAVA_HOME=`/usr/libexec/java_home -v17` export JAVA_HOME=/Library/Java/JavaVirtualMachines/amazon-corretto-17.jdk/Contents/Home I have also check the highest version of Java using below command: /usr/libexec/java_home and […]
I recently found out something interesting: I can’t kill tasks with taskkill but the Task-Manager kills them. I can end the process with the task manager just fine, but when I try it with taskkill, it gives me permission denied. PS C:Usersuser> taskkill /PID 8640 /F ERROR: The process with […]
Out of the settings available in the regular windows 10 Settings app, what can be accessed through API code and how? Mainly, I am wondering about changing display/personalization settings, accessibility, etc. I don’t see any topics about this on Bing, so I’m wondering if anyone here knows anything about this?
I’m using a Legion Y7000-P, which is running Windows 10. With headphones or earbuds without microphones built in, I’m still able to use the internal microphone without an issue. However, as soon as I plug in a set of earbuds with a microphone built in, I can’t use the internal […]
In this tutorial, we’ll learn the difference between a Django project and a Django app, and how to start a new Django project. Django is the Python web framework of choice for building web applications. It’s a mature, full-featured, flexible and open-source framework that lets you build anything from a […]
In admin Catalog->Category->content I would like this Form detail:Page Builder to have Layout->Row and Element->HTML Code=”Default Value” at setup. <?php namespace JustinsMyappSetupPatchData; use MagentoEavModelEntityAttributeScopedAttributeInterface; use MagentoEavSetupEavSetup; use MagentoEavSetupEavSetupFactory; use MagentoFrameworkSetupModuleDataSetupInterface; use MagentoFrameworkSetupPatchDataPatchInterface; use PsrLogLoggerInterface; use MagentoCatalogModelCategory; class AddFeatureDescription implements DataPatchInterface { const ATTRIBUTE_CODE = 'show_form_detail'; private $moduleDataSetup; private $eavSetupFactory; private […]
I’m using magento 2.3.5 and I am not able to create a new customer account on the frontend. I’ve been stuck on this issues for days and I’m not sure what is causing this. I’m not receiving any errors. The /customer/account/create page I use has forms from two different register.phtml. […]