Daily Archives: February 15, 2020
You’ll have to excuse my newbines it’s mostly because I’m actually a noob. Lets assume I’m using this package for a stateless api. In the above docs it suggests that a user should get a token by doing curl -X POST -H "Content-Type: application/json" http://localhost/api/login_check -d '{"username":"johndoe","password":"test"}' which begs the […]
I am using Magento 2.3.3 on Magento Cloud. For the pre-launch, I need to TRUNCATE 2 TABLES from database. How do I enter sql mode to execute sql scripts to truncate 2 tables in Magento cloud? Thanks
I have my Magento 2.3.2 site configured so that adding products to the cart keeps the customer on the page (doesn’t redirect to cart). When a customer adds any product to the cart from a grouped products page, the page auto-scrolls to the top and the ‘My Cart Link’ expands […]
We just upgraded our dev site from 2.3.3 to 2.3.4 and I’m trying to run the bin/magento catalog:images:resize command in CLI in hopes that it will fix some image styling issues I’m trying to resolve (removing white space from the border of a landscape image so it lines up with […]
I want to add the company name to the grid for when you make a new order in the backend and have to select the customer you make the order from. Only i can find nothing on how to add anything to this grid as it is not commenly edited. […]