Yearly Archives: 2020
I need a help on one of the following question : Q – EAV – Static and varchar entity type what is the similar in between this ? Both values can be identical for single sites Both values can be duplicate for multiple sites Can be add from the backend […]
I get the 503 Backend fetch failed error when I try to connect to my Magento backend that is hosted on a AWS Lightsail Instance – 2 GB RAM, 1 vCPU, 60 GB SSD. I found the general tutorial on how to fix it https://devdocs.magento.com/guides/v2.3/config-guide/varnish/tshoot-varnish-503.html, but the path described there […]
Is their an interface for using the Bulk API within a Magento2 module? I’m trying to identify how I can programmatically modify large numbers of products.
I tried to update the quote table customer_note column type to text using setup script and schema patch. Column type updated after run setup:upgrade but when I run setup:upgrade the second time then column type revert to varchar as previously. This issue because Magento creates a quote table using declarative […]
Now I implement the code below use MagentoFrameworkAppHelperAbstractHelper; use MagentoCustomerModelSession; use MagentoFrameworkAppHttpContext as AuthContext; class Customer extends AbstractHelper { /** * @var MagentoFrameworkAppHttpContext */ private $httpContext; private $objectmanager; private $authContext; public function __construct( MagentoFrameworkAppHelperContext $context, MagentoFrameworkAppHttpContext $httpContext, MagentoFrameworkObjectManagerInterface $objectmanager, Session $session, AuthContext $authContext ) { $this->objectmanager = $objectmanager; $this->httpContext = […]
I’m trying to launch a JAR file which requires Java 8 (not higher/lower). When I install Java 8 and I launch the application it opens a window but the content of the window is just blank. I’ve tried the openjdk aswell as the oracle jdk. None of them work. However […]
Sometimes Chrome extensions ask for permissions that raise a privacy red flag (like “read all your browsing data” or “read your history” etc). Sometimes this can be innocuous and necessary for extension functionality, and other times it can be malicious. I’d like an extension that let’s me know when another […]
I have an HP Laptop 15-bsOxx; the original battery states the replacement as HP Spare 919700-850. It states the mAh as 2850 on one area & 2670 on another – which’s correct? I can’t find any replacements with these numbers or within 5% – I’ve found the laptop & battery […]