I spend a lot of my day in the terminal, and my shell of choice is Zsh — a highly customizable Unix shell that packs some very powerful features. As I’m a lazy developerTM, I’m always looking for ways to type less and to automate all the things. Luckily this […]
Daily Archives: March 4, 2020
I’m trying to get my head around how php processes request (via apache). If I call a php page which on the server side calls a database to insert some data and then returns the data back to the client. What happens if you call the page but then immediately […]
I’m running my store in the Magento 2.3.1 + ElasticSearch 6 + PHP 7.2 With 12k products and 228 attributes, and PHP memory_limit = -1. I have an integration that syncs the products through Magento’s API. Sometimes the products disappeared on the categories in the storefront, normally, it’s the catalogsearch_fulltext […]
I have created a site with Base Currency as United Arab Emirates Dirham (AED). One Website, one store only. Default display currency is USD. Catalog Price Scope is set to “Global” CCAvenue is configured like so: Question: Why does the CCAvenue choose USD as currency for billing? Here is the […]
I have products that are called different things based on their end-use. In layered navigation, I want people to be able to filter products based on the name that they know for the product. Is there any way to control the label in layered navigation based on the category that […]