<?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>Dave Russell &#187; ecommerce</title>
	<atom:link href="http://daverussell.co.za/wordpress/category/ecommerce/feed/" rel="self" type="application/rss+xml" />
	<link>http://daverussell.co.za/wordpress</link>
	<description>Helping me remember and hopefully helping others at the same time.</description>
	<lastBuildDate>Thu, 14 Apr 2011 07:16:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Making Magento catalog price rules stick.</title>
		<link>http://daverussell.co.za/wordpress/2010/01/21/making-magento-catalog-price-rules-stick/</link>
		<comments>http://daverussell.co.za/wordpress/2010/01/21/making-magento-catalog-price-rules-stick/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 19:20:00 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[ecommerce]]></category>

		<guid isPermaLink="false">http://daverussell.co.za/wordpress/?p=153</guid>
		<description><![CDATA[I am involved in an ecommerce venture that uses magento commerce to manage sales. For months I have been bugged by the fact that catalog price rules do not stick &#8211; you run the rule from the admin system; all looks great on the site; discounts are applied, but a day later the rule has [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignnone" style="width: 473px"><a href="http://www.magentocommerce.com"><img title="Magento" src="http://www.daverussell.co.za/wordpress/wp-content/uploads/magento.jpg" alt="Magento" width="463" height="73" /></a><p class="wp-caption-text">Magento</p></div>
<p>I am involved in an <a title="Creeds, Supe Natural Nutrition" href="http://www.creedsonline.co.za" target="_blank">ecommerce venture</a> that uses <a title="Magento" href="http://www.magentocommerce.com" target="_blank">magento commerce</a> to manage sales. For months I have been bugged by the fact that catalog price rules do not stick &#8211; you run the rule from the admin system; all looks great on the site; discounts are applied, but a day later the rule has stopped working and has to be applied again. Very frustrating and not cool.</p>
<p>The good news is I have eventually found <a href="http://magentoexpert.co.uk/tag/cronphp/" target="_blank">a fix to the problem</a>. Basically you need to update near the bottom of the cron.php file to read as follows:</p>
<div class="codesnip-container" >try {<br />
Mage::getConfig()-&gt;init()-&gt;loadEventObservers(’crontab’);<br />
Mage::app()-&gt;addEventArea(’crontab’);<br />
Mage::dispatchEvent(’default’);<br />
$ob = Mage::getModel(’catalogrule/observer’);<br />
$ob-&gt;dailyCatalogUpdate(&#8220;0 1 * * *&#8221;);</div>
<p>Once this is in place you can browse the cron.php file directly and take a deep sigh of relief.</p>
<p>I am still skeptical whether or not the cron job that I set up is actually going to kick this off automatically. Time will tell. I see though that if it does not work, there <a title="CronLess" href="http://cronless.com" target="_blank">are services out there</a> that will run a page on your site at specified intervals.</p>
<p>Holding thumbs.</p>
]]></content:encoded>
			<wfw:commentRss>http://daverussell.co.za/wordpress/2010/01/21/making-magento-catalog-price-rules-stick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

