<?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>Tipps zu SEO, Internet Marketing, Webdesign. Magento und IT-Themen &#187; Magento</title>
	<atom:link href="http://www.fly2mars-media.de/seoblog/tag/magento/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fly2mars-media.de/seoblog</link>
	<description>Tipps zu Magento, Programmierung, SEO, SEM, Social Media, Internet Marketing, Webdesign, IT-Service &#38;  Mehr - SEO Hannover - IT-Dienstleistungen</description>
	<lastBuildDate>Sat, 04 Feb 2012 16:27:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Magento: WYSIWYG-Editor im Backend hinzufügen</title>
		<link>http://www.fly2mars-media.de/seoblog/2011/11/14/magento-wysiwyg-editor-im-backend-hinzufugen/</link>
		<comments>http://www.fly2mars-media.de/seoblog/2011/11/14/magento-wysiwyg-editor-im-backend-hinzufugen/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 16:36:11 +0000</pubDate>
		<dc:creator>Daniel Briegert</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://www.fly2mars-media.de/seoblog/?p=1985</guid>
		<description><![CDATA[Bei neuen Attributen welche im Admin-Backend konfigurierbar sind, ist es bei Text-Feldern des Öfteren gewünscht ein WYSIWYG-Editor zu aktivieren. Das geht wie folgt:]]></description>
		<wfw:commentRss>http://www.fly2mars-media.de/seoblog/2011/11/14/magento-wysiwyg-editor-im-backend-hinzufugen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento: Invalid transactional email code: xy</title>
		<link>http://www.fly2mars-media.de/seoblog/2011/09/28/magento-invalid-transactional-email-code-xy/</link>
		<comments>http://www.fly2mars-media.de/seoblog/2011/09/28/magento-invalid-transactional-email-code-xy/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 16:19:30 +0000</pubDate>
		<dc:creator>Daniel Briegert</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[error]]></category>
		<guid isPermaLink="false">http://www.fly2mars-media.de/seoblog/?p=1968</guid>
		<description><![CDATA[Taucht der Fehler z.b. bei der Registrierung oder finalen Absendung einer Bestellung auf, so ist die Ursache oft dass ein E-Mail-Template gelöscht wurde (id xy, für xy steht meist die template-id welche in der Datenbank angegeben wurde). Die Lösung ist eifnach: Unter “System-&#62;Configuration-&#62;Sales Emails” im Admin-Backend einfach das Template wieder anlegen &#38; speichern, welches vermisst [...]]]></description>
		<wfw:commentRss>http://www.fly2mars-media.de/seoblog/2011/09/28/magento-invalid-transactional-email-code-xy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento: delete an system attribute</title>
		<link>http://www.fly2mars-media.de/seoblog/2011/09/13/magento-delete-an-system-attribute/</link>
		<comments>http://www.fly2mars-media.de/seoblog/2011/09/13/magento-delete-an-system-attribute/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 16:56:03 +0000</pubDate>
		<dc:creator>Daniel Briegert</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[attribute]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://www.fly2mars-media.de/seoblog/?p=1950</guid>
		<description><![CDATA[To delete a system attribute in Magento, you must first have to make it user defined. - Go to phpmyadmin - Go to your magento installation database - Go to eav_attribute table - Browse table with attribute_code ‘YOUR_ATTRIBUTE_CODE’ OR browse the table with the attribute_id of your    attribute (‘your attribute’ means the attribute which you [...]]]></description>
		<wfw:commentRss>http://www.fly2mars-media.de/seoblog/2011/09/13/magento-delete-an-system-attribute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento: Mail versenden</title>
		<link>http://www.fly2mars-media.de/seoblog/2011/09/08/magento-mail-versenden/</link>
		<comments>http://www.fly2mars-media.de/seoblog/2011/09/08/magento-mail-versenden/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 14:35:35 +0000</pubDate>
		<dc:creator>Daniel Briegert</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Mail]]></category>
		<guid isPermaLink="false">http://www.fly2mars-media.de/seoblog/?p=1943</guid>
		<description><![CDATA[send email in magento (php-code) :]]></description>
		<wfw:commentRss>http://www.fly2mars-media.de/seoblog/2011/09/08/magento-mail-versenden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento: Parent Role id &#8216;G4&#8242; does not exist (or other ids)</title>
		<link>http://www.fly2mars-media.de/seoblog/2011/09/02/magento-parent-role-id-g4-does-not-exist-or-other-ids/</link>
		<comments>http://www.fly2mars-media.de/seoblog/2011/09/02/magento-parent-role-id-g4-does-not-exist-or-other-ids/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 09:35:19 +0000</pubDate>
		<dc:creator>Daniel Briegert</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[tipps]]></category>
		<guid isPermaLink="false">http://www.fly2mars-media.de/seoblog/?p=1936</guid>
		<description><![CDATA[Magento reads the rows from the database table admin_role in the wrong&#8221; order. That is it reads the user entry before the parent group (the role) is loaded. This happends because the user rows has a tree_level = 1, when they should have tree_level = 2 or more. Solution: To fix a broken admin-interface, run [...]]]></description>
		<wfw:commentRss>http://www.fly2mars-media.de/seoblog/2011/09/02/magento-parent-role-id-g4-does-not-exist-or-other-ids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento: Page Cache anpassen</title>
		<link>http://www.fly2mars-media.de/seoblog/2011/08/23/magento-page-cache-anpassen/</link>
		<comments>http://www.fly2mars-media.de/seoblog/2011/08/23/magento-page-cache-anpassen/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 09:22:03 +0000</pubDate>
		<dc:creator>Daniel Briegert</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Cache]]></category>
		<guid isPermaLink="false">http://www.fly2mars-media.de/seoblog/?p=1919</guid>
		<description><![CDATA[Das Caching könnt ihr in Magento wie folgt beeinflussen: De-Aktivieren könnt ihr das Caching wie folgt:]]></description>
		<wfw:commentRss>http://www.fly2mars-media.de/seoblog/2011/08/23/magento-page-cache-anpassen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento: system.xml um weitere Felder erweitern &#8211; Daten-Typen</title>
		<link>http://www.fly2mars-media.de/seoblog/2011/07/19/magento-system-xml-um-weitere-felder-erweitern-daten-typen/</link>
		<comments>http://www.fly2mars-media.de/seoblog/2011/07/19/magento-system-xml-um-weitere-felder-erweitern-daten-typen/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 13:44:20 +0000</pubDate>
		<dc:creator>Daniel Briegert</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<guid isPermaLink="false">http://www.fly2mars-media.de/seoblog/?p=1900</guid>
		<description><![CDATA[Folgende Typen / Möglichkeiten gibt es in Magento um im Backend Datums-Typen Anzuzeigen (weg über system.xml):]]></description>
		<wfw:commentRss>http://www.fly2mars-media.de/seoblog/2011/07/19/magento-system-xml-um-weitere-felder-erweitern-daten-typen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento: Category &amp; Store Group &amp; Store View über Setup Script anlegen</title>
		<link>http://www.fly2mars-media.de/seoblog/2011/06/29/magento-category-store-group-store-view-uber-setup-script-anlegen/</link>
		<comments>http://www.fly2mars-media.de/seoblog/2011/06/29/magento-category-store-group-store-view-uber-setup-script-anlegen/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 09:12:35 +0000</pubDate>
		<dc:creator>Daniel Briegert</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[tipps]]></category>
		<guid isPermaLink="false">http://www.fly2mars-media.de/seoblog/?p=1863</guid>
		<description><![CDATA[Der folgende Script zeigt wie automatisiert über ein PHP-Setup-Script in Magento eine Category angelegt werden kann, welche dann als Default-Category einer neuen Store-Group zugewiesen wird, welche samt einer neuen Store-View angelegt wird. $installer = $this; $installer-&#62;startSetup();&#160; $mobileCategory = Mage::getModel(&#8216;catalog/category&#8217;)-&#62;getCollection() -&#62;addAttributeToSelect(&#8216;id&#8217;) -&#62;addAttributeToFilter(&#8216;name&#8217;, &#8216;mobile&#8217;) -&#62;addAttributeToSort(&#8216;id&#8217;, &#8216;ASC&#8217;) -&#62;distinct(true) -&#62;load(); $mobileCategoryId = &#8221;; if(count($mobileCategory) &#62; 0) { foreach ($mobileCategory [...]]]></description>
		<wfw:commentRss>http://www.fly2mars-media.de/seoblog/2011/06/29/magento-category-store-group-store-view-uber-setup-script-anlegen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento: Per PHP Setup Script neue Store View anlegen</title>
		<link>http://www.fly2mars-media.de/seoblog/2011/06/28/magento-per-php-setup-script-neue-store-view-anlegen/</link>
		<comments>http://www.fly2mars-media.de/seoblog/2011/06/28/magento-per-php-setup-script-neue-store-view-anlegen/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 09:01:43 +0000</pubDate>
		<dc:creator>Daniel Briegert</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Store]]></category>
		<category><![CDATA[tipps]]></category>
		<guid isPermaLink="false">http://www.fly2mars-media.de/seoblog/?p=1859</guid>
		<description><![CDATA[Per PHP Script eine neue Store View über z.B. Setup-Install-Script anlegen? So geht&#8217;s:]]></description>
		<wfw:commentRss>http://www.fly2mars-media.de/seoblog/2011/06/28/magento-per-php-setup-script-neue-store-view-anlegen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento: Artikel filtern nach bestimten Parametern</title>
		<link>http://www.fly2mars-media.de/seoblog/2011/06/17/magento-artikel-filtern-nach-bestimten-parametern/</link>
		<comments>http://www.fly2mars-media.de/seoblog/2011/06/17/magento-artikel-filtern-nach-bestimten-parametern/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 08:49:35 +0000</pubDate>
		<dc:creator>Daniel Briegert</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<guid isPermaLink="false">http://www.fly2mars-media.de/seoblog/?p=1844</guid>
		<description><![CDATA[Artikel könnt ihr wie folgt nach bestimmten Parametern filtern. Folgendes Beispiel zeigt die Filterung anhand des Preises aus bestimmten Unterkategorien:]]></description>
		<wfw:commentRss>http://www.fly2mars-media.de/seoblog/2011/06/17/magento-artikel-filtern-nach-bestimten-parametern/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

