<?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>Der Magento Experte</title>
	<atom:link href="https://www.der-mage-experte.de/tag/opc/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.der-mage-experte.de</link>
	<description>Ihr Magento Experte &#38; Entwickler</description>
	<lastBuildDate>Fri, 03 Apr 2026 09:02:45 +0000</lastBuildDate>
	<language>de-DE</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.6</generator>
	<item>
		<title>Checkout Progress funktioniert nicht mehr</title>
		<link>https://www.der-mage-experte.de/1380/magento-checkout-progress-funktioniert-nicht-mehr/</link>
		<comments>https://www.der-mage-experte.de/1380/magento-checkout-progress-funktioniert-nicht-mehr/#comments</comments>
		<pubDate>Mon, 19 Mar 2018 09:30:39 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Lösungen]]></category>
		<category><![CDATA[Checkout]]></category>
		<category><![CDATA[OPC]]></category>

		<guid isPermaLink="false">http://www.der-mage-experte.de/?p=1380</guid>
		<description><![CDATA[Wenn der Fortschritt (Progress) im Magento Checkout nicht mehr angezeigt wird, liegt mit ziemlicher Sicherheit ein Problem im genutzten Theme vor. Öffnen Sie die checkout.xml Ihres Themes und fügen Sie den folgenden Code hinzu: [crayon-69f62a2e15b87/]]]></description>
				<content:encoded><![CDATA[<p>Wenn der Fortschritt (Progress) im Magento Checkout nicht mehr angezeigt wird, liegt mit ziemlicher Sicherheit ein Problem im genutzten Theme vor. Öffnen Sie die checkout.xml Ihres Themes und fügen Sie den folgenden Code hinzu:</p><pre class="crayon-plain-tag">&lt;checkout_onepage_progress_billing&gt;
    &lt;!-- Mage_Checkout --&gt;
    &lt;remove name=&quot;right&quot;/&gt;
    &lt;remove name=&quot;left&quot;/&gt;

    &lt;block type=&quot;checkout/onepage_progress&quot; name=&quot;root&quot; output=&quot;toHtml&quot; template=&quot;checkout/onepage/progress/billing.phtml&quot;&gt;
        &lt;action method=&quot;setInfoTemplate&quot;&gt;&lt;method&gt;&lt;/method&gt;&lt;template&gt;&lt;/template&gt;&lt;/action&gt;
    &lt;/block&gt;
&lt;/checkout_onepage_progress_billing&gt;


&lt;checkout_onepage_progress_shipping&gt;
    &lt;!-- Mage_Checkout --&gt;
    &lt;remove name=&quot;right&quot;/&gt;
    &lt;remove name=&quot;left&quot;/&gt;

    &lt;block type=&quot;checkout/onepage_progress&quot; name=&quot;root&quot; output=&quot;toHtml&quot; template=&quot;checkout/onepage/progress/shipping.phtml&quot;&gt;
        &lt;action method=&quot;setInfoTemplate&quot;&gt;&lt;method&gt;&lt;/method&gt;&lt;template&gt;&lt;/template&gt;&lt;/action&gt;
    &lt;/block&gt;
&lt;/checkout_onepage_progress_shipping&gt;


&lt;checkout_onepage_progress_shipping_method&gt;
    &lt;!-- Mage_Checkout --&gt;
    &lt;remove name=&quot;right&quot;/&gt;
    &lt;remove name=&quot;left&quot;/&gt;

    &lt;block type=&quot;checkout/onepage_progress&quot; name=&quot;root&quot; output=&quot;toHtml&quot; template=&quot;checkout/onepage/progress/shipping_method.phtml&quot;&gt;
        &lt;action method=&quot;setInfoTemplate&quot;&gt;&lt;method&gt;&lt;/method&gt;&lt;template&gt;&lt;/template&gt;&lt;/action&gt;
    &lt;/block&gt;
&lt;/checkout_onepage_progress_shipping_method&gt;

&lt;checkout_onepage_progress_payment&gt;
    &lt;!-- Mage_Checkout --&gt;
    &lt;remove name=&quot;right&quot;/&gt;
    &lt;remove name=&quot;left&quot;/&gt;

    &lt;block type=&quot;checkout/onepage_progress&quot; name=&quot;root&quot; output=&quot;toHtml&quot; template=&quot;checkout/onepage/progress/payment.phtml&quot;&gt;
        &lt;block type=&quot;checkout/onepage_payment_info&quot; name=&quot;payment_info&quot;&gt;
            &lt;action method=&quot;setInfoTemplate&quot;&gt;&lt;method&gt;&lt;/method&gt;&lt;template&gt;&lt;/template&gt;&lt;/action&gt;
        &lt;/block&gt;
        &lt;action method=&quot;setInfoTemplate&quot;&gt;&lt;method&gt;&lt;/method&gt;&lt;template&gt;&lt;/template&gt;&lt;/action&gt;
    &lt;/block&gt;
&lt;/checkout_onepage_progress_payment&gt;</pre><p></p>]]></content:encoded>
			<wfw:commentRss>https://www.der-mage-experte.de/1380/magento-checkout-progress-funktioniert-nicht-mehr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
