Blog
I’m pulling a bunch of products from Magento 2 via the SOAP api in postman, but I can’t seem to get the quantity of a product. I can get any or all infomation, but I really need to know how many of that product I have in the database. Here […]
When I try to create a user, I get this error: “Rolled back transaction has not been completed correctly.” In system log I get: main.INFO: Broken reference: the ‘notification.messages’ tries to reorder itself towards ‘user’, but their parents are different: ‘header.inner.right’ and ‘header’ respectively. Any idea?
I want to include my own js or include only few js in require.js, but need to exclude all js files / css files being loaded default by Magneto or any module. it is explained here – https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html#layout_markup_css as per the docs – I should include in my – app/design/frontend///Magento_Theme/layout/default_head_blocks.xml […]
In the file vendormagentotheme-frontend-lumawebcsssource_breadcrumbs.less there is this code getting called: & when (@media-common = true) { .breadcrumbs { .lib-breadcrumbs(); } } Lets say the mixin .lib-breadcrumbs() is defined multiple times in different files. How can I figure out where the mixin which is called is located? Is there a stacktrace […]
I have an intermittent issue that seems to happen across all of the Magento 2 sites I manage where if I’m working in the back-end and I save something (could be a content block, category, product, etc), from time to time it will redirect me to the dashboard and I’ll […]
I want to use chrome remote desktop to access my pc while I am at school (Most of my work is done on my PC as it is faster and more reliable than the chromebook I have), but both the website and chrome extension are blocked by my school. Using […]
$ free -h total used free shared buff/cache available Mem: 125G 16G 105G 26M 3.3G 107G Swap: 8.0G 1.9G 6.1G I am running a program to process a big file and this is what I am seeing. I don’t understand why it starts to swap a lot when there are […]