<?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>Optimise Blog &#187; website</title>
	<atom:link href="http://optimiseblog.co.uk/tag/website/feed/" rel="self" type="application/rss+xml" />
	<link>http://optimiseblog.co.uk</link>
	<description>Technology, in plain English!</description>
	<lastBuildDate>Mon, 27 Feb 2012 12:58:21 +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>Fixed Magento Checkout : Set &#8216;Ship to This Address&#8217; as Default</title>
		<link>http://optimiseblog.co.uk/magento-checkout-ship-to-this-address/</link>
		<comments>http://optimiseblog.co.uk/magento-checkout-ship-to-this-address/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 12:47:13 +0000</pubDate>
		<dc:creator>Sid Vel</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[checkout]]></category>
		<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://optimiseblog.co.uk/?p=340</guid>
		<description><![CDATA[How often would you buy from an online shop and ship the goods to an address that is different from your billing address? Sometimes, I do use the card that is registered with my home address, but use my office address for delivery. This might not be the same case with about 80% of online [...]]]></description>
			<content:encoded><![CDATA[<p>How often would you buy from an online shop and ship the goods to an address that is different from your billing address? Sometimes, I do use the card that is registered with my home address, but use my office address for delivery. This might not be the same case with about 80% of online shoppers.</p>
<p>Then, why does Magento eCommerce select the &#8220;<strong>Ship to different address</strong>&#8221; option as default!? Here is a way to fix it and make Magento to select &#8220;<strong>Ship to this address</strong>&#8221; by default.</p>
<h3>Magento FIX :</h3>
<p>Copy app/code/core/Mage/Checkout/Block/Onepage/Billing.php to app/code/local/Mage/Checkout/Block/Onepage/Billing.php. This ensures that you do not end up messing with Magento&#8217;s core files.</p>
<p><strong><em>Nagivate to the function</em></strong></p>
<p><code>public function isUseBillingAddressForShipping()<br />
{<br />
if (($this-&gt;getQuote()-&gt;getIsVirtual()) || !$this-&gt;getQuote()-&gt;getShippingAddress()-&gt;getSameAsBilling())<br />
{<br />
return false;<br />
}<br />
return true;<br />
}</code></p>
<p><strong><em>Swap around the returns &#8220;false&#8221; and &#8220;true&#8221;</em></strong></p>
<p><code>public function isUseBillingAddressForShipping()<br />
{<br />
if (($this-&gt;getQuote()-&gt;getIsVirtual()) || !$this-&gt;getQuote()-&gt;getShippingAddress()-&gt;getSameAsBilling())<br />
{<br />
return true;<br />
}<br />
return false;<br />
}</code></p>
<p>That&#8217;s a good fix. Enjoy working with Magento eCommerce!</p>
]]></content:encoded>
			<wfw:commentRss>http://optimiseblog.co.uk/magento-checkout-ship-to-this-address/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Optimise Web &#8211; Revamped Website</title>
		<link>http://optimiseblog.co.uk/optimise-web-revamped-web-design-company-edinburgh/</link>
		<comments>http://optimiseblog.co.uk/optimise-web-revamped-web-design-company-edinburgh/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 16:52:56 +0000</pubDate>
		<dc:creator>Sid Vel</dc:creator>
				<category><![CDATA[Optimise News]]></category>
		<category><![CDATA[Edinburgh]]></category>
		<category><![CDATA[optimise web]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://optimiseblog.co.uk/?p=296</guid>
		<description><![CDATA[Optimise Web, our Web Design and Marketing unit, has been very successful over the past year. The new website for Optimise Web has been launched. We now have a rich portfolio of websites covering a wide range of businesses. Do check them out by following the Clients link.]]></description>
			<content:encoded><![CDATA[<p><strong><em><a title="Optimise Web, Edinburgh, Midlothian, Scotland" rel="external" href="http://www.optimiseweb.co.uk/">Optimise Web</a></em></strong>, our Web Design and Marketing unit, has been very successful over the past year. The new website for Optimise Web has been launched. We now have a rich portfolio of websites covering a wide range of businesses. Do check them out by following the <a title="Web Design Company Edinburgh" rel="external" href="http://www.optimiseweb.co.uk/showcase-work-portfolio/">Clients</a> link.</p>
<p><a title="Website Design, Edinburgh, Midlothian, Scotland" rel="external" href="http://www.optimiseweb.co.uk/"><img class="aligncenter size-large wp-image-303" title="Web Design Loanhead" src="http://optimiseblog.co.uk/wp-content/uploads/2010/06/optimise-web-design-edinburgh-screenshot-550x411.png" alt="Optimise Web Screenshot" width="550" height="411" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://optimiseblog.co.uk/optimise-web-revamped-web-design-company-edinburgh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

