Magento
I own a Magento 1.9.4.2 store which has only downloadable products in it. Once a customer buy a digital product, Magento sends an email with the download link generated by Magento itself from the Dropbox one. This is worked since 2013 from 31/01/22. Suddenly, it doesn’t work anymore. All the […]
I am trying to get a project that is already live in production setup and installed on my local for development. After running my bin/magento-docker up -d all of my containers start successfully. But when I use the following command: sudo bin/magento-docker ece-deploy I am getting the following output and […]
I’m trying to modify the admin grid’s “filterSearch” field from default query if I type a whole word eg “Iphone”, I’m trying to change the type search criteria in SQL to LIKE %ipho% and finding a result with that information is currently not like that. In the previous image I […]
I want to get a list of all unused product attributes through database or code. Any help would be appreciated.
I created an numeric attribute, and product has assigned 2 categories (parent category and subcategory), is it possible update product attribute only for subcategory? or is it possible create custom product attribute only for subcategory? This would apply for all products. MOTOR (Subcategory) Colecciones (Parent Category) I need to set […]
How to convert current timezone date and time to gmtdate and time ? Here I am adding some hours for todays date and wants to convert in gmtdate to filter order colleciton //MagentoFrameworkStdlibDateTimeTimezoneInterface echo $toDay = $this->timezone->date()->format('Y-m-d H:i'); $fromTime = strtotime($toDay); $toTime = $fromTime + 3600; This below code gives […]
We can import stocks into our Magento warehouses automatically. For this from supplier we need a csv file. We can import the file direct from ftp or an url. We can also import local file on our server. All we need in this file is that 1 column is ‘sku’ […]
I have added the VAT and address fields to my magento website for the create a new customer page. I have a problem that the auto VAT validation and therefore the auto group assignment is not working ( actually not initiated ) because it seems the VAT field is updating […]