Yearly Archives: 2020
For some reason, when I load template hints on my magento catalog page, the files that are being included are var/www/html/var/view_preprocessed/pub/static/vendor/magento/module etc, instead of var/www/html/app/design/frontend/theme/ etc… how would i change this and how did it get changed to begin with It feels like my app is stuck in production mode, […]
I need to get the result value of this calculator to add to the cart from the product page for both single and configurable products. I add the calculator to catalog_product_view.xml Then I copied the code from addtocart.phtml to calc.phtml as the button and changed the QTY to my result […]
Magento grid filter_condition_callback ignored? in Magento ver. 1.9.4.3 Help appreciated! Stuck 😉 We added a column to both the order and the product grid. This works fine. We then added a filter_condition_callback .. this has worked for years Recently we updated to Magento ver. 1.9.4.3 the LTS version found here […]
I’m struggling trying to add this js library AOS This is what I’ve tried to add both, css and js: in Theme/Magento_Theme/layout/cms_index_index.xml i have this code: < ?xml version="1.0"?> The reason of why i’m using cms_index_index.xml instead of default_head_blocks.xml is because I want the library just be available in the […]
I need to show the magnification sizes as fixed for all different sizes of images in product pages. How can I change this? 2 0 0 300 300 hover true I have tried the above code. But it showing different sizes for different product image sizes.
I’m currently working with some editing software that requires a lot of different shortcuts to achieve what I often need. I’ve done a bit of research and tried some tools but I wasn’t able to find a software that does as explained in the title. Let’s say I’m using a […]
I believe I am correct in saying that a reference to a column in a table (e.g. table1["col1"]) is known as a structured reference as opposed to an absolute reference (e.g. A1:A5). I would like to know if it is possible to use structured references in a table. This post: […]
I followed this guide to setup a vm with pci passthrough. My setup: MSI Z170 Gaming M7 i7-6700K GTX1080[Host] RX580[Guest] I can confirm that the GPU is isolated correctly and uses vfio. When I start the machine through virt-manager it seems to start(allocating RAM and CPU usage), but when I […]