<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Shopp Support &#187; Topic: Print out customer details without input wraps]]></title>
		<link>http://forums.shopplugin.net/topic/print-out-customer-details-without-input-wraps</link>
		<description><![CDATA[Shopp Support &raquo; Topic: Print out customer details without input wraps]]></description>
		<language>en-US</language>
		<pubDate>Fri, 12 Mar 2010 06:17:18 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.shopplugin.net/search.php</link>
		</textInput>
		<atom:link href="http://forums.shopplugin.net/rss/topic/print-out-customer-details-without-input-wraps" rel="self" type="application/rss+xml" />

		<item>
			<title>totomobile on "Print out customer details without input wraps"</title>
			<link>http://forums.shopplugin.net/topic/print-out-customer-details-without-input-wraps#post-6771</link>
			<pubDate>Mon, 27 Jul 2009 02:54:12 +0000</pubDate>
			<dc:creator>totomobile</dc:creator>
			<guid isPermaLink="false">6771@http://forums.shopplugin.net/</guid>
			<description>&#60;p&#62;Wow this is tricky! It'l have to do until the functionality is added later I suppose. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gyokushin on "Print out customer details without input wraps"</title>
			<link>http://forums.shopplugin.net/topic/print-out-customer-details-without-input-wraps#post-6492</link>
			<pubDate>Wed, 22 Jul 2009 06:05:37 +0000</pubDate>
			<dc:creator>gyokushin</dc:creator>
			<guid isPermaLink="false">6492@http://forums.shopplugin.net/</guid>
			<description>&#60;p&#62;Just noticed this too, and i can't find anything in the API either. However, you can use a Regular Expression to pull out the value of the text box, and that seems to work fine.&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
$name = shopp('customer','firstname','return=true');&#60;br /&#62;
preg_match(&#34;/value=\&#34;(.*?)\&#34;/&#34;, $name, $matches);&#60;br /&#62;
echo $matches[1];&#60;br /&#62;
?&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>totomobile on "Print out customer details without input wraps"</title>
			<link>http://forums.shopplugin.net/topic/print-out-customer-details-without-input-wraps#post-5643</link>
			<pubDate>Tue, 30 Jun 2009 22:24:42 +0000</pubDate>
			<dc:creator>totomobile</dc:creator>
			<guid isPermaLink="false">5643@http://forums.shopplugin.net/</guid>
			<description>&#60;p&#62;Sorry to have to bump, but is there really no way to get just the plain customer information without the input tag?? All i want to do is say &#38;quot;Welcome back -customer name- see your account information here&#38;quot; and I can&#38;#39;t do this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>totomobile on "Print out customer details without input wraps"</title>
			<link>http://forums.shopplugin.net/topic/print-out-customer-details-without-input-wraps#post-5600</link>
			<pubDate>Tue, 30 Jun 2009 01:06:52 +0000</pubDate>
			<dc:creator>totomobile</dc:creator>
			<guid isPermaLink="false">5600@http://forums.shopplugin.net/</guid>
			<description>&#60;p&#62;Hi I wondering how you can get the customer information like first and last name and email and just print it as text instead of in inputs. I&#38;#39;d like to do this on the account &#38;quot;dashboard&#38;quot; and have a link to edit this.&#60;/p&#62;
&#60;p&#62;ie.&#60;br /&#62;
&#38;lt;?php shopp(&#38;#39;customer&#38;#39;,&#38;#39;firstname&#38;#39;); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;but just text.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>