Just some info…
-
Full-Sized Screenshot in Chrome
Open Chrome and head to the web page you want to capture. Once there, click the three dots, point to “More Tools,” then click on “Developer Tools.” Alternatively, you can press Ctrl+Shift+I on Windows or Command+Shift+I on Mac to open the Developer Tools pane. In the top right corner of the pane, click the three…
-
Work around Update NodeJS in Plesk
Prblem no vesrion 10 available in Plesk yet (jan 19) Enable Node support in Plesk Onyx: Install the “Node support” simply from your “update and updates” Plesk interface. Go to your “Node extension” page enable/disable the node versions you need In case you need additional node versions which does not come with the default node…
-
How do I add Azure Active Directory User to Local Administrators Group
You can do this via command line!(IT WORKED!!) Login to the PC as the Azure AD user you want to be a local admin. This gets the GUID onto the PC. Log out as that user and login as a local admin user. Open a command prompt as Administrator and using the command line, add…
-
Magento2 – terms checkbox missing in checkout
Set it from admin panel. Click on Stores -> Setting -> Terms and conditions Click on your Terms item from grid, In Terms and condition page, Choose Manually from Applied dropdown section.
-
One or more integrations have been reset because of a change to their xml configs – Disable
Getting annoyed by this error message showing up in your nice minimal Magento 2 dashboard? ” One or more integrations have been reset because of a change to their xml configs ” If you’re not using ‘Shopial’ or their Facebook integration, just disable that module and this will go away.
-
Magento 2.x – Required parameter ‘theme_dir’ was not passed (SOLVED)
To solve the issue, you should check in your project design folder (app/design/frontend), and find which difference you have with your database settings. To get the database installed themes you should do: add the corresponding missing directories, or remove them from the theme database table. Clean cache, and the error should be solved.
-
Install REDIS with Plesk Onyx
This is a quick guide on how to install both the Redis PHP extension as well as the daemon via SSH on a Plesk Onyx webserver. REDIS provides memory caching for frequently accessed objects. How to install the plugin: Log in to the command line via SSH as the ROOT user and run the…
-
Add Guest Order to a Customer Account in Magento
To get the customer_id simply go to Customers > Manage Customers in the Magento admin. Log in to the MySQL and execute the following queries:
-
Magento: Removing Billing Agreements, Recurring Profiles & My Applications links
Magento: Removing Billing Agreements, Recurring Profiles & My Applications links from customer account. Step 1: Go to ( yourPackage/YourTemplate/customer/account/navigation.phtml ) Step 2: Replace the below line **With**
-
Available qyt on the cart page in Magento 1
For the available qyt on the cart page use below code;
Got any book recommendations?