Is it not possible to use a FOR variable, like %%a, and assign it to an argument/parameter, like so: for /L %%a in (1,0,5) do ( echo Argument#(%%a) is %~%%a )
Yearly Archives: 2023
Some time ago I developed a utility Python app which does certain actions if it finds that any data in a database has been updated recently. To do this, for each database I created a table last_modif_info, with a single field dbase_last_modif. Then I made the following trigger: CREATE TRIGGER […]
Getting this error in excel when I open a file. When I search I can’t find where this reference is in my excel file.
I disabled PowerShell 2.0 in windows, which led the computer to prompt me to restart the device to put this change into effect. After shutdown, a BIOS update and windows update was performed. “HP bios update, visit hp.com/techcenter/startup for more information” etc etc. I know a spontaneous BIOS update is […]
I’ve installed the Akeneo connector on 2 instances, one instance is an existing Magento installation 2.4.3-p1 with existing products and extensions. The second instance is a new installation without any content. The second installation works perfectly. In the first installation I can not perform any jobs. All configurable options for […]
I’m interested in understanding the ethical and fair-trade considerations that I should take into account when shopping for organic clothes online. Can you provide me with information on the various certifications or labels that I should look for when purchasing organic clothes online to ensure that they are produced in […]
Magento 2.4.6 luma template. 2 Domain setting with single install . Items added from second domain . Admin Products in Carts shows Item at $0 dollar. Items in frontpage shopping cart and checkout is correct price . any suggestion as to why this is happening ?
I hve enabled test mode from the Magento admin as well as from the paypal dashboard, however, when I try to place an order using a test card it gives me this error: Some required information is missing or incorrect. Please correct the fields below and try again. Error: PayPal […]
I am looking for solution to remove or skip customer authentication on checkout and Allow guest to checkout. Simple is that we need to remove the authentication step to login or register, any one can purchase as a guest only.