Sunday 24 June 2012

Ajax Search And Autocomplete $15 - Magento Extension, Quick search magento Extension

Ajax Search And Autocomplete - Magento Extension

$20
@ now $15 Only
Compatibility: Magento v. 1.4,1.5,1.6,1.7

Contact me at coder2coder@gmail.com or skype: suman.php

How to get customer address in magento

$customerAddressId = Mage::getSingleton('customer/customer')->load($_review->getCustomerId())->getDefaultBilling()


            if($customerAddressId)
            {
               $address = Mage::getModel('customer/address')->load($customerAddressId);
               $arrAddress = $address->getData();
               //$countryName = Mage::getModel('directory/country')->load($arrAddress['country_id'])->getName();
               $addressHtml = " (From ".$arrAddress['city'].", ".$arrAddress['region'].")";
               //echo "<pre>"; print_r($arrAddress);echo "</pre>"; die();
            }

If this helps, please like, share this website in Facebook.

How Can I Filter Products By Category in magento

$productcollection->addAttributeToFilter("category_ids", array('finset'=>10))
I hope this helps. If this helps, please like this website in facebook.