I tried manually installing magento 2 using the command: php bin/magento setup:install --base-url=http://localhost/m2/ --db-host=localhost --db-name=m2 --db-user=root --db-password=root --admin-firstname=Vladimir --admin-lastname=Despotovic --admin-email=your_email@example.com --admin-user=admin --admin-password=admin123 --language=en_US --currency=USD --timezone=America/New_York --use-rewrites=1 I also tried using the warden installation, in details and I tried several bugfixes myself with it – once it didn’t run correctly (the […]
Magento
I am using following command to install magento 2.4.7 in xampp on windows platform, composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition=2.4.7 magento2 I am getting following error, Note : I know my private key and public key, when i enter the command it’s never asking the details
I’m not able to export products. I go there: System > Export > Products I select CSV. But below, I have no entity attributes I can select, so I can export anything. I’m using M 2.4.7 p3, but had the same problem on M 2.4.1 If anyone has a clue […]
I have Magento 2.4.6-p8 in use with Varnish. Site does not use Magento’s shop functionality and it servers only in catalog mode and only displays products for customers to see. All CMS pages load almost instantly thanks to Varnish. Also category pages load instantly. For some reason product pages load […]
I have my custom module Pricebycustomergroup i have created a rule where a specific product price will be decreased like orignal is 34$ and the new one will be 20$ but this will works if max quantity is 2 in cart.. I wanted to create graphql APIs for this now […]
Do you know of any extension for Magento Open Source that functions similarly to Adobe Commerce’s Magento_ResourceConnections for managing master-slave database connections? In Adobe Commerce, these configurations are typically defined in the env.php file, as shown: <?php return array ( //... 'db' => array ( 'connection' => array ( 'default' […]
I want to upgrade/downgrade composer version manually, i have downloaded latest version composer.phar file from https://getcomposer.org/download/2.8.4/composer.phar I am using windows platform.
I am using adobe commerce cloud and inside app/design magento_pagebuilder i can see slick.js and slick.min.js i am making changes in slick.js and after deployment file slick.js not found inside pub/static folder and changes are reflecting. Can anyone help me on this.