No matter how experienced you are, the craft of software development cannot be practiced without making mistakes. But what separates the average from the great programmers is that they know how to undo their mistakes! If you’re using Git as your version control system, you already have a host of […]
Daily Archives: August 24, 2021
I need to apply the reward points discount to the products and not to the subtotal as I need to calculate the tax after all discounts, includying reward points applied value. How can I do that? Note: The coupons work as I need, but I have not been able to […]
I have followed all the steps in the guideline URL “https://docs.magento.com/user-guide/shipping/shipping-in-store-delivery.html” but the in-store delivery method is still not displayed in the frontend. I am using version 2.4.2
After migrating from Magento 1 to Magento 2, many variables stopped working – the list is not so long – but still, can someone suggest which correct variables are better to use that letters displayed correct values? {{var order.increment_id}} {{htmlescape var=$order.getCustomerName()}} {{var order.getBillingAddress().format('html')}} {{var payment_html}} {{depend order.getIsNotVirtual()}} {{/depend}} {{var order.getShippingAddress().format('html')}} […]
I have a Magento 2.4.3 installed with Elasticsearch 7.9 They are on separate servers (but I don’t believe that is relevant). The reindexing function runs successfully and I can see the index on the elasticsearch: health status index uuid pri rep docs.count docs.deleted store.size pri.store.size green open .geoip_databases Pe0O24UMQmuLHIVp_H5Jkw 1 […]
I have been porting my Magento 2.3.7 store over to Centos 8 from Centos 7. Install works okay except for blocking admin logins. If I update the admin user password using the bin/magento command line tool, then I can log in again. It would appear that the encryption of the […]
I can target and update layouts on my mobile TouchOSC app from the desktop TouchOSC Editor. I have also confirmed that my desktop IPv4 address is correct and configured correctly in my TouchOSC mobile app under OSC connections – Host. ditto for outgoing and incoming ports. However my mobile TouchOSC […]
My Raspberry pi 3 is having problems. When I try to run apt-get update, I get a 404 not found error. I am very new to Linux and I am not sure what is wrong. Here is the error code: pi@raspberrypi:~ $ sudo apt-get update Ign http://mirrordirector.raspbian.org jessie InRelease Ign […]
I have a .docx file that the web links are not underlines and auto-detected as usual. Is there any way to find all the weblinks and export them to another file?