<?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>XTC-Shops &#187; Bestellprozess</title>
	<atom:link href="http://www.xtc-shops.com/tag/bestellprozess/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xtc-shops.com</link>
	<description>Templates, Themes &#38; Webdesign</description>
	<lastBuildDate>Wed, 28 Jul 2010 13:27:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Beim Bestellprozess Boxen ausblenden Version 2</title>
		<link>http://www.xtc-shops.com/2008/08/05/beim-bestellprozess-boxen-ausblenden-version-2/</link>
		<comments>http://www.xtc-shops.com/2008/08/05/beim-bestellprozess-boxen-ausblenden-version-2/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 13:20:19 +0000</pubDate>
		<dc:creator>Oliver Förster</dc:creator>
				<category><![CDATA[Tipps für XT:Commerce]]></category>
		<category><![CDATA[Bestellprozess]]></category>
		<category><![CDATA[Boxen]]></category>

		<guid isPermaLink="false">http://www.xtc-shops.com/?p=359</guid>
		<description><![CDATA[Um den Kunden beim Bestellprozess nicht abzulenken ist es u.U. sinnvoll die Boxen im Shop auf der linken und rechten Seite aus zuz blenden.
Eine Möglichkeit habe ich vor Längerem hier beschrieben.
Hier nun die Alternative:
die Änderungen betrefen nur die index.html des xt:Commerce Templates.

		{if !strstr ($smarty.server.PHP_SELF, &#8216;checkout&#8217;)}
{$box_CATEGORIES}{$box_ADD_QUICKIE}{$box_CONTENT}{$box_INFORMATION}{$box_LAST_VIEWED}{$box_REVIEWS}{$box_SPECIALS}{$box_WHATSNEW}
		{/if}
{$main_content}
		{if !strstr ($smarty.server.PHP_SELF, &#8216;checkout&#8217;)}
{$box_CART}{$box_LOGIN}{$box_ADMIN}{$box_NEWSLETTER}{$box_BESTSELLERS}{$box_INFOBOX}{$box_CURRENCIES}{$box_MANUFACTURERS_INFO}{$box_MANUFACTURERS}
		{/if}

]]></description>
			<content:encoded><![CDATA[<p>Um den Kunden beim Bestellprozess nicht abzulenken ist es u.U. sinnvoll die Boxen im Shop auf der linken und rechten Seite aus zuz blenden.<br />
Eine Möglichkeit habe ich vor Längerem <a href="http://www.xtc-shops.com/2007/06/08/beim-bestellprozess-boxen-ausblenden/">hier</a> beschrieben.<br />
Hier nun die Alternative:<br />
die Änderungen betrefen nur die index.html des xt:Commerce Templates.</p>
<blockquote><p>
		{if !strstr ($smarty.server.PHP_SELF, &#8216;checkout&#8217;)}</p>
<div id="leftcol">{$box_CATEGORIES}{$box_ADD_QUICKIE}{$box_CONTENT}{$box_INFORMATION}{$box_LAST_VIEWED}{$box_REVIEWS}{$box_SPECIALS}{$box_WHATSNEW}</div>
<p>		{/if}</p>
<div {if !strstr ($smarty.server.PHP_SELF, 'checkout')}<br />
			id="content"<br />
		{else}<br />
			id="contentfull"<br />
		{/if}<br />
		 >{$main_content}</div>
<p>		{if !strstr ($smarty.server.PHP_SELF, &#8216;checkout&#8217;)}</p>
<div id="rightcol">{$box_CART}{$box_LOGIN}{$box_ADMIN}{$box_NEWSLETTER}{$box_BESTSELLERS}{$box_INFOBOX}{$box_CURRENCIES}{$box_MANUFACTURERS_INFO}{$box_MANUFACTURERS}</div>
<p>		{/if}
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.xtc-shops.com/2008/08/05/beim-bestellprozess-boxen-ausblenden-version-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Beim Bestellprozess Boxen ausblenden</title>
		<link>http://www.xtc-shops.com/2007/06/08/beim-bestellprozess-boxen-ausblenden/</link>
		<comments>http://www.xtc-shops.com/2007/06/08/beim-bestellprozess-boxen-ausblenden/#comments</comments>
		<pubDate>Fri, 08 Jun 2007 13:57:27 +0000</pubDate>
		<dc:creator>Oliver Förster</dc:creator>
				<category><![CDATA[Tipps für XT:Commerce]]></category>
		<category><![CDATA[Bestellprozess]]></category>
		<category><![CDATA[Boxen]]></category>

		<guid isPermaLink="false">http://www.xtc-shops.de/2007/06/08/beim-bestellprozess-boxen-ausblenden/</guid>
		<description><![CDATA[Der Kunde soll ja beim Bestellprozess sich nur auf die nötigsten Funktionen und Informationen konzentrieren. Deswegen ist es ganz sinnvoll die ganzen Boxen von XT:Commerce beim Bestellvorgang auszublenden.
Dies ist wie folgt zu realisieren:
Man erstellt eine 2te index.html ohne Boxen in seinem Templateordner und bennent diese index2.html
Dann editiert man folgende Dateien im Shop Hauptverzeichnis:
checkout_confirmation.php,checkout_payment.php,checkout_shipping.php, checkout_success.php
wie folgt:
$smarty-&#62;display(CURRENT_TEMPLATE [...]]]></description>
			<content:encoded><![CDATA[<p>Der Kunde soll ja beim Bestellprozess sich nur auf die nötigsten Funktionen und Informationen konzentrieren. Deswegen ist es ganz sinnvoll die ganzen Boxen von XT:Commerce beim Bestellvorgang auszublenden.<br />
Dies ist wie folgt zu realisieren:</p>
<p>Man erstellt eine 2te index.html ohne Boxen in seinem Templateordner und bennent diese index2.html<br />
Dann editiert man folgende Dateien im Shop Hauptverzeichnis:<br />
checkout_confirmation.php,checkout_payment.php,checkout_shipping.php, checkout_success.php<br />
wie folgt:<br />
<code>$smarty-&gt;display(CURRENT_TEMPLATE . ‘/index.html’);</code><br />
ändern in:<br />
<code>$smarty-&gt;display(CURRENT_TEMPLATE . ‘/index2.html’);</code></p>
<p>Zu sehen ist das u.A. in meinem Shop <a href="http://www.install24.com">www.install24.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xtc-shops.com/2007/06/08/beim-bestellprozess-boxen-ausblenden/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
