<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ZestTech Solutions &#187; magento developer</title>
	<atom:link href="/blog/tag/magento-developer-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://zesttechsolutions.com/blog</link>
	<description>eCommerce Development, SEO Services, eBay Solutions, Web Design Company- Blog</description>
	<lastBuildDate>Mon, 25 Jun 2012 09:05:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Specific Requirements Before Getting Started With Magento Development</title>
		<link>http://zesttechsolutions.com/blog/specific-requirements-before-getting-started-with-magento-development/</link>
		<comments>http://zesttechsolutions.com/blog/specific-requirements-before-getting-started-with-magento-development/#comments</comments>
		<pubDate>Tue, 29 May 2012 08:12:56 +0000</pubDate>
		<dc:creator>zestadmin</dc:creator>
				<category><![CDATA[Magento Developer]]></category>
		<category><![CDATA[Magento Developers]]></category>
		<category><![CDATA[Magento Development]]></category>
		<category><![CDATA[london]]></category>
		<category><![CDATA[magento developer]]></category>
		<category><![CDATA[magento development]]></category>
		<category><![CDATA[magento requirements]]></category>
		<category><![CDATA[magento services]]></category>
		<category><![CDATA[united kingdom]]></category>

		<guid isPermaLink="false">http://zesttechsolutions.com/blog/?p=121</guid>
		<description><![CDATA[As we all know, Magento is the well known open source software widely used to develop online stores with overall functionalities such as Magento design, Search box, Payment gateways, Product description, Product display with multiple images, searching product through  Size, &#8230; <a href="/blog/specific-requirements-before-getting-started-with-magento-development/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As we all know, Magento is the well known open source software widely used to develop online stores with overall functionalities such as Magento design, Search box, Payment gateways, Product description, Product display with multiple images, searching product through  Size, Category, Colour, Variation type and more. Certain online traders wish to develop an online store according to their own needs which suits their business requirements perfectly. <a title="Custom Magento" href="/magento-customisation">Custom Magento</a> designs; custom magento templates fulfil these needs of the businesspeople. Online traders can get a fully customized Magento store including all the functionalities.</p>
<p>Getting a stunning ecommerce store developed on such a brilliant ecommerce platform can be the first step towards success for an online business. To get this task done, Magento developers are required. Currently, <a title="Magento Developer" href="/magento-development">Magento developer</a>(s) are in huge demand. However, before commencing the <a title="Magento Development" href="/magento-development">magento development</a>, here are some cues that can be of great use for the Magento Professionals:</p>
<ul>
<li><strong>Backend</strong>:  Select “System&gt; Configuration, then Advanced &gt; Configuration.  A dialog box as shown below will appear. In the Debug section, enable “profiler” and in the “Template settings”, enable “Log settings”. You can see File Location directory is /var directory. Please ensure that this directory allows writing in the file.<br />
<a href="/blog/wp-content/uploads/2012/05/backend.png"><img class="aligncenter size-full wp-image-122" title="backend" src="/blog/wp-content/uploads/2012/05/backend.png" alt="" width="940" height="514" /></a></li>
</ul>
<ul>
<li>Then activate the “Developer Mode” in the programming part, in vhost configuration. To activate the developer mode, insert this command in the vhost configuration :<br />
<a href="/blog/wp-content/uploads/2012/05/md.png"><img class="aligncenter size-full wp-image-123" title="md" src="/blog/wp-content/uploads/2012/05/md.png" alt="" width="397" height="49" /></a></li>
</ul>
<ul>
<li>Altering the index.PHP file:<br />
In order to activate the Varien Profiler and display the errors, the index.php file is to be edited. The index.php should view as given in the below image:<br />
<a href="/blog/wp-content/uploads/2012/05/md2.png"><img class="aligncenter size-full wp-image-124" title="md2" src="/blog/wp-content/uploads/2012/05/md2.png" alt="" width="397" height="105" /></a></li>
</ul>
<ul>
<li>Checking MySQL: With respect to know which queries take long time to load the page; we can log all the queries to determine the query that takes the longest time. This can be done by modifying the script as follows :
<ul>
<li>By altering the lib/Varien/Db/Adapter/Pdo/Mysql.php and set to true: $_debug, $_logCallStack and set to “0″ the $_logQueryTime value.</li>
<li>Preparing a writable directory in var called debug (that is, var/debug) in your magento directory.<br />
<a href="/blog/wp-content/uploads/2012/05/mysql-log1.png"><img class="aligncenter size-full wp-image-125" title="mysql-log" src="/blog/wp-content/uploads/2012/05/mysql-log1.png" alt="" width="600" height="591" /></a></li>
</ul>
</li>
</ul>
<ul>
<li>Necessary Magento extensions:Extensions are installed to get help while developing an ecommerce store on Magento. All extensions are not Magento compatible.  The compatible ones are Web developer toolbar and Layout analyzer.
<ul>
<li><strong>Web development toolbar</strong>: This extension is used to add tool buttons in the top right website corner. This allows us to see block information, clear cache, allow translation, block any pages, allow blocked content and more.<br />
<a href="/blog/wp-content/uploads/2012/05/wee_developertoolbar.png"><img class="aligncenter size-full wp-image-126" title="wee_developertoolbar" src="/blog/wp-content/uploads/2012/05/wee_developertoolbar.png" alt="" width="772" height="183" /></a></li>
<li> Lay out Analyzer:  With the help of this extension, the preview of the store layout can be seen before making it live.  Final XML Layout can also be viewed.<br />
<a href="/blog/wp-content/uploads/2012/05/layoutanalyzer_0a16d38e6e401d3d501af0d98c74adb9_layout-3.jpg"><img class="aligncenter size-full wp-image-127" title="layoutanalyzer_0a16d38e6e401d3d501af0d98c74adb9_layout-3" src="/blog/wp-content/uploads/2012/05/layoutanalyzer_0a16d38e6e401d3d501af0d98c74adb9_layout-3.jpg" alt="" width="468" height="300" /></a></li>
</ul>
</li>
</ul>
<p>Using all the above mentioned tools and some more, <strong>Magento development</strong> can be accomplished easily. However, the tools should be handy as at times it becomes difficult to establish and modify   the Magento based online store.</p>
<p>ZestTech Solutions, London, UK deals in <a title="Magento Development Services" href="/magento-development-services">Magento development services</a> including easy magento development with the use of latest magento development ways.</p>
]]></content:encoded>
			<wfw:commentRss>http://zesttechsolutions.com/blog/specific-requirements-before-getting-started-with-magento-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Magento Update: Latest Magento Enterprise and Community have been launched</title>
		<link>http://zesttechsolutions.com/blog/magento-update-latest-magento-enterprise-and-community-have-been-launched/</link>
		<comments>http://zesttechsolutions.com/blog/magento-update-latest-magento-enterprise-and-community-have-been-launched/#comments</comments>
		<pubDate>Wed, 23 May 2012 11:51:03 +0000</pubDate>
		<dc:creator>zestadmin</dc:creator>
				<category><![CDATA[Magento Developer]]></category>
		<category><![CDATA[Magento Development]]></category>
		<category><![CDATA[Magento Update]]></category>
		<category><![CDATA[magento developer]]></category>
		<category><![CDATA[magento development]]></category>
		<category><![CDATA[magento ecommerce]]></category>
		<category><![CDATA[magento update]]></category>

		<guid isPermaLink="false">http://zesttechsolutions.com/blog/?p=112</guid>
		<description><![CDATA[Magento, as we all know is the well known open source ecommerce platform having the customizable features and functionalities. The demand for Magento and Magento Go is rising dramatically. The ecommerce industry keeps updating on daily basis. With a view &#8230; <a href="/blog/magento-update-latest-magento-enterprise-and-community-have-been-launched/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Magento, as we all know is the well known open source ecommerce platform having the customizable features and functionalities. The demand for Magento and <a title="Magento Go" href="/go-magento">Magento Go</a> is rising dramatically. The ecommerce industry keeps updating on daily basis. With a view to meet the changing demands, open source platforms such as Magento and Oscommerce also get updated on regular basis.</p>
<p>Recently, new versions of Magento known as <a href="http://www.magentocommerce.com/product/enterprise-overview" rel="nofollow">Magento Enterprise 1.12</a> and <a href="http://www.magentocommerce.com/product/community-edition" rel="nofollow">Magento Community 1.7</a> have come into the lime light. The <strong>Magento developer</strong> Uk can create magento versions that are fully featured providing the business people with various wish lists, order placement, mobile optimization, nurture brand integrity and more. These versions can be used by any of the online traders including B2B commerce. These Magento versions are launched with a view to offer more substantiate shopping exposure.</p>
<p><a href="/blog/wp-content/uploads/2012/05/1178-icon-layered-NAV-pricing.png"><img class="size-full wp-image-113 alignleft" title="Magento Enterprise" src="/blog/wp-content/uploads/2012/05/1178-icon-layered-NAV-pricing.png" alt="" width="260" height="130" /></a>However, the businesspeople might think what benefits they will get by using new Magento versions; Magento 1.12 and Magento 1.7. Those who are already using Magento as an ecommerce platform can easily differentiate between the features of the current Magento version and latest one. The new comers in the magento industry are definitely going to like it as it will make their online business smoother than ever. In order to know the new Magento in a better way let’s have a look at its top benefits:</p>
<p><strong>HTML 5 for mobile:</strong> The <a title="Magento Developer UK" href="/magento-development">magento developer</a> UK can create storefronts that can be easily used on mobile making purchases easy for the buyers 24/7. Best supportable with Android and I phones. This application has many innovative features such as clear exposure of the store pages , easy navigation between the pages, convenient search result display, cross selling and up selling, product drag n drop facility are a few.</p>
<p><strong>Identifying the viewers:</strong> On regular basis, lots of visitors come across the online store. The new magento versions help to differentiate between the regular users and the new visitors converting the new clicks into customers.</p>
<p><strong>Aspired Viewers:</strong> With a perspective of reaching to the target customers, certain schemes are applied such as special offers, cross selling and up selling to provide perfect shopping experience. This feature is available in Magento enterprise 1.12</p>
<p><strong>Creating promotional codes:</strong> When any trader has applied promotional schemes to the products, this feature helps to generate the codes by itself which the seller can circulate among its customers via email and other distribution methods. Along with distribution, this feature also helps to keep the check on the use of coupons as well as maintain the reports.</p>
<p><strong>Different Chain values:</strong> This feature allows traders to keep different prices for different cluster of customers such as dealers, retailers, direct customers, new customers, regular customers and more.</p>
<p><strong>Back up and Roll Back:</strong> This feature enables the online merchants to administer and line up the backup functions along with the rollback feature used to converse the changes made in the store or store pages. It works best Magento developers UK customize any store or upgrade the store with new magento versions. The backup is used for database backup, system backup and media backup.</p>
<p>Above mentioned are some of the best features of the Magento Enterprise 1.12 and Magento Community 1.7.</p>
<p>ZestTech Solutions, a UK based <a title="Magento Development" href="/magento-development">Magento Development</a> Company provides the Magento services with the latest Magento versions ensuring your business to reach at the next level offering you strong success in the field of ecommerce.</p>
]]></content:encoded>
			<wfw:commentRss>http://zesttechsolutions.com/blog/magento-update-latest-magento-enterprise-and-community-have-been-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
