The company I’m at is using a piece of hardware running with a Windows XP program called OldXpProg. Looks to me like the program has hard-coded C:OldXpProg… callouts throughout it (installs outside Program Files), so I’m not going to risk trying to install it elsewhere. It saves and routinely updates […]
Yearly Archives: 2022
I have a setup where I need to do 2 proxy jumps in order to connect to my server D. Effectively, from A, I need to connect to B, from which I need to connect to C (which only allows connections from B) from where I then can connect to […]
No errors during update after lowering composer back down from 2.2.3 to 2.1.4 but site/backend results in 500 error. Stack trace: #0 /home/user/web/domain.com/public_html/magento/vendor/magento/framework/ObjectManager/Factory/Compiled.php(108): MagentoFrameworkObjectManagerFactoryAbstractFactory->createObject() #1 /home/user/web/domain.com/public_html/magento/vendor/magento/framework/ObjectManager/Factory/Compiled.php(150): MagentoFrameworkObjectManagerFactoryCompiled->create() #2 /home/user/web/domain.com/public_html/magento/vendor/magento/framework/ObjectManager/Factory/Compiled.php(79): MagentoFrameworkObjectManagerFactoryCompiled->get() #3 /home/user/web/domain.com/public_html/magento/vendor/magento/framework/ObjectManager/Factory/Compiled.php(150): MagentoFrameworkObjectManagerFactoryCompiled->create() #4 /home/user/web/domain.com/pu” while reading response header from upstream, client: 192.168.12.12, server: domain.com, request: “GET / HTTP/1.1”, upstream: […]
I want to extend the cataloginventory_stock_item with one more column, so that I would be able to show this data in a Catalog Products grid. I’ve read that in order to properly extend the core Magento tables we need to create a new table and join the data. I’ve added […]
We use the following method to group related products based on their category: https://bitbucket.org/magstaging/groupedrelatedproduct/src/master/ Works perfect, thanks to Herve, but we want to extend this code by also adding the cross sell items on the product page. So what we want to is to display cross sell products on the […]
I want to upload images using graphql, can anyone tell me how can I implement this? Let me know if anyone has any idea.
I need to trigger the free shipping option over $150 and charge a flat $5 handling fee with free shipping but if a specific product is added in cart this rule should not be applicable.
I’ve been battling with my machine for weeks now, hoping for community’s ideas or experience. My PC usually fails on boot and enters a restart loop. Typically, it passes the ASUS (mobo) screen and shuts down during the Windows load screen with the wheel spinning. The PC will auto-restart shortly […]
When I enter values in a column, the values already there are given as a suggestion for new entry, if they match the start of the string. There is a script that regularly deletes values from the file, it is done when the workbook is closed. Is there any way […]