I’m trying to add a custom product attribute ‘renewal’ to the order confirmation email. I have several configurable products and they are returning the parent product attribute value rather than the correct child product. The ‘renewal’ product attribute is a text field that may contain some html markup. It will […]
Yearly Archives: 2023
There is a hibernate feature for computers. As I understand it saves the state of system to disk and and then can restore it. Why there is no such feature to switch between operating systems by just saving and restoring the states of the os without the need to reboot […]
When using the Bunch app, the example file says: /* Apps launched by a Bunch are quit when the Bunch is closed Add a percent symbol to ignore it when closing the Bunch (i.e. keep it running) */ # %Terminal How do I only run the application if it’s not […]
Background : Most app that want to check if a phone is rooted on Android use an api called SafetyNet while others try to check for the widevine L3 support. Getting an Android image that pass the SafetynetCheck to work typically requires the manufacturer to pass an agreement with Google […]
I’m getting ready to purchase the hardware for setting up NAS at home. My question is about configuring the hard drives and chassis. Personally, I’m more of a software/programming guy than a hardware guy. Hardware doesn’t come as naturally to me as software and programming languages. I have three spheres-of-influence […]
Since 15 September, I had a keyboard problem on my Lenovo Legion 5 15ARH05 laptop. I opened a question to solve it, but had to send the laptop to the customer service at last. Then the motherboard has changed and the laptop came back. First day it worked perfectly, but […]
first, a picture with some explanations. Then some questions… The question is, can I somehow find out why the Text “Ab” is missing in some cases (when I initially load the website). With the developer tools in the browser I found that it is triggered by some CSS? But I […]
Magento2 how to load the payment page without loading the page.? I want to refresh my payment page without loading into the js file. can anyone give a solution for this? Here is my js file with some code. GoogleMapsLoader.done(function () { var enabledisable = $("#enabledisable").val(); // var payment_method = […]
In my module I have a feature that adds custom tab to product and there is a form that accepts name, mail and question I need to send mail both to admin and customer. This is my mail helper <?php namespace AlexAskQuestionHelper; use MagentoFrameworkAppArea; use MagentoFrameworkAppConfigScopeConfigInterface; use MagentoFrameworkAppHelperAbstractHelper; use MagentoFrameworkAppHelperContext; […]