There is a checkbox My billing and shipping address are the same in payment methods that is ticked by default since default shipping and billing addresses are the same. I can’t untick it because something is forcing it back. If I remove widget.setShippingInformation(); from selectShippingMethod it starts working for some […]
Daily Archives: August 8, 2025
I’m a newcomer to magento, making a new web-shop for my business. I’m happy with the shopfront stuff itself, but I’m currently stuck on how to supply some ‘support’ documents in a nicely integrated fashion. For example, ‘build instructions’ for kits that I sell. I can make the individual pages, […]
I’m trying to install Porto theme on Magento 2.4.8 After uploading, I used setup:upgrade and setup:static-content:deploy -f And on content deploy I have this error: Compilation from source: K:/Xampp/htdocs/vendor/magento/theme-frontend-blank/web/css/styles-l.less error evaluating function `ceil` math functions take numbers as parameters index: 28611 in _extends.less on line 1286, column 21 1284| .page-title-wrapper […]
Hi is it possible to get product custom attribute value in JS? I am getting the product id in JS but I am not able to get the product custom attribute value. Any help would be appreciated. Thank you
I am working on a module that will send CURL requests to the external APIs of a CRM. I am getting an error in my exception log like main.CRITICAL: Error Curl {"exception":"[object] (Exception(code: 0): SSL certificate problem: self signed certificate at /httpdocs/vendor/magento/framework/HTTP/Client/Curl.php:427)"} [] does anyone have any idea why is […]
Infinite redirect when link of form localhost/…/(…) is entered by not-logged-in user on Xampp/Apache serverInfinite redirect when link of form localhost/…/(…) is entered by not-logged-in user on Xampp/Apache serverInfinite redirect when link of form localhost/…/(…) is entered by not-logged-in user on Xampp/Apache serverInfinite redirect when link of form localhost/…/(…) is […]
I need urgently answer the following questions: At what condition a forest can contain domains of the same level? (or multiple top-level domains) If a forest contains multiple top-level domains, how to determine which of them is root domain? (with an LDAP query). And what does this root mean, if […]
I was able to run the following LDAP query against my Active Directory: ldapsearch -H ldap://$ad_ip:389 -x -D $ad_user -w $ad_password -b "DC=itdrde,DC=local" -s sub -a always -z 1000 "(objectClass=user)" "serviceClassName" "serviceDNSName" "objectClass" and got the following output: Name" "objectClass" # extended LDIF # # LDAPv3 # base <DC=itdrde,DC=local> with […]
I am using zsh and emPTY (empty.sourceforge.net) to interface with the Stockfish chess engine (stockfishchess.org) which is an interactive program. I spawn a new process: empty -f stockfish I query the engine to see if it’s ready to accept the next command: empty -s "isreadyn" And then I wait for […]