I have tried to add materialize js to Magento 2 but it does not work. I have my materialize js in theme/web/js. then I have the requirejs-config.js in theme/ this is the code: var config = { // When load 'requirejs' always load the following files also deps: [ "js/materialize" […]
Daily Archives: January 11, 2020
I’m putting together a Next JS (9.x) frontend pulling in data from the Magento GraphQL API (2.3.2) using Apollo. My queries are returning an error on initial navigation but, but will render the data when the page is refreshed. I’m thinking there’s an issue with getInitialProps running on the server. […]
How to dump the database to local system from Magento Cloud server with Magento 2 Commerce. I have only access to the ssh but that ssh user doesn’t have write permission into the server. So by any how I need to download the database to the local system. I have […]
I have a long-running issue on Magento 2.3.3 using native Magento checkout and using Paypal Payments Pro. With many customers transactions not being recorded on google analytics. When using a card payment method on Safari browser (tested on iPhone) the embedded 3D secure screen loads which requires you to click […]
I am attempting to apply a discount to the special price instead of the original price. Is there a way I can get an option in the Actions section to say “Apply as percentage of special price”? Thanks
I work for a company with tightly locked down admin permissions on our Win 10 laptops. I need to occasionally tweak the Control Panel -> Hardware and Sound -> Tablet PC Settings, but as a normal user am locked out. Our Help Desk is offering me temporary local admin, which […]
I got following error while compiling ffmpeg-4.2.2 on macOS 10.14.6 with the Haivision-SRT 1.4.1 package: ERROR: srt >= 1.3.0 not found using pkg-config First I tried it with the srt package from Homebrew and then I compiled it from source. But both times I got the same error. I compiled […]
Recently I had a issue with my phone and I wiped it, but before I dumped ( adb pull /dev/block/sda29 ) all the /data partition that was on my phone. After that I mounted the image simply with sudo mount ./sda29 /mnt/data/ the file mounted normally but now I’m not […]
Is there a way to change the chrome search engine using a keyboard shortcut? E.g. I’m using duckduckgo, and I want to switch to google search for a time, so I would press a shortcut, use google for a while as my default search engine, and press the shortcut to […]