Magento Engineer
social
Magento

Magento

The industry's top wizards and other experts share their advice and research findings.

Ad comes here

How to reindex magento2 in XAMPP localhost ?

reindex magento2 in XAMPP localhost

Step1- Open your xampp control panel
step2- Goto Shell command panel
STEP3- open you computer drive where your project is install.

CD "YOUR DRIVE"
CD "YOUR XAMPP FOLDER"
write a command

STEP4- go to in "cd php"

STEP5-Now write this command

php d:\xampp\htodcs\"projectname"\bin\magento indexer:reindex

Ad comes here

How to run custom MySql query in Magento ?

$db = Mage::getSingleton(‘core/resource’)->getConnection(‘core_write’);
$result=$db->query(“SELECT * FROM PCDSTable”);


$connect = Mage::getSingleton('core/resource')->getConnection('core_read');
$result=$db->query(“SELECT id FROM `customer_wishlists` WHERE `type`='wishlist'");

Ad comes here
Ad comes here
Error's and solution's
Update Cookies Preferences