<h2>Random Price appearing on catalog items - OnLoad</h2><br/><div style="overflow-x:auto"><article><div ><h3 >Issue </h3><section><ul><li> Random prices appear for catalog items OnLoad.<br /><br /></li></ul></section></div><div ><h3 >Release</h3><section><ul><li>Quebec</li></ul></section></div><div ><h3 >Cause</h3><section><ul><li>The "Include None" option in the lookup Select Box Variable type was not selected that was called in the Catalog Client Script.</li></ul></section></div><div ><h3 >Resolution</h3><section><ul><li>In the Catalog Client Script: The code contains, g_form.clearValue('vendor_price_lookup');</li><li>The vendor_price_lookup is a Lookup Select box without the "Include None" option.</li><li>If we clear the value of this Lookup Select box (which was defaulted to undefined) since there is no `none` option the Lookup Select would select the first choice. In this case, the first choice selected has some price and hence the price on the catalog item.</li><li>If select the "Include None" option on the 'Vendor Price Lookup' variable. If a none option is preset clearing value onLookup Select will select none. <br /><br /><br /></li></ul></section></div></article></div>