Filtering all the configurable product which have special price
I want to filter out all configurable product which have discount in Magento 2. I have tried many ways but it is filtering only simple product not configurable product. Please help.
I want to filter out all configurable product which have discount in Magento 2. I have tried many ways but it is filtering only simple product not configurable product. Please help.
Could not validate a connection to Elasticsearch. Unknown 401 error from Elasticsearch null curl -X GET ‘http://localhost:9200’ {“error”:{“root_cause”:[{“type”:”security_exception”,”reason”:”missing authentication credentials for REST request [/]”,”header”:{“WWW-Authenticate”:[“Basic realm=”security”, charset=”UTF-8″”,”ApiKey”]}}],”type”:”security_exception”,”reason”:”missing authentication credentials for REST request [/]”,”header”:{“WWW-Authenticate”:[“Basic realm=”security”, charset=”UTF-8″”,”ApiKey”]}},”status”:401}
I’m trying to open Custom Module List when I click on the button in the header. For this I tried the below code. <div id=”my_list-div” data-bind=”scope:’my_list'”> <!– ko template: getTemplate() –><!– /ko –> <script type=”text/x-magento-init”> { “#my_list-div”: { “Magento_Ui/js/core/app”:{ “components”:{… Read More »Magento 2 : Unable to process binding “click: function(){return openMyList }” in Magento 2
I want to filter out all the configurable products which have offer in a collection. I have tried many filters which is working fine with simple and bundle but not working with configurable.
I created a table in the price box to display the quantity and discount percentage. I would like to also show the discounted price in this table. For example, if the product price is $100
I am in the process of migrating a Magento2 website from a single dedicated server to a split setup with Magento on one server and the Database on it’s own dedicated server. What is the recommended approach with migrating the… Read More »Magento2 – Migrating the database from one server to another
I’m working on optimizing the performance of a Magento 2 store with a large product catalogue (over 50,000 products). The site is experiencing slow page load times and sluggish performance, especially during peak traffic periods. Here are some details about… Read More »How to Boost the Performance of Magento 2 for Thousands of Products?
I have created a new store and only when placing orderwith that store, I am getting below error: Deprecated Functionality: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in vendor/magento/zend-db/library/Zend/Db/Adapter/Abstract.php on line 1044 all other stores… Read More »Magento 2.4.7 Placeorder with newly created store showing Deprecated Functionality: str_replace(): Passing null to parameter #3
Hi every on while download the Magento 2.4.6 getting the velow error. i done every configuraion accroding to requirement still geeting below error. [ComposerDownloaderTransportException] The “https://repo.magento.com/packages.json” file could not be downloaded (HTTP/1.1 404 Not Found) Please help on this. thank… Read More »While download magento2.4.6 using composer geeting below error
I’m running the latest version of Magento 2.4.7-p2. If I run composer update this is what is shown: Loading composer repositories with package information Updating dependencies Nothing to modify in lock file Installing dependencies from lock file (including require-dev) Nothing… Read More »Composer update is ok but composer outdated shows many items