I made a simple script which sets the QTY of certain products based on a CSV. It all works perfectly excepting the fact that it takes around 3 seconds for each product to be saved. What could I do to optimize it’s saving speed? use MagentoFrameworkAppBootstrap; include('../app/bootstrap.php'); $bootstrap = Bootstrap::create(BP, […]
Magento
I am facing quite known issue about sending mail via TransportBuilder. I need to send mail in observer, however each time I try I get error Unable to send email. Unknown error . I can reject any server configuration, because email mechanizm is working in any other way ( orders, […]
I am trying to build an observer to catch the form submissions during customer account registration that sends an email copy to our stores address letting us know a customer has registered and what information they filled out. The below code is working, however if the custom variable is of […]
Magento 2.4.2-p1 Smartwave Porto all extensions from Amasty The first time I was going through the check-out on Magento 2.4, it took me a long time before I spotted the ‘Sign In’ link during the check-out process. I thought it was just us (problems with styles/formatting whatever) but I recently […]
I’ve created Magento 2 modules, now when I trying to validate my code with Magento code validator and I`m getting ‘Unescaped output detected’ in phtml templates where calling custom HTML attributes. The problem is that I can’t use escapeHtml method because my content is Html and shouldn’t be converted to […]
Magento 2.4.2-p1 Smartwave Porto theme all extensions from Amasty We have renamed the word Tax to Estimated tax on the front end via the following (it’s a requirement in our state): How to rename the word ‘Tax’ on ORDER SUMMARY to ‘Estimated tax’? Would anyone know how to change the […]
when i am trying to create Credit memo offline payment then getting this error (The credit memo couldn’t be saved) in Magento 2.4.0. This error is coming in those order which is placed from frontend of website. Which orders i have paced from admin side. That’s working fine. anyone help […]
How can the price of a particular Category be excluded from the minimum order amount in Magento 2.3 I’m wondering how to approach this problem?
it have modal popup with grid. In my action column in grid use button. I need when click to this button, modal popup will close and value fill in my form field. Anybody who can help me? <modal name="adresar_data_modal"> <fieldset> <settings> <label>Adresář</label> </settings> <insertListing name="adresar_data_grid" > <settings> <dataLinks> <exports>false</exports> <imports>true</imports> […]