<?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>Alex's  Rocket &#187; osCommerce</title>
	<atom:link href="http://klalex.com/tag/oscommerce/feed/" rel="self" type="application/rss+xml" />
	<link>http://klalex.com</link>
	<description>Developing web applications, startups, technologies</description>
	<lastBuildDate>Tue, 21 Jun 2011 13:45:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Unlimited products in stock in osCommerce</title>
		<link>http://klalex.com/2009/04/unlimited-products-in-stock-in-oscommerce/</link>
		<comments>http://klalex.com/2009/04/unlimited-products-in-stock-in-oscommerce/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 00:44:55 +0000</pubDate>
		<dc:creator>klalex</dc:creator>
				<category><![CDATA[osCommerce]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[unlimited number of products]]></category>

		<guid isPermaLink="false">http://klalex.com/?p=34</guid>
		<description><![CDATA[Strange that this option isn&#8217;t available in osCommerce. Maybe I missed something but there is only ability to set number of products in admin &#8211; no option to set it for unlimited number. What if I sell service? It&#8217;s definitely unlimited (well until I&#8217;ll be in business). Of course, the easiest way will be run [...]]]></description>
			<content:encoded><![CDATA[<p>Strange that this option isn&#8217;t available in osCommerce. Maybe I missed something but there is only ability to set number of products in admin &#8211; no option to set it for unlimited number. What if I sell service? It&#8217;s definitely unlimited (well until I&#8217;ll be in business).</p>
<p>Of course, the easiest way will be run something like this:</p>
<div class="codesnip-container" >
<div class="sql codesnip" style="font-family:monospace;"><span class="kw1">UPDATE</span> products <span class="kw1">SET</span> products_quantity <span class="sy0">=</span> <span class="nu0">1000000000</span></div>
</div>
<p>But I&#8217;m not happy with this solution. Will spend some time tomorrow investigating it.</p>
]]></content:encoded>
			<wfw:commentRss>http://klalex.com/2009/04/unlimited-products-in-stock-in-oscommerce/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

