Wednesday, 15 May 2013

Magento Web Developer, Ecommerce Store Consulting, eBusiness Solution

Hire Magento Developer at cheapest cost with good Quality

We provide complete E commerce service for your all requirements. We provide full time Magento Developer at very reasonable cost. 

Contact at: 
Skype:suman.php
Email:coder2coder@gmail.com

Sunday, 18 November 2012

Hire web developer, Web designer, CSS3 designer, Responsive html designer

Winter Offer

1 Wordpress developer + 1 Web designer for Psd, Psd to HTML, Responsive Html, CSS3
Experience: 4 years
Cost: ONLY $2000/month

1 Wordpress developer only
Experience: 4 years
Cost: ONLY $1000/month

1 Magento developer + 1 Web designer for Psd, Psd to HTML, Responsive Html, CSS3
Experience: 6 years
Cost: ONLY $2500/month

1 Magento developer only
Experience: 6 years
Cost: ONLY $1400/month

1 Web designer for Psd, Psd to HTML, Responsive Html, CSS3, Logo Design, Brochure Design
Experience: 6 years
Cost: ONLY $1300/month

1 Zend developer + 1 Web designer for Psd, Psd to HTML, Responsive Html, CSS3
Experience: 6 years
Cost: ONLY $2600/month

1 Zend developer
Experience: 6 years
Cost: ONLY $1500/month

Contact:
Skype:suman.php
coder2coder@gmail.com

IE10 Lands on Windows 7

As promised, Microsoft has released Internet Explorer 10 Preview on Windows 7. The new browser can be installed on Windows 7 32/64-bit SP1 or Windows Server 2008 R2 SP1. You require 512MB RAM and up to 120MB of hard disk space. Sorry XP and Vista users — you’re out of luck. 
View More ..

Wednesday, 22 August 2012

How to send newsletter manually / programmatically to customer

I hope this helps  !!!!!!!!!

<?php

/*************** This code returns all subscribers  ***************/
$objCol=Mage::getResourceModel('newsletter/subscriber_collection')->load();
$collection = $objCol;
/*************** Load the newsletter template model by $templateId   *******/
$tmplt=Mage::getModel('newsletter/template')->load($templateId); $message=$tmplt->getTemplateText(); foreach($collection->getItems() as $item) { $email = $item->getSubscriberEmail(); $name = $item->getSubscriberFullName(); try{ $mail = new Zend_Mail(); $mail->setFrom($tmplt->getTemplateSenderEmail()); $mail->setBodyHtml($message); $mail->addTo($email, 'recipient'); $mail->setSubject($tmplt->getTemplateSubject()); $mail->send(); echo "Newsletter sent to ".$email."<br>"; } catch(Exception $e) { echo $e->getMessage(); } } ?>

If this helps, please comment on this post and like or share this on linkedin, facebook. 
Enjoy :-)   !!!!!!!!

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.