#984

stephen
Keymaster

Hi,

I cannot auto. So you can go to Admin >> CMS >> Pages >> Your Homepage >> Tab: Design >> Field: Update Layout XML >> Find and change/remove product_filter_by for that block


<block type="slider/list" name="before.main.topsl.slider.deals">
	<action method="setConfig">
		<name>
			<title>Deals of the day</title>
			<product_order_by>created_at</product_order_by>
			<product_filter_by>deals</product_filter_by>
			<pretext></pretext>
		</name>
	</action>
</block>

Thanks!