<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Export Zen Cart orders to OpenOffice in 1 click</title>
	<atom:link href="http://www.webalis.com/2007/10/export-zen-cart-orders-to-openoffice-in-1-click/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webalis.com/2007/10/export-zen-cart-orders-to-openoffice-in-1-click/</link>
	<description></description>
	<lastBuildDate>Thu, 10 Sep 2009 20:01:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sandrar</title>
		<link>http://www.webalis.com/2007/10/export-zen-cart-orders-to-openoffice-in-1-click/comment-page-1/#comment-288</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 20:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.webalis.com/blog/2007/10/03/export-zen-cart-orders-to-openoffice-in-1-click/#comment-288</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://www.webalis.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thierry</title>
		<link>http://www.webalis.com/2007/10/export-zen-cart-orders-to-openoffice-in-1-click/comment-page-1/#comment-5</link>
		<dc:creator>Thierry</dc:creator>
		<pubDate>Fri, 05 Oct 2007 07:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.webalis.com/blog/2007/10/03/export-zen-cart-orders-to-openoffice-in-1-click/#comment-5</guid>
		<description>Thanks DrByte,
I&#039;ll make those modifications later.
What I explain here is really a quick hack that I put together in 3 hours, an evening I could not find sleep, so it&#039;s sure up for improvement.

I just thought it could/would be interesting to other zen-cart users.

Tripy.</description>
		<content:encoded><![CDATA[<p>Thanks DrByte,<br />
I&#8217;ll make those modifications later.<br />
What I explain here is really a quick hack that I put together in 3 hours, an evening I could not find sleep, so it&#8217;s sure up for improvement.</p>
<p>I just thought it could/would be interesting to other zen-cart users.</p>
<p>Tripy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DrByte</title>
		<link>http://www.webalis.com/2007/10/export-zen-cart-orders-to-openoffice-in-1-click/comment-page-1/#comment-4</link>
		<dc:creator>DrByte</dc:creator>
		<pubDate>Fri, 05 Oct 2007 07:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.webalis.com/blog/2007/10/03/export-zen-cart-orders-to-openoffice-in-1-click/#comment-4</guid>
		<description>In your odt.php file, you could delete these 2 lines:
&lt;code&gt;  require(DIR_WS_CLASSES . &#039;currencies.php&#039;);
  $currencies = new currencies(); &lt;/code&gt;

and then delete the large block of code after this line:
&lt;code&gt;  include(DIR_WS_CLASSES . &#039;order.php&#039;); &lt;/code&gt;

... up until your section that begins like this:
&lt;code&gt;/**
 * Handle XML output
 *
 */&lt;/code&gt;

All you really need to do to accomplish the same end result is to load application_top and the order class.  Your code does all the rest.
You might want to build in some error checking to be sure that it has a valid order ID in the $_GET parameters just for safe-keeping as an enhancement.</description>
		<content:encoded><![CDATA[<p>In your odt.php file, you could delete these 2 lines:<br />
<code>  require(DIR_WS_CLASSES . 'currencies.php');<br />
  $currencies = new currencies(); </code></p>
<p>and then delete the large block of code after this line:<br />
<code>  include(DIR_WS_CLASSES . 'order.php'); </code></p>
<p>&#8230; up until your section that begins like this:<br />
<code>/**<br />
 * Handle XML output<br />
 *<br />
 */</code></p>
<p>All you really need to do to accomplish the same end result is to load application_top and the order class.  Your code does all the rest.<br />
You might want to build in some error checking to be sure that it has a valid order ID in the $_GET parameters just for safe-keeping as an enhancement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thierry</title>
		<link>http://www.webalis.com/2007/10/export-zen-cart-orders-to-openoffice-in-1-click/comment-page-1/#comment-3</link>
		<dc:creator>Thierry</dc:creator>
		<pubDate>Thu, 04 Oct 2007 07:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.webalis.com/blog/2007/10/03/export-zen-cart-orders-to-openoffice-in-1-click/#comment-3</guid>
		<description>PHP errors ?
I haven&#039;t seen anyone. I&#039;ve seen a javascript error in internet explorer, but that is related to wordpress, not this snapshot service

Beside, I must say it&#039;s a service I run myself (&lt;a href=&quot;http://www.web-screenshots.com&quot; rel=&quot;nofollow&quot;&gt;http://www.web-screenshots.com&lt;/a&gt;), and I think it adds something.
And really, it&#039;s effective only on links, and it&#039;s not THAT intrusive.</description>
		<content:encoded><![CDATA[<p>PHP errors ?<br />
I haven&#8217;t seen anyone. I&#8217;ve seen a javascript error in internet explorer, but that is related to wordpress, not this snapshot service</p>
<p>Beside, I must say it&#8217;s a service I run myself (<a href="http://www.web-screenshots.com" rel="nofollow">http://www.web-screenshots.com</a>), and I think it adds something.<br />
And really, it&#8217;s effective only on links, and it&#8217;s not THAT intrusive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.webalis.com/2007/10/export-zen-cart-orders-to-openoffice-in-1-click/comment-page-1/#comment-2</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 04 Oct 2007 01:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.webalis.com/blog/2007/10/03/export-zen-cart-orders-to-openoffice-in-1-click/#comment-2</guid>
		<description>I strongly recommend you to lose that screenshot plugin because it creates lotsa PHP errors. More, it&#039;s damn annoying.</description>
		<content:encoded><![CDATA[<p>I strongly recommend you to lose that screenshot plugin because it creates lotsa PHP errors. More, it&#8217;s damn annoying.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.262 seconds -->
