Yearly Archives: 2020
Well, I was using structured php and when asked to perform automated tests I found myself in need of moving on to objects since I didn’t find a way to do it the other way around. Earlier I used travis with java, but still searching I can’t find a way […]
i’m tring to import a date field correct into the special_from_date and special_to_date field of products however for some reason the result is not correct. I have this - 008739-91-31 PROM18-00011 1 65.00 99.90 06-04-2018 09-30-2018 i try every format like d/m/y m/d/y y/m/d d-m-y m-d-y y-m-d but the result […]
I am working on a module to remove images of all deleted products, which is not the standard M2 behavior. My initial query to found images path still used by products was : $connection = $this->connection->getConnection(); $select = "SELECT {$connection->getTableName('catalog_product_entity_media_gallery')}.value" ." FROM {$connection->getTableName('catalog_product_entity_media_gallery_value_to_entity')}" ." , {$connection->getTableName('catalog_product_entity_media_gallery')}" ." WHERE {$connection->getTableName('catalog_product_entity_media_gallery_value_to_entity')}" ." […]
I have developed a custom module to show additional product info on cart page. My module is combo of: https://webkul.com/blog/add-product-information-checkout-cart-in-magento2/ (https://github.com/webkul/magento2_cartPageAdditionalInfo) & https://www.atwix.com/magento-2/how-to-add-the-details-for-cart-item-in-magento-2/ I want to fetch the current product attribute as additional info for every next product in cart. But I get the same product attribute/name which is first […]
When I access my admin panel and try to send the order I received this message below, how could I fix it? I suspect that it’d be caused by the MSI.
i have already tried to make the chanage of sort by price to custom attribute in admin store configuration but still the products are sorting by price in magento 2
I’m experiencing horrible network performance with VMware Fusion 11.5.1 with a Linux host (elementary OS 5.1, so essentially Ubuntu 18.04.3 LTS). It seems to just be the network connection that is slow, all other aspects are pretty snappy. Loading a webpage spins indefinitely pinging a host just sits there avojak@avojak-eos:~$ […]
Trying to count correct answers quickly, so I want to count if the cell is >=1. The answers are O (wrong) or 1 (correct). =Countif(V2:FV2),”>=1″