<?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>Dx3webs &#187; hosting</title>
	<atom:link href="http://dx3webs.com/front/tag/hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://dx3webs.com/front</link>
	<description>Magento: fast.. supported.. managed</description>
	<lastBuildDate>Sun, 22 Jan 2012 17:28:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Magetno fix : Cant add products to admin create order</title>
		<link>http://dx3webs.com/front/2011/11/magetno-fix-cant-add-products-to-admin-create-order/</link>
		<comments>http://dx3webs.com/front/2011/11/magetno-fix-cant-add-products-to-admin-create-order/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 11:51:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[can't]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[manually]]></category>
		<category><![CDATA[order]]></category>
		<category><![CDATA[products]]></category>
		<category><![CDATA[to]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=1029</guid>
		<description><![CDATA[Tweet There appears to be a bug in magento 1.5x where by manually creating an order and trying to add a product does not work.  It appears to be an issue with ext-tree.js which is called unnecessarily on this page. To fix edit app/design/adminhtml/default/default/layout/sales.xml &#160; and add like so: &#160;]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080; border-radius:5px 5px 5px 5px; box-shadow:2px 2px 5px rgba(0,0,0,0.3);background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdx3webs.com%2Ffront%2F2011%2F11%2Fmagetno-fix-cant-add-products-to-admin-create-order%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://dx3webs.com/front/2011/11/magetno-fix-cant-add-products-to-admin-create-order/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://dx3webs.com/front/2011/11/magetno-fix-cant-add-products-to-admin-create-order/"  data-text="Magetno fix : Cant add products to admin create order" data-count="horizontal" data-via="dx3webs">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>There appears to be a bug in magento 1.5x where by manually creating an order and trying to add a product does not work.  It appears to be an issue with ext-tree.js which is called unnecessarily on this page.</p>
<p>To fix edit app/design/adminhtml/default/default/layout/sales.xml</p>
<p>&nbsp;</p>
<p>and add</p>
<pre class="brush: php; title: ; notranslate">

&lt;action method=&quot;removeItem&quot;&gt;&lt;type&gt;js&lt;/type&gt;&lt;name&gt;extjs/ext-tree.js&lt;/name&gt;&lt;/action&gt;
</pre>
<p>like so:</p>
<pre class="brush: php; title: ; notranslate">

&lt;adminhtml_sales_order_create_index&gt;
&lt;reference name=&quot;left&quot;&gt;
&lt;action method=&quot;setIsCollapsed&quot;&gt;&lt;value&gt;true&lt;/value&gt;&lt;/action&gt;
&lt;/reference&gt;
&lt;reference name=&quot;head&quot;&gt;
&lt;action method=&quot;removeItem&quot;&gt;&lt;type&gt;js&lt;/type&gt;&lt;name&gt;extjs/ext-tree.js&lt;/name&gt;&lt;/action&gt;
&lt;action method=&quot;addJs&quot;&gt;&lt;file&gt;mage/adminhtml/sales.js&lt;/file&gt;&lt;/action&gt;
</pre>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2011/11/magetno-fix-cant-add-products-to-admin-create-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento fix : Invalid method Mage_Wishlist_Model_Item::canConfigure(Array</title>
		<link>http://dx3webs.com/front/2011/10/magento-fix-invalid-method-mage_wishlist_model_itemcanconfigurearray/</link>
		<comments>http://dx3webs.com/front/2011/10/magento-fix-invalid-method-mage_wishlist_model_itemcanconfigurearray/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 22:17:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[invalid]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[wishlist]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=1021</guid>
		<description><![CDATA[Tweet This will affect older themes if you are upgrading Magento core, There is a simple fix. 1. Copy wishlish.xml in base/default/layout to your_template/layout 2. Copy the whole wishlist folder in base/default/template to your_template/template 3. Refresh Cache]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080; border-radius:5px 5px 5px 5px; box-shadow:2px 2px 5px rgba(0,0,0,0.3);background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdx3webs.com%2Ffront%2F2011%2F10%2Fmagento-fix-invalid-method-mage_wishlist_model_itemcanconfigurearray%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://dx3webs.com/front/2011/10/magento-fix-invalid-method-mage_wishlist_model_itemcanconfigurearray/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://dx3webs.com/front/2011/10/magento-fix-invalid-method-mage_wishlist_model_itemcanconfigurearray/"  data-text="Magento fix : Invalid method Mage_Wishlist_Model_Item::canConfigure(Array" data-count="horizontal" data-via="dx3webs">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>This will affect older themes if you are upgrading Magento core,</p>
<p>There is a simple fix.</p>
<p>1. Copy wishlish.xml in base/default/layout to your_template/layout<br />
2. Copy the whole wishlist folder in base/default/template to your_template/template<br />
3. Refresh Cache</p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2011/10/magento-fix-invalid-method-mage_wishlist_model_itemcanconfigurearray/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a multi-store setup in Magento</title>
		<link>http://dx3webs.com/front/2011/09/create-a-multi-store-setup-in-magento/</link>
		<comments>http://dx3webs.com/front/2011/09/create-a-multi-store-setup-in-magento/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 06:11:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[magneto]]></category>
		<category><![CDATA[multi]]></category>
		<category><![CDATA[multistore]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[second]]></category>
		<category><![CDATA[uk]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=1018</guid>
		<description><![CDATA[Tweet Provided you do not need an ssl cert for each domain it is relatively straight forward to create a multi-store setup. 1) configure magento. In system &#62; manage stores Add a new website, store and store view for your new site. Remember the code for the website. 2) Create a domain alias for you [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080; border-radius:5px 5px 5px 5px; box-shadow:2px 2px 5px rgba(0,0,0,0.3);background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdx3webs.com%2Ffront%2F2011%2F09%2Fcreate-a-multi-store-setup-in-magento%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://dx3webs.com/front/2011/09/create-a-multi-store-setup-in-magento/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://dx3webs.com/front/2011/09/create-a-multi-store-setup-in-magento/"  data-text="Create a multi-store setup in Magento" data-count="horizontal" data-via="dx3webs">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>Provided you do not need an ssl cert for each domain it is relatively straight forward to create a multi-store setup.</p>
<p>1) configure magento.</p>
<p>In system &gt; manage stores</p>
<p>Add a new website, store and store view for your new site. Remember the code for the website.</p>
<p>2) Create a domain alias for you new domain pointing to your existing domain.</p>
<p>3) Add a little logic to index.php</p>
<pre class="brush: php; title: ; notranslate">

umask(0);

if ($_SERVER['HTTP_HOST'] == &quot;newdomain.com&quot; || $_SERVER['HTTP_HOST'] == &quot;www.newdomain.com&quot;){
$_SERVER[&quot;MAGE_RUN_CODE&quot;] = &quot;website_code&quot;;
$_SERVER[&quot;MAGE_RUN_TYPE&quot;] = &quot;website&quot;;
}

/* Store or website code */
$mageRunCode = isset($_SERVER['MAGE_RUN_CODE']) ? $_SERVER['MAGE_RUN_CODE'] : '';

/* Run store or run website */
$mageRunType = isset($_SERVER['MAGE_RUN_TYPE']) ? $_SERVER['MAGE_RUN_TYPE'] : 'store';

Mage::run($mageRunCode, $mageRunType);
</pre>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2011/09/create-a-multi-store-setup-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento fix: Fatal error: Method Varien_Object::__tostring() cannot take arguments in /magento/lib/Varien/Object.php</title>
		<link>http://dx3webs.com/front/2011/08/magento-fix-fatal-error-method-varien_object__tostring-cannot-take-arguments-in-magentolibvarienobject-php/</link>
		<comments>http://dx3webs.com/front/2011/08/magento-fix-fatal-error-method-varien_object__tostring-cannot-take-arguments-in-magentolibvarienobject-php/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 20:46:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[explode]]></category>
		<category><![CDATA[Fatal error: Method Varien_Object::__tostring()]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[split]]></category>
		<category><![CDATA[toString]]></category>
		<category><![CDATA[uk]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=1006</guid>
		<description><![CDATA[Tweet If you are transferring older version of Magento to new servers or if you have upgraded your version of php to 5.3.3+ you will find some fatal errors while working with 1.3x versions of Magneto. There are 3 lines you will need to change in core code: 1) /lib/Varien/Object.php (Line 484) replace __toString with [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080; border-radius:5px 5px 5px 5px; box-shadow:2px 2px 5px rgba(0,0,0,0.3);background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdx3webs.com%2Ffront%2F2011%2F08%2Fmagento-fix-fatal-error-method-varien_object__tostring-cannot-take-arguments-in-magentolibvarienobject-php%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://dx3webs.com/front/2011/08/magento-fix-fatal-error-method-varien_object__tostring-cannot-take-arguments-in-magentolibvarienobject-php/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://dx3webs.com/front/2011/08/magento-fix-fatal-error-method-varien_object__tostring-cannot-take-arguments-in-magentolibvarienobject-php/"  data-text="Magento fix: Fatal error: Method Varien_Object::__tostring() cannot take arguments in /magento/lib/Varien/Object.php" data-count="horizontal" data-via="dx3webs">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>If you are transferring older version of Magento to new servers or if you have upgraded your version of php to 5.3.3+ you will find some fatal errors while working with 1.3x versions of Magneto.  There are 3 lines you will need to change in core code:</p>
<p>1) /lib/Varien/Object.php (Line 484)<br />
replace __toString<br />
with __invoke</p>
<p>2) /app/code/core/Mage/Core/Controller/Request/Http.php (Line 274)<br />
replace split<br />
with explode</p>
<p>3) app/code/core/Mage/Admin/Model/User.php (Line 374)<br />
replace split<br />
with explode</p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2011/08/magento-fix-fatal-error-method-varien_object__tostring-cannot-take-arguments-in-magentolibvarienobject-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento fix : Local file doesn&#8217;t exist</title>
		<link>http://dx3webs.com/front/2011/08/magento-fix-local-file-doesnt-exist/</link>
		<comments>http://dx3webs.com/front/2011/08/magento-fix-local-file-doesnt-exist/#comments</comments>
		<pubDate>Sun, 14 Aug 2011 21:27:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[connect]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[Local file doesn't exist]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=989</guid>
		<description><![CDATA[Tweet If you have upgraded your magento or coppied it across from dev to live or live to dev you may find that Magento connect is throwing &#8220;Local file doesn&#8217;t exist:&#8221; error. This is generated from lib/Mage/Connect/Ftp.php. The error occurs if you have oped to use the new ftp connection method for magento connect. This [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080; border-radius:5px 5px 5px 5px; box-shadow:2px 2px 5px rgba(0,0,0,0.3);background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdx3webs.com%2Ffront%2F2011%2F08%2Fmagento-fix-local-file-doesnt-exist%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://dx3webs.com/front/2011/08/magento-fix-local-file-doesnt-exist/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://dx3webs.com/front/2011/08/magento-fix-local-file-doesnt-exist/"  data-text="Magento fix : Local file doesn&#8217;t exist" data-count="horizontal" data-via="dx3webs">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>If you have upgraded your magento or coppied it across from dev to live or live to dev you may find that Magento connect is throwing &#8220;Local file doesn&#8217;t exist:&#8221; error.  This is generated from lib/Mage/Connect/Ftp.php.  The error occurs if you have oped to use the new ftp connection method for magento connect.  This is a long sought after method of using connect but this is the down side.  Rather than store your ftp date in the database the Magento team have opted to store this info in a file&#8230; downloader/connect.cfg to be precise.</p>
<p>This is a text file which you will see contains the info you used when setting up Connect.  Make the necessary changes to this to reflect the new server location.</p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2011/08/magento-fix-local-file-doesnt-exist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento tip : add Google Checkout button to side bar shopping cart</title>
		<link>http://dx3webs.com/front/2011/07/magento-tip-add-google-checkout-button-to-side-bar-shopping-cart/</link>
		<comments>http://dx3webs.com/front/2011/07/magento-tip-add-google-checkout-button-to-side-bar-shopping-cart/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 13:53:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[bar]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[cart]]></category>
		<category><![CDATA[checkout]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[shopping]]></category>
		<category><![CDATA[side]]></category>
		<category><![CDATA[side bar]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=940</guid>
		<description><![CDATA[Tweet For some reason it is easy to add the Paypal Express one click checkout option to the side bar cart in Magento. However, there is no instant way to do the same for Google Checkout. So you will need to edit this by hand. you can add the following code anywhere.. For this particular [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080; border-radius:5px 5px 5px 5px; box-shadow:2px 2px 5px rgba(0,0,0,0.3);background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdx3webs.com%2Ffront%2F2011%2F07%2Fmagento-tip-add-google-checkout-button-to-side-bar-shopping-cart%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://dx3webs.com/front/2011/07/magento-tip-add-google-checkout-button-to-side-bar-shopping-cart/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://dx3webs.com/front/2011/07/magento-tip-add-google-checkout-button-to-side-bar-shopping-cart/"  data-text="Magento tip : add Google Checkout button to side bar shopping cart" data-count="horizontal" data-via="dx3webs">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>For some reason it is easy to add the Paypal Express one click checkout option  to the side bar cart in Magento.  However, there is no instant way to do the same for Google Checkout.  </p>
<p>So you will need to edit this by hand.  </p>
<p>you can add the following code anywhere.. For this particular client we used:<br />
<span id="more-940"></span><br />
/ app / design / frontend / base / default / template / checkout / cart / sidebar.phtml</p>
<p>add </p>
<pre class="brush: php; title: ; notranslate">
&lt;?php echo $this-&gt;getLayout()-&gt;createBlock('googlecheckout/link')-&gt;setTemplate('googlecheckout/link.phtml')-&gt;toHtml(); ?&gt;
</pre>
<p>for example:</p>
<pre class="brush: php; title: ; notranslate">
   &lt;div class=&quot;actions&quot;&gt;
        &lt;?php echo $this-&gt;getChildHtml('extra_actions') ?&gt;
        &lt;button type=&quot;button&quot; title=&quot;&lt;?php echo $this-&gt;__('Checkout') ?&gt;&quot; class=&quot;button&quot; onclick=&quot;setLocation('&lt;?php echo $this-&gt;getCheckoutUrl() ?&gt;')&quot;&gt;&lt;span&gt;&lt;span&gt;&lt;?php echo $this-&gt;__('Checkout') ?&gt;&lt;/span&gt;&lt;/span&gt;&lt;/button&gt;
    &lt;/div&gt;

&lt;?php echo $this-&gt;getLayout()-&gt;createBlock('googlecheckout/link')-&gt;setTemplate('googlecheckout/link.phtml')-&gt;toHtml(); ?&gt;

    &lt;?php endif ?&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2011/07/magento-tip-add-google-checkout-button-to-side-bar-shopping-cart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento tip: problems with Linnworks connecting to Magento api</title>
		<link>http://dx3webs.com/front/2011/06/magento-tip-problems-with-linnworks-connecting-to-magento-api/</link>
		<comments>http://dx3webs.com/front/2011/06/magento-tip-problems-with-linnworks-connecting-to-magento-api/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 08:24:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[connect]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[linnworks]]></category>
		<category><![CDATA[uk]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=923</guid>
		<description><![CDATA[Tweet A recent hosting customer is using Linnworks to post their catalogue to ebay, amazon and Magento. Despite following the guide lines here they were still unable to connect to their site. Eventually the Linnworks support were able to offer the following. in lib/Zend/XmlRpc/Server.php comment out: hope this helps someone/]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080; border-radius:5px 5px 5px 5px; box-shadow:2px 2px 5px rgba(0,0,0,0.3);background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdx3webs.com%2Ffront%2F2011%2F06%2Fmagento-tip-problems-with-linnworks-connecting-to-magento-api%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://dx3webs.com/front/2011/06/magento-tip-problems-with-linnworks-connecting-to-magento-api/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://dx3webs.com/front/2011/06/magento-tip-problems-with-linnworks-connecting-to-magento-api/"  data-text="Magento tip: problems with Linnworks connecting to Magento api" data-count="horizontal" data-via="dx3webs">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>A recent hosting customer is using Linnworks to post their catalogue to ebay, amazon and Magento.  Despite following the guide lines <a href="http://www.linnworks.com/Doc/magento_order_management_inventory_stock_ebay_amazon_connect_link">here </a>they were still unable to connect to their site. Eventually the Linnworks support were able to offer the following.</p>
<p>in  lib/Zend/XmlRpc/Server.php</p>
<p>comment out:</p>
<pre class="brush: php; title: ; notranslate">
if (!$matched)
{
#require_once 'Zend/XmlRpc/Server/Exception.php';
throw new Zend_XmlRpc_Server_Exception('Calling parameters do not match signature', 623);
}
</pre>
<p>hope this helps someone/</p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2011/06/magento-tip-problems-with-linnworks-connecting-to-magento-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento fix : Invalid id or tag ‘e36_CONFIG_GLOBAL.LOCK’ : must use only [a-zA-Z0-9_]   NQKRCSW63US8</title>
		<link>http://dx3webs.com/front/2011/05/magento-fix-invalid-id-or-tag-%e2%80%98e36_config_global-lock%e2%80%99-must-use-only-a-za-z0-9_/</link>
		<comments>http://dx3webs.com/front/2011/05/magento-fix-invalid-id-or-tag-%e2%80%98e36_config_global-lock%e2%80%99-must-use-only-a-za-z0-9_/#comments</comments>
		<pubDate>Sat, 14 May 2011 00:54:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[id]]></category>
		<category><![CDATA[invalid]]></category>
		<category><![CDATA[layout_handle]]></category>
		<category><![CDATA[or]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[uk]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=908</guid>
		<description><![CDATA[Tweet A typical error caused by the cache being on while a new custom CMS template is present without the required layout_handle. the answer is to find the culprits.. search for possible problems.. open these and look for the missingpage_homepage-2col-leftand add your own &#60;config&#62; &#60;global&#62; &#60;page&#62; &#60;layouts&#62; &#60;homepage-2col-left&#62; &#60;label&#62;Home Page 2 colun left&#60;/label&#62; &#60;template&#62;page/homepage-2col-left.phtml&#60;/template&#62; &#60;layout_handle&#62;page_homepage-2col-left&#60;/layout_handle&#62; [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080; border-radius:5px 5px 5px 5px; box-shadow:2px 2px 5px rgba(0,0,0,0.3);background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdx3webs.com%2Ffront%2F2011%2F05%2Fmagento-fix-invalid-id-or-tag-%25e2%2580%2598e36_config_global-lock%25e2%2580%2599-must-use-only-a-za-z0-9_%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://dx3webs.com/front/2011/05/magento-fix-invalid-id-or-tag-%e2%80%98e36_config_global-lock%e2%80%99-must-use-only-a-za-z0-9_/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://dx3webs.com/front/2011/05/magento-fix-invalid-id-or-tag-%e2%80%98e36_config_global-lock%e2%80%99-must-use-only-a-za-z0-9_/"  data-text="Magento fix : Invalid id or tag ‘e36_CONFIG_GLOBAL.LOCK’ : must use only [a-zA-Z0-9_]   NQKRCSW63US8" data-count="horizontal" data-via="dx3webs">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>A typical error caused by the cache being on while a new custom CMS template is present without the required layout_handle.<br />
<span id="more-908"></span></p>
<pre class="brush: php; title: ; notranslate">
Invalid id or tag ‘e36_CONFIG_GLOBAL.LOCK’ : must use only [a-zA-Z0-9_]
#0 /Zend/Cache/Core.php(545): Zend_Cache::throwException(’Invalid id or t...’)
#1 lib/Zend/Cache/Core.php(270): Zend_Cache_Core::_validateIdOrTag(’e36_CONFIG_GLOB...’)
#2 app/code/core/Mage/Core/Model/Cache.php(329): Zend_Cache_Core-&gt;load(’CONFIG_GLOBAL.L...’)
#3 app/code/core/Mage/Core/Model/App.php(1051): Mage_Core_Model_Cache-&gt;load(’config_global.l...’)
#4 app/code/core/Mage/Core/Model/Config.php(523): Mage_Core_Model_App-&gt;loadCache(’config_global.l...’)
#5 app/code/core/Mage/Core/Model/Config.php(405): Mage_Core_Model_Config-&gt;_loadCache(’config_global.l...’)
#6 app/code/core/Mage/Core/Model/Config.php(286): Mage_Core_Model_Config-&gt;_canUseCacheForInit()
#7 app/code/core/Mage/Core/Model/App.php(359): Mage_Core_Model_Config-&gt;loadModulesCache()
#8 app/code/core/Mage/Core/Model/App.php(295): Mage_Core_Model_App-&gt;_initModules()
#9 app/Mage.php(596): Mage_Core_Model_App-&gt;run(Array)
#10 index.php(78): Mage::run(’’, ‘store’)
#11 {main}
</pre>
<p>the answer is to find the culprits..</p>
<p>search for possible problems..</p>
<pre class="brush: php; title: ; notranslate">
grep -ir &quot;&lt;layouts&gt;&quot; ./app/code/local
grep -ir &quot;&lt;layouts&gt;&quot; ./app/code/community
</pre>
<p>open these and look for the missingpage_homepage-2col-leftand add your own</p>
<p>&lt;config&gt;<br />
&lt;global&gt;<br />
&lt;page&gt;<br />
&lt;layouts&gt;<br />
&lt;homepage-2col-left&gt;<br />
&lt;label&gt;Home Page 2 colun left&lt;/label&gt;<br />
&lt;template&gt;page/homepage-2col-left.phtml&lt;/template&gt;<br />
&lt;layout_handle&gt;page_homepage-2col-left&lt;/layout_handle&gt;<br />
&lt;/homepage-2col-left&gt;</p>
<p>&lt;/layouts&gt;<br />
&lt;/page&gt;<br />
&lt;/global&gt;<br />
&lt;/config&gt;</p>
<p>source:</p>
<p>http://www.magentocommerce.com/boards/viewthread/66150/</p>
<p>http://www.magentocommerce.com/boards/site.php/viewthread/46203/P15/#t306155</p>
<p>NQKRCSW63US8</p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2011/05/magento-fix-invalid-id-or-tag-%e2%80%98e36_config_global-lock%e2%80%99-must-use-only-a-za-z0-9_/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add Product Image and Description to Email to a friend Transactional Email</title>
		<link>http://dx3webs.com/front/2011/04/how-to-add-product-image-and-description-to-email-to-a-friend-transactional-email/</link>
		<comments>http://dx3webs.com/front/2011/04/how-to-add-product-image-and-description-to-email-to-a-friend-transactional-email/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 13:11:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[description]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[friend]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[product]]></category>
		<category><![CDATA[transaction]]></category>
		<category><![CDATA[transactional]]></category>
		<category><![CDATA[uk]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=808</guid>
		<description><![CDATA[Tweet It would be very handy when a user uses Magento&#8217;s Email to a friend feature that at least an image of the product and description can be sent to the friend in question. While the Image can be added easily it is a little more tricky to get the description. The product thumbnail variable [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080; border-radius:5px 5px 5px 5px; box-shadow:2px 2px 5px rgba(0,0,0,0.3);background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdx3webs.com%2Ffront%2F2011%2F04%2Fhow-to-add-product-image-and-description-to-email-to-a-friend-transactional-email%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://dx3webs.com/front/2011/04/how-to-add-product-image-and-description-to-email-to-a-friend-transactional-email/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://dx3webs.com/front/2011/04/how-to-add-product-image-and-description-to-email-to-a-friend-transactional-email/"  data-text="How to add Product Image and Description to Email to a friend Transactional Email" data-count="horizontal" data-via="dx3webs">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>It would be very handy when a user uses Magento&#8217;s Email to a friend feature that at least an image of the product and description can be sent to the friend in question.  While the Image can be added easily it is a little more tricky to get the description.<br />
<span id="more-808"></span><br />
The product thumbnail variable is actually availabe by default. All you need to do is to add:</p>
<pre class="brush: php; title: ; notranslate">&lt;img src=&quot;{{var product_image}} “ border=&quot;0&quot; /&gt;</pre>
<p>to your transactional email template.</p>
<p>In order to get the description  you will need to a) lazily edit a core file b) </p>
<p>1. overload<br />
Mage_Sendfriend_Model_Sendfriend<br />
2. override<br />
public function send()<br />
3. add: </p>
<pre class="brush: php; title: ; notranslate">'product_description'   =&gt; $this-&gt;getProduct()-&gt;getDescription(),</pre>
<p>e.g.:  add line 5 to the default code</p>
<pre class="brush: php; highlight: [5]; title: ; notranslate">'name'          =&gt; $name,
                    'email'         =&gt; $email,
                    'product_name'  =&gt; $this-&gt;getProduct()-&gt;getName(),
                    'product_url'   =&gt; $this-&gt;getProduct()-&gt;getUrlInStore(),
                    'product_description'   =&gt; $this-&gt;getProduct()-&gt;getDescription(),
                    'message'       =&gt; $message,
                    'sender_name'   =&gt; $sender['name'],
                    'sender_email'  =&gt; $sender['email'],
                    'product_image' =&gt; Mage::helper('catalog/image')-&gt;init($this-&gt;getProduct(),
                    'small_image')-&gt;resize(75),
</pre>
<p>4. add in product_share.html </p>
<pre class="brush: php; title: ; notranslate">{{htmlescape var=$product_description}}</pre>
<p>thanks to <a href="http://www.magentocommerce.com/boards/viewreply/238447/">Sparkasse </a>on the Magento forums</p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2011/04/how-to-add-product-image-and-description-to-email-to-a-friend-transactional-email/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Magento tip : use Template Masters Easy Spotlight and Easy Catalog Images together</title>
		<link>http://dx3webs.com/front/2011/04/magento-tip-use-template-masters-easy-spotlight-and-easy-catalog-images-together/</link>
		<comments>http://dx3webs.com/front/2011/04/magento-tip-use-template-masters-easy-spotlight-and-easy-catalog-images-together/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 11:50:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[catalog]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[masters]]></category>
		<category><![CDATA[spotlight]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[uk]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=817</guid>
		<description><![CDATA[Tweet These two very popular Free Magneto Extensions from Template Masters don&#8217;t play well together. If you try to use them both at the same time you will only get the output from EasySpotlight. The trick is to essentially blend the two together by copying the Easy Catalog Images extension code from easycatalogimg/view.phtml to easyspotlight/category/view.phtml [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080; border-radius:5px 5px 5px 5px; box-shadow:2px 2px 5px rgba(0,0,0,0.3);background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdx3webs.com%2Ffront%2F2011%2F04%2Fmagento-tip-use-template-masters-easy-spotlight-and-easy-catalog-images-together%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://dx3webs.com/front/2011/04/magento-tip-use-template-masters-easy-spotlight-and-easy-catalog-images-together/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://dx3webs.com/front/2011/04/magento-tip-use-template-masters-easy-spotlight-and-easy-catalog-images-together/"  data-text="Magento tip : use Template Masters Easy Spotlight and Easy Catalog Images together" data-count="horizontal" data-via="dx3webs">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>These two very popular Free Magneto Extensions from Template Masters don&#8217;t play well together. If you try to use them both at the same time you will only get the output from EasySpotlight.  The trick is to essentially blend the two together by copying the Easy Catalog Images extension code from easycatalogimg/view.phtml to easyspotlight/category/view.phtml<span id="more-817"></span></p>
<p><a href="http://www.magentocommerce.com/magento-connect/TemplatesMaster/extension/2317/magento-easy-spotlight">Easy Spotlight</a> will help to display new products on main page, product catalog and products page.. <a href="http://extension01.templates-master.com/easyspotlight/">Magento Easy Spotlight Extension Demo</a></p>
<p><a href="http://www.magentocommerce.com/magento-connect/TemplatesMaster/extension/1562/magento-easy-catalog-images">Easy Catalog Images</a> This extension will help to display child categories in products catalog. Installation and configuration will take approximately 5 minutes. <a href="http://extension01.templates-master.com/gb/electronics.html">Magento Easy Catalog Images Extension Demo</a></p>
<p>Both are easy to customise to create some very nice and powerful UI features. You can see how we have used it here to create an easy visual navigation.</p>
<div id="attachment_823" class="wp-caption aligncenter" style="width: 310px"><a href="http://dx3webs.com/front/wp-content/uploads/2011/04/star.png"><img class="size-medium wp-image-823" title="starmaker magento hosting setup" src="http://dx3webs.com/front/wp-content/uploads/2011/04/star-300x225.png" alt="starmaker magento hosting setup" width="300" height="225" /></a><p class="wp-caption-text">Click for full view</p></div>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2011/04/magento-tip-use-template-masters-easy-spotlight-and-easy-catalog-images-together/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

