<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Younify blogt over Magento webshops, conversie en andere e-commerce zaken</title>
	<atom:link href="http://younify.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://younify.wordpress.com</link>
	<description>Voor een offerte voor uw Magento webshop kunt u contact opnemen met info@younify.nl &#124; 020 800 5005 of Skype: emikoo</description>
	<lastBuildDate>Tue, 17 May 2011 12:15:51 +0000</lastBuildDate>
	<language>nl</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='younify.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/be12cbd4c23d24f3c1ea7a0b6afcb399?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Younify blogt over Magento webshops, conversie en andere e-commerce zaken</title>
		<link>http://younify.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://younify.wordpress.com/osd.xml" title="Younify blogt over Magento webshops, conversie en andere e-commerce zaken" />
	<atom:link rel='hub' href='http://younify.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Magento en Google Analytics problemen</title>
		<link>http://younify.wordpress.com/2011/05/17/magento-en-google-analytics-problemen/</link>
		<comments>http://younify.wordpress.com/2011/05/17/magento-en-google-analytics-problemen/#comments</comments>
		<pubDate>Tue, 17 May 2011 12:15:50 +0000</pubDate>
		<dc:creator>younify</dc:creator>
				<category><![CDATA[Younify&#039;s posts]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://webshop-conversie.nl/?p=415</guid>
		<description><![CDATA[Magento 1.4.0.1 has a known bug concerning Google Analytics. If you search Google you will find a lot of questions and a lot of same answers, but these answers are not always the answers that will fix your issue. For example we have had web shops that, even with this fix, are still not getting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=younify.wordpress.com&amp;blog=9007914&amp;post=415&amp;subd=younify&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Magento 1.4.0.1 has a known bug concerning Google Analytics. If you search Google you will find a lot of questions and a lot of same answers, but these answers are not always the answers that will fix your issue. For example we have had web shops that, even with this fix, are still not getting all the information that client wants processed by Google Analytics.</p>
<p>There are few steps that when you follow you can make sure that Google Analytics will work 100% the way you want it to work. I will try to explain this process as simple as possible.</p>
<p>The first thing that you want to do is to go to your Web Shop home page (or any other page) and view it&#8217;s source code. We are looking for Google Analytics code on this page that looks something like this:</p>
<p><em>&lt;!&#8211; BEGIN GOOGLE ANALYTICS CODE &#8211;&gt;</em></p>
<p><em>&lt;script type=&#8221;text/javascript&#8221;&gt;</em></p>
<p><em>//&lt;![CDATA[</em></p>
<p><em>    (function() {</em></p>
<p><em>        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;</em></p>
<p><em>        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';</em></p>
<p><em>        (document.getElementsByTagName('head')[0] || document.getElementsByTagName(&#8216;body&#8217;)[0]).appendChild(ga);</em></p>
<p><em>    })();</em></p>
<p><em> </em></p>
<p><em>    var _gaq = _gaq || [];</em></p>
<p><em>    _gaq.push(["_setAccount", "UA-XXXXXXX-XX"]);</em></p>
<p><em>    _gaq.push(["_trackPageview", "/"]);</em></p>
<p><em>//]]&gt;</em></p>
<p><em>&lt;/script&gt;</em></p>
<p><em>&lt;!&#8211; END GOOGLE ANALYTICS CODE &#8211;&gt;</em></p>
<p><em> I</em>f you see code like the one above then you know that your Google Analytics is good, if not then you need to see what is wrong. In case that you don&#8217;t see the Google Analytics code at all then you didn&#8217;t set the backend correctly. I say that your backend is not set up correctly because Magento 1.4.0.1 has Google Analytics supported by default. To get to Google Analytics configuration for Magento, log in to backend and go to System &gt; Configuration. Under tab <strong><em>Sales</em></strong> you will see <strong><em>Google API</em></strong>. Clicking on it you will go to page where you can set the Google Analytics and Google Base. In Google Analytics select <strong><em>Yes</em></strong> for <strong><em>Enable</em></strong> and in <strong><em>Account Number</em></strong> insert your <strong><em>Google Analytics Account Number</em></strong> ( e.g. UA-358257-3 ). In Google Base enter you Google Analytics information. Now when you have activated Google Analytics go back to your Web Shop and look at the code again. Now you should see the code above on the page but with one difference. At the same time you will get an error that <strong><em>_gaq is undefined</em></strong> and this is the Magento bug that i was talking about at the beginning of this post. To fix this bug login to your web shop via FTP and go to <em><span style="text-decoration:underline;">/app/code/core/Mage/GoogleAnalytics/Block/Ga.php</span></em> and scroll down around 173 and add</p>
<p><em>var _gaq = _gaq || [];</em></p>
<p>before</p>
<p><em>_gaq.push(["_setAccount", "' . $this-&gt;getAccount() . '"]);</em></p>
<p><em>_gaq.push(["_trackPageview", "'.$this-&gt;getPageName().'"]);</em></p>
<p>This will fix the Magento bug, also it is bad practice to change the core files in Magento i think that in this case it is the easiest solution. Once you fix the bug go back to your Web Shop and look at the code again, now you should see the code like the one above. This means that the first and main step is finished.</p>
<p>If the code was there in the first place but it was different then the one that i posted you should take a look if the code is there because someone entered it in some .phtml that is loaded on every page or by adding the code in backend in <strong><em>System</em></strong> &gt; <strong><em>Configuration</em></strong> under tab <strong><em>General</em></strong> in <strong><em>Design</em></strong>, section <strong><em>HTML Head</em></strong> in <strong><em>Miscellaneous script</em></strong> text area or in section <strong><em>Footer</em></strong> in <strong><em>Miscellaneous HTML</em></strong> text area. If this is the case i strongly suggest that you backup all the scripts that you found in there, clean everything up and use the default Magento Google API. Then when your finished setting Google API compare the codes to see if something is different and decide witch one is best to be used. Keep in mind that since you already changed Magento&#8217;s core file it is not that big of a deal if you change it some more to add some additional information.</p>
<p>Now the next step is to go over the whole Buy process and compare the codes on each page. Starting from Home Page &gt; Category Page &gt; Product Page &gt; My Cart Page &gt; OnePage / OneStepCheckout Page &gt; Success Page.</p>
<p>Code for Home Page, Category Page, Product Page, My Cart and OnePage / OneStepCheckout should be the same, since we are not using any custom codes:</p>
<p><em>&lt;!&#8211; BEGIN GOOGLE ANALYTICS CODE &#8211;&gt;</em></p>
<p><em>&lt;script type=&#8221;text/javascript&#8221;&gt;</em></p>
<p><em>//&lt;![CDATA[</em></p>
<p><em> </em></p>
<p><em>var _gaq = _gaq || [];</em></p>
<p><em>_gaq.push(["_setAccount", "UA-1484882-1"]);</em></p>
<p><em>_gaq.push(["_trackPageview", "/"]);</em></p>
<p><em> </em></p>
<p><em>(function() {</em></p>
<p><em>var ga = document.createElement(&#8216;script&#8217;); ga.type = &#8216;text/javascript&#8217;; ga.async = true;</em></p>
<p><em>ga.src = (&#8216;https:&#8217; == document.location.protocol ? &#8216;https://ssl&#8217; : &#8216;http://www&#8217;) + &#8216;.google-analytics.com/ga.js&#8217;;</em></p>
<p><em>(document.getElementsByTagName(&#8216;head&#8217;)[0] || document.getElementsByTagName(&#8216;body&#8217;)[0]).appendChild(ga);</em></p>
<p><em>    })();</em></p>
<p><em>//]]&gt;</em></p>
<p><em>&lt;/script&gt;</em></p>
<p><em>&lt;!&#8211; END GOOGLE ANALYTICS CODE &#8211;&gt;</em></p>
<p>Now this is the important part, the Success Page. Here the code is a little bit different since we need to push the products that were sold to Google Analytics:</p>
<p><em>&lt;!&#8211; BEGIN GOOGLE ANALYTICS CODE 1&#8211;&gt;</em></p>
<p><em>&lt;script type=&#8221;text/javascript&#8221;&gt;</em></p>
<p><em>//&lt;![CDATA[</em></p>
<p><em> </em></p>
<p><em>var _gaq = _gaq || [];</em></p>
<p><em>_gaq.push(["_setAccount", "UA-854189-3"]);</em></p>
<p><em>_gaq.push(["_trackPageview", "/checkout/onepage/success/"]);</em></p>
<p><em> </em></p>
<p><em>(function() {</em></p>
<p><em>var ga = document.createElement(&#8216;script&#8217;); ga.type = &#8216;text/javascript&#8217;; ga.async = true;</em></p>
<p><em>ga.src = (&#8216;https:&#8217; == document.location.protocol ? &#8216;https://ssl&#8217; : &#8216;http://www&#8217;) + &#8216;.google-analytics.com/ga.js&#8217;;</em></p>
<p><em>(document.getElementsByTagName(&#8216;head&#8217;)[0] || document.getElementsByTagName(&#8216;body&#8217;)[0]).appendChild(ga);</em></p>
<p><em>})();</em></p>
<p><em> </em></p>
<p><em>//]]&gt;</em></p>
<p><em>&lt;/script&gt;</em></p>
<p><em>&lt;!&#8211; END GOOGLE ANALYTICS CODE &#8211;&gt;</em></p>
<p><em> </em></p>
<p><em>&lt;script type=&#8221;text/javascript&#8221;&gt;</em></p>
<p><em>//&lt;![CDATA[</em></p>
<p><em>_gaq.push(["_addTrans","100000139","","448.7500","71.6500","0.0000","Amsterdam","-","NL"]);</em></p>
<p><em>_gaq.push(["_addItem","100000139","160001","Voeghamer MD16","","377.1000","1.0000"]);</em></p>
<p><em>_gaq.push(["_trackTrans"]);</em></p>
<p><em>//]]&gt;&lt;/script&gt;</em></p>
<p>As you can see at the end of the code on Success Page we have _gaq.push that is adding transaction and adding item. This is what we want on our Success Page, this code is again generated automatically if you have configured the usage of Google API, if you decided to do it the other way (by hardcoding the script yourself) then make sure that you add this code on Success Page.</p>
<p>The Success Page code is generated with function <strong><em>getOrderHtml()</em></strong> inside <em><span style="text-decoration:underline;">/app/code/core/Mage/GoogleAnalytics/Block/Ga.php</span></em>. If you find any error in the script above or you want to add some additional information this is the place that you want to change it, also as i already said, it is not good practice to change Magento core files but since this file has already been changed to fix the known Magento bug i don&#8217;t see a reason why not.</p>
<p>Now that we have Google Analytics generating the correct code trough the whole Web Shop, there are few steps that we can take to improve the quality of the code and lower the chances of something going wrong:</p>
<p>-        Go thought all pages in your Web Shop and make sure that Google Analytics code is not duplicated.</p>
<p>-        Copy googleanalytics.xml from base/default/layout into default/your_theme/layout folder, witch will basically overwrite the file so that we can change it a bit. When you open the file you will see that it will load the GA block by default on every page. I find it a good practice to put this block at the end of every page instead of the beginning. The reason why i practice this is because, when we develop custom Magento themes, sometimes we load some blocks that holds some of the information that we want in Google Analytics after the GA block is loaded and the script will not pick them up, and one other reason is that i&#8217;m just used to have the JS scripts at the end of the pages. Now to do this you need to change the &lt;reference name=”after_body_start”&gt; to &lt;reference name=”before_body_end”&gt;</p>
<p>-        To make sure that all your orders are pushed to Google Analytics you can do one more thing. Go to /app/code/core/Mage/GoogleAnalytics/Model/ and backup file Observer.php, after backup open it and change</p>
<p><em>$analyticsBlock-&gt;setQuote($quote);</em></p>
<p>Into:</p>
<p><em>if ($quoteId == $quote-&gt;getId()) {</em></p>
<p><em>                                               $analyticsBlock-&gt;setQuote($quote);</em></p>
<p><em>                               } else {</em></p>
<p><em>                                               $analyticsBlock-&gt;setQuote($quoteId);</em></p>
<p><em>                               }</em></p>
<p><em> </em></p>
<p>After doing all this you can go to Google Analytics and create a Funnel. You will find a good guide on how to do that on Google Analytics web site so i will not go into that now. When you finish all, make several orders in Magento and wait for Google Analytics to show them. Keep in mind that it can take 30 mins to 1 day for Google Analytics to process your infromation.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/younify.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/younify.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/younify.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/younify.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/younify.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/younify.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/younify.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/younify.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/younify.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/younify.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/younify.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/younify.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/younify.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/younify.wordpress.com/415/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=younify.wordpress.com&amp;blog=9007914&amp;post=415&amp;subd=younify&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://younify.wordpress.com/2011/05/17/magento-en-google-analytics-problemen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37207c81d3ec6c31a2be3094bad6bfec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">younify</media:title>
		</media:content>
	</item>
		<item>
		<title>Copernica heeft nieuwe koppeling met Magento</title>
		<link>http://younify.wordpress.com/2011/05/12/magento-copernica/</link>
		<comments>http://younify.wordpress.com/2011/05/12/magento-copernica/#comments</comments>
		<pubDate>Thu, 12 May 2011 17:04:18 +0000</pubDate>
		<dc:creator>younify</dc:creator>
				<category><![CDATA[Younify&#039;s posts]]></category>
		<category><![CDATA[copernica]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[younify]]></category>

		<guid isPermaLink="false">http://webshop-conversie.nl/?p=409</guid>
		<description><![CDATA[Copernica Marketing Software komt met een nieuwe versie van haar Magento plugin. Naast de functionaliteiten uit de voorgaande versie zijn er meerdere verbeteringen en uitbreidingen doorgevoerd. Hierdoor wordt het voor de Magento webwinkelier nog makkelijker krachtige e-mailmarketing te voeren met behulp van de marketing software. Reeds bestaande functionaliteiten zijn o.a.:   -         De automatische synchronisatie [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=younify.wordpress.com&amp;blog=9007914&amp;post=409&amp;subd=younify&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Copernica Marketing Software komt met een nieuwe versie van haar Magento plugin. Naast de functionaliteiten uit de voorgaande versie zijn er meerdere verbeteringen en uitbreidingen doorgevoerd. Hierdoor wordt het voor de Magento webwinkelier nog makkelijker krachtige e-mailmarketing te voeren met behulp van de marketing software.</p>
<p>Reeds bestaande functionaliteiten zijn o.a.: <strong><span style="text-decoration:underline;"> </span></strong></p>
<p>-         De automatische synchronisatie van contactdata en besteldata met de marketing software</p>
<p>-         Het opstellen van relevante aanbiedingen binnen e-mailings op basis van eerdere aankopen</p>
<p>-         E-mailings inroosteren ter opvolging van ‘abandoned shopcarts’</p>
<p>-         Websitebezoek bijhouden vanuit e-mailcampagnes via uitgebreide statistieken</p>
<p>De verbeteringen bieden verschillende mogelijkheden voor verdere segmentatie en personalisatie binnen e-mailmarketingactiviteiten:</p>
<p>-         Alle statuswijzigingen worden gesynchroniseerd tussen het Magento-platform en Copernica. Wijzigingen aan inschrijvingen, klanten, orders en winkelmandjes.</p>
<p>-         Nieuwsbriefinschrijvingen worden volledig gesynchroniseerd en wijzigingen worden bijgehouden. Voorheen werden enkel de initiële inschrijvingen vastgelegd. Andere profielwijzigingen werden niet doorgevoerd. Dit gebeurt nu wel.</p>
<p>-         Bestaande winkelmandjes worden ook gesynchroniseerd. Voordien werden deze nog niet opgenomen in de synchronisatie tussen beide platformen. Vanaf nu gebeurt dit wel, waardoor segmentatie mogelijk is over een grotere doelgroep.</p>
<p>-         De collectie met producten is opgesplitst in items in de winkelwagen en items die besteld zijn, dit maakt het opstellen van selecties en personalisatie makkelijker.</p>
<p>-         Producten die uit de winkelwagen verwijderd worden, blijven bestaan in de database van Copernica. Deze producten krijgen een speciale status toegewezen waardoor het mogelijk is hier ook selecties op toe te passen.</p>
<p>-         Een XML-feed met productinformatie is beschikbaar gemaakt. Dit maakt de personalisatie op basis van productinformatie een stuk simpeler. Daarnaast is een XML-feed met nieuwe producten opgesteld. Zo kunnen webwinkeliers vanaf nu ook campagnes personaliseren op basis van hun nieuwe producten.</p>
<p>-         Het uitschrijven van klanten is bi-directioneel geworden. De applicatie van Copernica geeft dit via een callback door aan de Magento-installatie. Deze koppeling wordt automatisch ingesteld tijdens het configureren van de plugin.</p>
<p>-         Opties, categorieën en attributen kunnen nu ook gesynchroniseerd worden.</p>
<p>-         De nieuwe versie van de plugin verwerkt iedere order. In de eerdere versie werd niet goed omgegaan met grote hoeveelheden orders die tegelijk doorkwamen waardoor een deel van de orders niet doorkwam. In het nieuwe ontwerp is dit verholpen.</p>
<p>Meer weten over de mogelijkheden van Copernica i.c.m. uw Magento webshop? Neem dan gerust <a href="http://www.younify.nl" target="_new">contact</a> met ons op (tel: 020 800 5005)!<br />
<a href="http://www.twitter.com/younify" target="_new"><img class="alignleft size-full wp-image-374" title="twitter7gif" src="http://emilekoolstra.files.wordpress.com/2009/11/twitter7gif.gif?w=497" alt="Follow me on Twitter"  /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/younify.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/younify.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/younify.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/younify.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/younify.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/younify.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/younify.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/younify.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/younify.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/younify.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/younify.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/younify.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/younify.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/younify.wordpress.com/409/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=younify.wordpress.com&amp;blog=9007914&amp;post=409&amp;subd=younify&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://younify.wordpress.com/2011/05/12/magento-copernica/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37207c81d3ec6c31a2be3094bad6bfec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">younify</media:title>
		</media:content>

		<media:content url="http://emilekoolstra.files.wordpress.com/2009/11/twitter7gif.gif" medium="image">
			<media:title type="html">twitter7gif</media:title>
		</media:content>
	</item>
		<item>
		<title>Magento en Google Shopping</title>
		<link>http://younify.wordpress.com/2011/05/03/magento-en-google-shopping/</link>
		<comments>http://younify.wordpress.com/2011/05/03/magento-en-google-shopping/#comments</comments>
		<pubDate>Tue, 03 May 2011 19:18:31 +0000</pubDate>
		<dc:creator>younify</dc:creator>
				<category><![CDATA[Younify&#039;s posts]]></category>
		<category><![CDATA[Google Shopping]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://webshop-conversie.nl/?p=406</guid>
		<description><![CDATA[Google heeft recentelijk Google Shopping gelanceerd in Nederland. Wilt u uw Magento webshop producten ook publiceren op Google Shopping? Gebruik dan nu de kortingscode GOOGLESHOPPING bij het bestellen van deze installatieservice via www.younify.nl en ontvang 25€ korting Door Google Google Shopping helpt winkelende gebruikers bij het vinden en kopen van producten op internet. Als verkoper [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=younify.wordpress.com&amp;blog=9007914&amp;post=406&amp;subd=younify&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Google heeft recentelijk <a href="http://www.google.nl/prdhp">Google Shopping</a> gelanceerd in Nederland. Wilt u uw Magento webshop producten ook publiceren op Google Shopping? Gebruik dan nu de kortingscode GOOGLESHOPPING bij het bestellen van deze installatieservice via www.younify.nl en ontvang 25€ korting <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><em>Door Google</em></p>
<p>Google Shopping helpt winkelende gebruikers bij het vinden en kopen van producten op internet. Als verkoper kunt u uw producten indienen bij Google Shopping zodat winkelende gebruikers uw site snel en eenvoudig kunnen vinden.</p>
<p><strong>Vergroot de hoeveelheid verkeer en verkopen</strong></p>
<p>Google Shopping koppelt uw producten aan de winkelende gebruikers die ernaar zoeken, waardoor u meer verkeer en verkopen naar uw winkel kunt genereren. Uw producten worden in Google Shopping weergegeven en wellicht ook op Google.nl, afhankelijk van de relevantie van uw items.</p>
<p><strong>Dien uw producten gratis in</strong></p>
<p>De opname van uw producten is geheel gratis. Er worden geen kosten in rekening gebracht voor het uploaden van uw items of voor de aanvullende hoeveelheid verkeer die u ontvangt.</p>
<p><strong>Bereik relevante winkelende gebruikers</strong></p>
<p>Bereik winkelende gebruikers op het moment dat ze op Google zoeken naar items die ze willen kopen.</p>
<p><a style="color:#fd7903;text-decoration:none;font-weight:bold;font-size:11px;" title="Magento Google Shopping" href="http://www.younify.nl/extensions/magento-google-shopping.html">Bestel hier direct de installatieservice voor Google Shopping</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/younify.wordpress.com/406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/younify.wordpress.com/406/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/younify.wordpress.com/406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/younify.wordpress.com/406/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/younify.wordpress.com/406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/younify.wordpress.com/406/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/younify.wordpress.com/406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/younify.wordpress.com/406/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/younify.wordpress.com/406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/younify.wordpress.com/406/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/younify.wordpress.com/406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/younify.wordpress.com/406/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/younify.wordpress.com/406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/younify.wordpress.com/406/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=younify.wordpress.com&amp;blog=9007914&amp;post=406&amp;subd=younify&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://younify.wordpress.com/2011/05/03/magento-en-google-shopping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37207c81d3ec6c31a2be3094bad6bfec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">younify</media:title>
		</media:content>
	</item>
		<item>
		<title>Label54 gaat voor Magento met Younify</title>
		<link>http://younify.wordpress.com/2011/03/29/label54-gaat-voor-magento-met-younify/</link>
		<comments>http://younify.wordpress.com/2011/03/29/label54-gaat-voor-magento-met-younify/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 10:42:08 +0000</pubDate>
		<dc:creator>younify</dc:creator>
				<category><![CDATA[Younify&#039;s posts]]></category>

		<guid isPermaLink="false">http://webshop-conversie.nl/?p=402</guid>
		<description><![CDATA[Amsterdam, Maart 2011- Online Fashion Store en tweevoudig winnaar van een Thuiswinkel Award, Label54, heeft Younify gekozen om haar nieuwe Magento Webshop te ontwikkelen. De keuze is op Younify gevallen mede door Younify’s ervaring in het ontwerpen van Magento fashion winkels en het feit dat het bedrijf meermaals bewezen heeft de koppeling van Magento met [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=younify.wordpress.com&amp;blog=9007914&amp;post=402&amp;subd=younify&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Amsterdam, Maart 2011</strong>- Online Fashion Store en tweevoudig winnaar van een Thuiswinkel Award, Label54, heeft Younify gekozen om haar nieuwe Magento Webshop te ontwikkelen. De keuze is op Younify gevallen mede door Younify’s ervaring in het ontwerpen van Magento fashion winkels en het feit dat het bedrijf meermaals bewezen heeft de koppeling van Magento met Exact Globe te kunnen bewerkstelligen.</p>
<p>&nbsp;</p>
<p>‘Onze huidige webshop voldoet niet meer aan onze eisen en na grondig onderzoek hebben we ervoor gekozen over te stappen naar Magento. Voor ons is het echter belangrijk een implementatiepartner te vinden die niet alleen ons creatief concept kan uitvoeren binnen Magento Commerce, maar ook in functioneel en operationeel opzicht zijn sporen met Magento verdiend heeft. Younify heeft met haar reeds gedane implementaties bewezen aan de juiste voorwaarden te voldoen.’ aldus Rudy Uijtenhaak van Label54 als toelichting op hun keuze.</p>
<p>&nbsp;</p>
<p>Younify combineert unieke designs met Magento Commerce, inclusief koppelingen met logistieke &amp; financiële systemen. Zo hebben zij koppelingen gemaakt met kassasystemen van ACA en BOLT, boekhoudsoftware van Exact Globe en Accountview en hebben meerdere unieke Magento Extensies ontwikkeld. Het bedrijf nadert inmiddels de honderdste webshop implementatie en is daarmee één van de topspecialisten op het gebied van Magento in Nederland.</p>
<p>&nbsp;</p>
<p>Bekijk hier de huidige webshop van Label54 :  www.label54.nl</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/younify.wordpress.com/402/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/younify.wordpress.com/402/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/younify.wordpress.com/402/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/younify.wordpress.com/402/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/younify.wordpress.com/402/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/younify.wordpress.com/402/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/younify.wordpress.com/402/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/younify.wordpress.com/402/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/younify.wordpress.com/402/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/younify.wordpress.com/402/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/younify.wordpress.com/402/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/younify.wordpress.com/402/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/younify.wordpress.com/402/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/younify.wordpress.com/402/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=younify.wordpress.com&amp;blog=9007914&amp;post=402&amp;subd=younify&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://younify.wordpress.com/2011/03/29/label54-gaat-voor-magento-met-younify/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37207c81d3ec6c31a2be3094bad6bfec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">younify</media:title>
		</media:content>
	</item>
		<item>
		<title>Magento Webwinkelvakdagen 26 &amp; 27 januari 2011</title>
		<link>http://younify.wordpress.com/2010/12/19/magento-webwinkelvakdagen-26-27-januari-2011/</link>
		<comments>http://younify.wordpress.com/2010/12/19/magento-webwinkelvakdagen-26-27-januari-2011/#comments</comments>
		<pubDate>Sun, 19 Dec 2010 20:43:21 +0000</pubDate>
		<dc:creator>younify</dc:creator>
				<category><![CDATA[Younify&#039;s posts]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[webwinkelvakdagen]]></category>

		<guid isPermaLink="false">http://webshop-conversie.nl/?p=384</guid>
		<description><![CDATA[100% Magento op de Webwinkel Vakdagen 2011. Amsterdam, 20 december 2010 – Magento is uitgegroeid tot het meest populaire open-source systeem voor webwinkels in Nederland. Tegelijkertijd is echter gebleken dat implementatie trajecten niet altijd soepeltjes verlopen, hetgeen veelal wordt veroorzaakt door het feit dat de complexiteit van een complete Magento oplossing vaak wordt onderschat. Zaken [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=younify.wordpress.com&amp;blog=9007914&amp;post=384&amp;subd=younify&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>100% Magento op de Webwinkel Vakdagen 2011.</p>
<p><strong>Amsterdam, 20 december 2010</strong> – Magento is uitgegroeid tot het meest populaire open-source systeem voor webwinkels in Nederland. Tegelijkertijd is echter gebleken dat implementatie trajecten niet altijd soepeltjes verlopen, hetgeen veelal wordt veroorzaakt door het feit dat de complexiteit van een complete Magento oplossing vaak wordt onderschat.</p>
<p>Zaken als hosting, logistiek, betaalservices, back-end koppelingen, marketing en ontwikkeling &#8211; allemaal toegespitst op Magento &#8211; zijn niet bij één aanbieder te vinden, en de vele oplossingen en aanbieders maken het zoeken nog moeilijker.</p>
<p>Om dit zoeken tijdens de Webwinkel Vakdagen 2011 voor de bezoeker een stuk makkelijker te maken, is het concept van 100% Magento ontstaan. 100% Magento is geen bedrijf, maar een netwerk. Een netwerk van bedrijven die tot doel hebben om de bezoeker heel wat loopmeters te besparen en door hun combinatie van Magento ervaring en kwaliteiten een unieke service aan te bieden. Tevens krijgt de bezoeker op één plek volledig inzicht in wat er bij een succesvolle webwinkel allemaal komt kijken.</p>
<p>Ieder bedrijf is onafhankelijk, maar door het delen van kennis en ervaring is een ijzersterk concept ontstaan: 100% Magento. De verschillende bedrijven zijn 100% complementair en bestaan uit:</p>
<p>-Byte (Magento hosting);<br />
-Younify (Magento webshop ontwikkeling);<br />
-Buckaroo (Payment Service Provider);<br />
-eWarehousing (Logistiek / fulfilment);<br />
-Het Kennisbureau (koppeling Magento &#8211; Exact Globe);<br />
-Evoworks (Magento Adwords specialist);</p>
<p>Nieuwsgierig? Bezoek de website van 100% Magento: www.puurmagento.nl en bezoek de 100% Magento stand nummer A057. De Webwinkel Vakdagen worden op 26 &amp; 27 januari 2011 gehouden in de Jaarbeurs te Utrecht.</p>
<p>Meld je alvast aan via onderstaand <a title="Aanmelding Webwinkelvakdagen" href="https://form.n200.com/?s=09asdoabfx8v7&amp;c=19ug3ihkkfzbx">link</a> en ontvang gratis toegangskaarten.</p>
<p><a title="Aanmelding Webwinkelvakdagen" href="https://form.n200.com/?s=09asdoabfx8v7&amp;c=19ug3ihkkfzbx"><img class="aligncenter size-full wp-image-387" title="webwinkelvakdagen_magento" src="http://younify.files.wordpress.com/2010/11/webwinkelvakdagen_magento.jpg?w=497&#038;h=62" alt="" width="497" height="62" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/younify.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/younify.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/younify.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/younify.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/younify.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/younify.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/younify.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/younify.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/younify.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/younify.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/younify.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/younify.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/younify.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/younify.wordpress.com/384/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=younify.wordpress.com&amp;blog=9007914&amp;post=384&amp;subd=younify&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://younify.wordpress.com/2010/12/19/magento-webwinkelvakdagen-26-27-januari-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37207c81d3ec6c31a2be3094bad6bfec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">younify</media:title>
		</media:content>

		<media:content url="http://younify.files.wordpress.com/2010/11/webwinkelvakdagen_magento.jpg" medium="image">
			<media:title type="html">webwinkelvakdagen_magento</media:title>
		</media:content>
	</item>
		<item>
		<title>Links verwijderen op de Mijn Account pagina</title>
		<link>http://younify.wordpress.com/2010/11/30/links-verwijderen-op-de-mijn-account-pagina/</link>
		<comments>http://younify.wordpress.com/2010/11/30/links-verwijderen-op-de-mijn-account-pagina/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 00:10:12 +0000</pubDate>
		<dc:creator>younify</dc:creator>
				<category><![CDATA[Younify&#039;s posts]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[mijn account]]></category>

		<guid isPermaLink="false">http://webshop-conversie.nl/?p=391</guid>
		<description><![CDATA[Als je een Magento webshop hebt kunnen klanten zich inloggen. Ze komen dan op de &#8216;Mijn account&#8217; pagina. In de linkerkolom komen dan veel opties te staan van links binnen die account pagina. Zoals bijvoorbeeld &#8216;Mijn downloadable products&#8217;. Als je deze producttypen helemaal niet verkoopt staat dat een beetje raar. Er zijn twee manieren om [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=younify.wordpress.com&amp;blog=9007914&amp;post=391&amp;subd=younify&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Als je een Magento webshop hebt kunnen klanten zich inloggen. Ze komen dan op de &#8216;Mijn account&#8217; pagina. In de linkerkolom komen dan veel opties te staan van links binnen die account pagina. Zoals bijvoorbeeld &#8216;Mijn downloadable products&#8217;. Als je deze producttypen helemaal niet verkoopt staat dat een beetje raar. Er zijn twee manieren om links in het linkermenu te verwijderen:</p>
<div>Optie 1. My Tags, My Wishlist, My Downloadable products kan je eenvoudig verwijderen door die module uit te zetten: System-&gt;Configuration-&gt;Advanced-&gt;Disable  modules output . Op deze manier kan je eenvoudig de gewenste module uitzetten;</div>
<div></div>
<div>Optie 2. Alle links op het account pagina  menu worden aangemaakt met  layout bestanden (xml bestanden) . Dit gebeurd d.m.v. de AddLink methode. Bijvoorbeeld: Billing Agreements en Recurring Profiles staan in app/design/frontend  -&gt; /layout/sales/billing_agreement.xml and  /layout/sales/recurring_profile.xml . Voorbeeld:</div>
<div>
<blockquote>
<div>&lt;customer_account&gt;</div>
<div>&lt;reference name=&#8221;customer_account_navigation&#8221; &gt;</div>
<div><span style="color:#3333ff;">&lt;action  method=&#8221;addLink&#8221;  translate=&#8221;label&#8221;&gt;&lt;name&gt;recurring_profiles&lt;/name&gt;&lt;path&gt;sales/recurring_profile/&lt;/path&gt;&lt;label&gt;Recurring  Profiles&lt;/label&gt;&lt;/action&gt;</span></div>
<div>&lt;/reference&gt;</div>
<div>&lt;/customer_account&gt;</div>
</blockquote>
<div>Gebruik de   &lt;!&#8211;     &#8211;&gt;  tags om de actie (action Addlink uit te zetten).</div>
<div></div>
<div>Elke andere link kan op dezelfde manier worden verwijderd.</div>
</div>
<div></div>
<div>Hope this helps!</div>
<p><span style="color:#808080;">Wilt u meer informatie over Magento? Neem dan gerust <a href="http://www.younify.nl" target="_new">contact</a> met ons op (tel: 020 800 5005)!</span><br />
<a href="http://www.twitter.com/younify" target="_new"><img class="alignleft size-full wp-image-374" title="twitter7gif" src="http://emilekoolstra.files.wordpress.com/2009/11/twitter7gif.gif?w=497" alt="Follow me on Twitter"  /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/younify.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/younify.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/younify.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/younify.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/younify.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/younify.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/younify.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/younify.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/younify.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/younify.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/younify.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/younify.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/younify.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/younify.wordpress.com/391/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=younify.wordpress.com&amp;blog=9007914&amp;post=391&amp;subd=younify&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://younify.wordpress.com/2010/11/30/links-verwijderen-op-de-mijn-account-pagina/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37207c81d3ec6c31a2be3094bad6bfec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">younify</media:title>
		</media:content>

		<media:content url="http://emilekoolstra.files.wordpress.com/2009/11/twitter7gif.gif" medium="image">
			<media:title type="html">twitter7gif</media:title>
		</media:content>
	</item>
		<item>
		<title>Vertalingen wijzigen in Magento</title>
		<link>http://younify.wordpress.com/2010/09/18/vertalingen-wijzigen-in-magento/</link>
		<comments>http://younify.wordpress.com/2010/09/18/vertalingen-wijzigen-in-magento/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 17:33:36 +0000</pubDate>
		<dc:creator>younify</dc:creator>
				<category><![CDATA[Younify&#039;s posts]]></category>

		<guid isPermaLink="false">http://webshop-conversie.nl/?p=380</guid>
		<description><![CDATA[vertalingen, magento, vertalen, webshop<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=younify.wordpress.com&amp;blog=9007914&amp;post=380&amp;subd=younify&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span> De Magento webshop software maakt gebruik van voorgedefinieerde teksten en bijbehorende vertalingen. Deze teksten en vertalingen zijn naar eigen idee/inzicht te wijzigen. Hierdoor is het mogelijk het taalgebruik in je webshop volledig te richten op je eigen specifieke doelgroep.</p>
<p>Het gaat dan bijvoorbeeld om de teksten zoals &#8216;Mijn winkelwagen&#8217;, &#8216;Mijn account&#8217; e.d.</p>
<p>Om deze teksten te wijzigen ga je als volgt te werk.</p>
<p></span></p>
<ul>
<li><span>Login op de administratie omgeving van de webshop;</span></li>
<li><span>Ga naar: Systeem -&gt; Configuratie -&gt; Geavanceerd -&gt; Ontwikkelaar;</span></li>
<li><span>Zet daar &#8216;Translate Inline&#8217; op &#8216;Ja&#8217;;</span></li>
<li><span>Onder &#8216;</span>Toegestane IP&#8217;s (door komma&#8217;s gescheiden&#8217;, vul je je IP nummer in zodat alleen jij de wijzigingen kan aanmaken/zien;</li>
</ul>
<p><span><br />
Als je nu naar de webshop kijkt (&#8216;front-end&#8217;) zul je zien dat veel teksten een rood kader hebben gekregen. Klik op het &#8216;boekje&#8217; bij het kader en je kan de tekst naar wens aanpassen. Nadat je klaar bent, zet je Translate Inline natuurlijk weer op &#8216;Nee&#8217;. </span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/younify.wordpress.com/380/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/younify.wordpress.com/380/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/younify.wordpress.com/380/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/younify.wordpress.com/380/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/younify.wordpress.com/380/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/younify.wordpress.com/380/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/younify.wordpress.com/380/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/younify.wordpress.com/380/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/younify.wordpress.com/380/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/younify.wordpress.com/380/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/younify.wordpress.com/380/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/younify.wordpress.com/380/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/younify.wordpress.com/380/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/younify.wordpress.com/380/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=younify.wordpress.com&amp;blog=9007914&amp;post=380&amp;subd=younify&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://younify.wordpress.com/2010/09/18/vertalingen-wijzigen-in-magento/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37207c81d3ec6c31a2be3094bad6bfec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">younify</media:title>
		</media:content>
	</item>
		<item>
		<title>OneStepCheckout voor Magento webshops nu met adres check</title>
		<link>http://younify.wordpress.com/2010/09/04/onestepcheckout-voor-magento-webshops-nu-met-adres-check/</link>
		<comments>http://younify.wordpress.com/2010/09/04/onestepcheckout-voor-magento-webshops-nu-met-adres-check/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 11:09:23 +0000</pubDate>
		<dc:creator>younify</dc:creator>
				<category><![CDATA[Younify&#039;s posts]]></category>

		<guid isPermaLink="false">http://younify.wordpress.com/?p=378</guid>
		<description><![CDATA[PERSBERICHT: Younify en Webservices.nl bundelen krachten voor check-out op Magento platform Webshops die gebouwd zijn op het Magento platform maken steeds vaker gebruik van de populaire OneStepCheckout. Younify heeft in samenwerking met Webservices.nl de adres check mogelijk gemaakt binnen deze module. Deze check vergemakkelijkt de invoer van adressen en vermindert het aantal postretouren aanzienlijk. Meer [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=younify.wordpress.com&amp;blog=9007914&amp;post=378&amp;subd=younify&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em>PERSBERICHT: Younify en Webservices.nl bundelen krachten voor check-out op Magento platform</em></p>
<p>Webshops die gebouwd zijn op het Magento platform maken steeds vaker gebruik van de populaire OneStepCheckout. Younify heeft in samenwerking met Webservices.nl de adres check mogelijk gemaakt binnen deze module. Deze check vergemakkelijkt de invoer van adressen en vermindert het aantal postretouren aanzienlijk.</p>
<p>Meer conversie in bestelproces<br />
Bij het kooptraject in een webwinkel moeten nogal wat stappen worden doorlopen: registreren, factuuradres, verzendadres, verzendwijzen kiezen, betaalwijze kiezen. Met de OneStepCheckout worden alle gegevens en keuzes voor de klant overzichtelijk op een scherm getoond. Het is bewezen dat het de conversie verhoogt met enkele procenten.</p>
<p>Adres check verhoogt conversie, vermindert postretouren<br />
Om het aantal klanten dat het aankoopproces succesvol doorloopt nog verder te laten stijgen, kan vanaf deze week de adres check van Webservices.nl aan deze module worden gekoppeld. Klanten hoeven bij het registratieproces alleen maar postcode en huisnummer in te vullen, waarna de straat en woonplaats automatisch worden aangevuld. Door deze add-on wordt het voor de klant makkelijker gemaakt om een aankoop te doen en tegelijkertijd is de webshopeigenaar verzekerd van een volledig en correct adres. Het percentage postretouren daalt hiermee aanzienlijk.</p>
<p>Emile Koolstra van Younify: &#8216;Wij zijn altijd op zoek naar manieren om de conversie (verkopen) van webshops te verhogen. Eén van de meest cruciale pagina&#8217;s als het gaat om de conversie van uw webshop is de checkout pagina: de pagina waarop klanten hun bestelling afrekenen. Uit onze gegevens blijkt dat ongeveer 70% van de klanten tijdens dit proces afhaakt. Younify is officieel partner van OneStepCheckout, een bedrijf dat een oplossing heeft ontwikkeld waarmee dit aankoopproces significant eenvoudiger wordt. De nieuwe adres check van Webservices.nl maakt deze checkout optimaal voor het behalen van optimale resultaten.&#8217;</p>
<p>Over Webservices.nl<br />
Webservices.nl is een full service dienstverlener op het gebied van online verrijking en validatie van data. Sinds de oprichting in 2004 heeft Webservices.nl meer dan 10.000 gebruikers. Het valideren van data is mogelijk met verschillende gegevens, waaronder informatie over adressen, bedrijven, geografische coördinaten, kadastrale informatie, kredietwaardigheid van consumenten en bedrijven en voertuigdata.</p>
<p>Over Younify<br />
Younify is gespecialiseerd in het ontwikkelen van webwinkels op basis van de Magento Commerce software. Naast de creatieve en technische ontwikkeling van Magento webwinkels levert Younify ook zakelijk advies omtrent online verkoop en management om zo een complete e-commerce partner te zijn voor het MKB. De Adres check voor de OneStepCheckout is te bestellen via <a href="http://www.younify.nl" target="_blank">younify.nl</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/younify.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/younify.wordpress.com/378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/younify.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/younify.wordpress.com/378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/younify.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/younify.wordpress.com/378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/younify.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/younify.wordpress.com/378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/younify.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/younify.wordpress.com/378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/younify.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/younify.wordpress.com/378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/younify.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/younify.wordpress.com/378/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=younify.wordpress.com&amp;blog=9007914&amp;post=378&amp;subd=younify&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://younify.wordpress.com/2010/09/04/onestepcheckout-voor-magento-webshops-nu-met-adres-check/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37207c81d3ec6c31a2be3094bad6bfec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">younify</media:title>
		</media:content>
	</item>
		<item>
		<title>Magento of Joomla Virtuemart?</title>
		<link>http://younify.wordpress.com/2010/07/21/magento-of-joomla-virtuemart/</link>
		<comments>http://younify.wordpress.com/2010/07/21/magento-of-joomla-virtuemart/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 15:52:07 +0000</pubDate>
		<dc:creator>younify</dc:creator>
				<category><![CDATA[Younify&#039;s posts]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[virtuemart]]></category>

		<guid isPermaLink="false">http://webshop-conversie.nl/?p=369</guid>
		<description><![CDATA[Ik had vorige week een prospect die twijfelde tussen een Magento webshop of een shop op basis van Joomla-Virtuemart. We hebben de belangrijkste features tussen de twee oplossingen even naast elkaar gezet. Ik hoop dat het duidelijk is waarom wij, younify, fan zijn van Magento Catalog Features Magento VirtueMart Joomla Unlimited number of products √ [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=younify.wordpress.com&amp;blog=9007914&amp;post=369&amp;subd=younify&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ik had vorige week een prospect die twijfelde tussen een Magento webshop of een shop op basis van Joomla-Virtuemart.</p>
<p>We hebben de belangrijkste features tussen de twee oplossingen even naast elkaar gezet. Ik hoop dat het duidelijk is waarom wij, <a href="http://www.younify.nl" target="_blank">younify</a>, fan zijn van Magento <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="205" valign="top"><strong>Catalog   Features</strong></td>
<td width="205" valign="top"><strong>Magento</strong></td>
<td width="205" valign="top"><strong>VirtueMart   Joomla</strong></p>
<p><strong> </strong></td>
</tr>
<tr>
<td width="205" valign="top">Unlimited number of products</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top"><strong>√</strong></td>
</tr>
<tr>
<td width="205" valign="top">Unlimited number of categories</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top"><strong>√</strong></td>
</tr>
<tr>
<td width="205" valign="top">Add product to compare</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Send product to a friend</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Add product to wish list</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Share wish   list</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Multiple   Images</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top"><strong>√</strong></td>
</tr>
<tr>
<td width="205" valign="top">Multiple   Languages</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top"><strong>√</strong></td>
</tr>
<tr>
<td width="205" valign="top">Multiple   Currencies</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top"><strong>√</strong></td>
</tr>
<tr>
<td width="205" valign="top">Products tags</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Customer reviews</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top"><strong>√</strong></td>
</tr>
<tr>
<td width="205" valign="top">Ask a question about this   product</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top"><strong>√</strong></td>
</tr>
<tr>
<td width="205" valign="top">Products tax</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top"><strong>√</strong></td>
</tr>
<tr>
<td width="205" valign="top">Product image</td>
<td width="205" valign="top">Custom   zoom-technology on image.</td>
<td width="205" valign="top">Image   display via Lightbox.</td>
</tr>
<tr>
<td width="205" valign="top">Search</td>
<td width="205" valign="top">Quick   Search</td>
<td width="205" valign="top">Search   on features or discounts.</td>
</tr>
<tr>
<td width="205" valign="top">Stock availability</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top"><strong>√</strong></td>
</tr>
<tr>
<td width="205" valign="top">Multi-Tier Pricing for quantity   discounts</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Multi-tier pricing up sell.</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Virtual products</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top"><strong>√</strong></td>
</tr>
<tr>
<td width="205" valign="top">Layered Navigation</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Downloadable Products</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Configurable products</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Grouped products</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Bundle products</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Recently added item(s)</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Recently Viewed Products</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Popular Tags</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Recently Compared Items</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">RSS Feeds for New Products, New   Specials, New Orders and New Tags</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Product listing in grid or list   format</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Estimate shipping and tax</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Checkout with multiple address</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Friendly   Checkout Experience</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">One-Page Checkout</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Last ordered items</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Re-orders products</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Approve, Edit and Delete Product   Tags</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Approve, Edit and Delete Product   Reviews</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Static Block Tool</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">CMS Pages</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x<strong> </strong></td>
</tr>
<tr>
<td width="205" valign="top">Assign designs on category and   product pages</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Custom search with   auto-suggested terms</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Cross-sells, Up-sells and   Related Items</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Available to select Allowed   Countries</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">View, edit, create and fulfill   orders from admin panel.</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Print invoices and packing slips</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Create orders from   administration panel &amp; front end.</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Transactional Emails</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Newsletter Subscription</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top"><strong>√</strong></td>
</tr>
<tr>
<td width="205" valign="top">Newsletter Unsubscription</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x<strong> </strong></td>
</tr>
<tr>
<td width="205" valign="top">Customer Groups</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top"><strong>√</strong></td>
</tr>
<tr>
<td width="205" valign="top">Product Attributes</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top"><strong>√</strong></td>
</tr>
<tr>
<td width="205" valign="top">Promotion  rules</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x<strong> </strong></td>
</tr>
<tr>
<td width="205" valign="top">URL Rewrites</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x<strong> </strong></td>
</tr>
<tr>
<td width="205" valign="top">Dashboard Report Overview</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x<strong> </strong></td>
</tr>
<tr>
<td width="205" valign="top">Reports</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x<strong> </strong></td>
</tr>
<tr>
<td width="205" valign="top">Multiple websites and stores   from one Administration Panel</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x<strong></strong></td>
</tr>
<tr>
<td width="205" valign="top">Administration Permission System   Roles and Users</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x<strong></strong></td>
</tr>
<tr>
<td width="205" valign="top">One-Click Upgrades</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x<strong></strong></td>
</tr>
<tr>
<td width="205" valign="top">Import/Export products</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x<strong></strong></td>
</tr>
<tr>
<td width="205" valign="top">Inventory Management</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x<strong></strong></td>
</tr>
<tr>
<td width="205" valign="top">Google Site Map</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Google Analytics</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Google Base</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Polls</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Free Shipping Option</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Handling Fee</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Order tracking</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Flat rate per order</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Flat rate per item</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Table rate Weight vs.   Destination</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Table rate Price vs. Destination</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Table rate # of items vs.   Destination</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top">x</td>
</tr>
<tr>
<td width="205" valign="top">Payment gateways</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top"><strong>√</strong></td>
</tr>
<tr>
<td width="205" valign="top">Check/Money Orders</td>
<td width="205" valign="top"><strong>√</strong></td>
<td width="205" valign="top"><strong>√</strong></td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/younify.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/younify.wordpress.com/369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/younify.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/younify.wordpress.com/369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/younify.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/younify.wordpress.com/369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/younify.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/younify.wordpress.com/369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/younify.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/younify.wordpress.com/369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/younify.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/younify.wordpress.com/369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/younify.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/younify.wordpress.com/369/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=younify.wordpress.com&amp;blog=9007914&amp;post=369&amp;subd=younify&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://younify.wordpress.com/2010/07/21/magento-of-joomla-virtuemart/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37207c81d3ec6c31a2be3094bad6bfec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">younify</media:title>
		</media:content>
	</item>
		<item>
		<title>Paazl en Magento</title>
		<link>http://younify.wordpress.com/2010/07/20/paazl-en-magento/</link>
		<comments>http://younify.wordpress.com/2010/07/20/paazl-en-magento/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 09:48:29 +0000</pubDate>
		<dc:creator>younify</dc:creator>
				<category><![CDATA[Younify&#039;s posts]]></category>
		<category><![CDATA[dpd]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[paazl]]></category>
		<category><![CDATA[tnt]]></category>
		<category><![CDATA[verzenden]]></category>

		<guid isPermaLink="false">http://webshop-conversie.nl/?p=352</guid>
		<description><![CDATA[Voor elk bedrijf dat via een Magento webshop zijn producten verkoopt is het een &#8216;hot topic&#8217;: Hoe ga ik om met de verzendingen van mijn producten. De belangrijkste vragen die dan aan bod komen: Welke verzendmethode ga ik aanbieden aan mijn klanten? Welke kosten ga ik daarvoor in rekening brengen? Hoe krijg ik de webshop [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=younify.wordpress.com&amp;blog=9007914&amp;post=352&amp;subd=younify&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Voor elk bedrijf dat via een Magento webshop zijn producten verkoopt is het een &#8216;hot topic&#8217;: Hoe ga ik om met de verzendingen van mijn producten. De belangrijkste vragen die dan aan bod komen:</p>
<ul>
<li>Welke verzendmethode ga ik aanbieden aan mijn klanten?</li>
<li>Welke kosten ga ik daarvoor in rekening brengen?</li>
<li>Hoe krijg ik de webshop orders zo efficient mogelijk bij mijn disitrbuteur?</li>
<li>Hoe zorg ik ervoor dat mijn klanten continue op de hoogte zijn van de status van de levering?</li>
</ul>
<p>Standaard biedt Magento best wel een aardige functionaliteit als het gaat om het inrichten van de verzendmethode. Je kan deze inrichten op basis van vaste prijzen, op basis van prijstabellen en ook aangeven wanneer je gratis verzending wilt aanbieden.  Er zijn bij een &#8216;basis&#8217; Magento webshop echter twee punten die moeilijker zijn op te vangen: het inrichten van verzendmethode op basis van product: het meest eenvoudige voorbeeld hierin is het aanbieden van brievenbuspost en pakketpost. Daarnaast is de terugkoppeling van de logistieke partner naar de klant soms moeizaam in te richten.  Er zijn per logistieke partner zoals TNT, DPD etc. vaak wel extensies voor, maar die moet je dan ook allemaal apart laten installeren en configureren.</p>
<p>Al met al&#8230;.hier zit nog wel een mogelijkheid ter verbetering. Verbetering in de zin van (a) hogere conversie (door het aanbieden van meerdere verzendopties) en (b) eenvoudige afhandeling van de orders.</p>
<p>Omdat wij ook niet alles (willen) kunnen, zijn we altijd op zoek naar de beste partners om ons (<a href="http://www.younify.nl" target="_blank">younify</a>) heen. Zo is <a href="http://www.byte.nl" target="_blank">Byte</a> onze Magento hosting partner, <a href="http://www.thecorecompany.nl" target="_blank">the Core Company</a> een absolute specialist op het gebied van AdWords en <a href="http://www.buckaroo.nl" target="_blank">Buckaroo</a> een goede partner op het gebied van het afhandelen van webshop betalingen. Sinds kort werken wij nu met <a href="http://www.paazl.com" target="_blank">Paazl</a>. Paazl heeft een webservice ontwikkeld die het mogelijk maakt via één relatief eenvoudige koppeling je Magento webshop te verbinden aan meerdere disitribiteurs. </p>
<span style="text-align:center; display: block;"><a href="http://younify.wordpress.com/2010/07/20/paazl-en-magento/"><img src="http://img.youtube.com/vi/qSkqVv3y5gc/2.jpg" alt="" /></a></span>
<p><a href="http://younify.files.wordpress.com/2010/07/product-plaatje.jpg"><img class="aligncenter size-full wp-image-361" title="Paazl Magento" src="http://younify.files.wordpress.com/2010/07/product-plaatje.jpg?w=497&#038;h=291" alt="" width="497" height="291" /></a></p>
<p>De voordelen van Paazl voor je Magento webwinkel op een rijtje:</p>
<ul>
<li>Hogere conversie door het aanbieden van meer verzendopties;</li>
<li>Biedt verzendopties aan die passen bij de agenda van je klanten;</li>
<li>Klanten blijven altijd op de hoogte van de status van de levering;</li>
<li>Mogelijkheid verzendopties per product in te richten;</li>
<li>Eenvoudige integratie met je Magento webshop;</li>
<li>Eenvoudige interface om pakbonnen e.d. uit te printen;</li>
</ul>
<p>Al-met-al een mooie mogelijkheid tot een betere integratie van je e-commerce webshop met de gebruikte distributeurs.</p>
<p>De integratie van Paazl is online te koop via deze link: <a href="http://www.younify.nl/extensions/paazl-magento.html">Paazl Magento</a><br />
<span style="color:#808080;">Wilt u meer informatie over Paazl, en de koppelingen tussen Paazl en Magento? Neem dan gerust <a href="http://www.younify.nl" target="_new">contact</a> met ons op (tel: 020 800 5005)!</span><br />
<a href="http://www.twitter.com/younify" target="_new"><img class="alignleft size-full wp-image-374" title="twitter7gif" src="http://emilekoolstra.files.wordpress.com/2009/11/twitter7gif.gif?w=497" alt="Follow me on Twitter"  /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/younify.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/younify.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/younify.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/younify.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/younify.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/younify.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/younify.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/younify.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/younify.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/younify.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/younify.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/younify.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/younify.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/younify.wordpress.com/352/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=younify.wordpress.com&amp;blog=9007914&amp;post=352&amp;subd=younify&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://younify.wordpress.com/2010/07/20/paazl-en-magento/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37207c81d3ec6c31a2be3094bad6bfec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">younify</media:title>
		</media:content>

		<media:content url="http://younify.files.wordpress.com/2010/07/product-plaatje.jpg" medium="image">
			<media:title type="html">Paazl Magento</media:title>
		</media:content>

		<media:content url="http://emilekoolstra.files.wordpress.com/2009/11/twitter7gif.gif" medium="image">
			<media:title type="html">twitter7gif</media:title>
		</media:content>
	</item>
	</channel>
</rss>
