<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ProductCart Shopping Cart Software Forums : Database import of items weighing under 1 oz</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Using ProductCart : Database import of items weighing under 1 oz]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 06:58:31 +0000</pubDate>
  <lastBuildDate>Tue, 25 Aug 2009 12:13:36 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.productcart.com/RSS_post_feed.asp?TID=2959</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ProductCart Shopping Cart Software Forums]]></title>
   <url>https://forum.productcart.com/forum_images/pc_logo_50.png</url>
   <link>https://forum.productcart.com/</link>
  </image>
  <item>
   <title><![CDATA[Database import of items weighing under 1 oz :  I ended up running the following...]]></title>
   <link>https://forum.productcart.com/database-import-of-items-weighing-under-1-oz_topic2959_post11135.html#11135</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=659">BrianRoden</a><br /><strong>Subject:</strong> 2959<br /><strong>Posted:</strong> 25-August-2009 at 12:13pm<br /><br /><FONT color=#0000ff size=2><FONT color=#0000ff size=2><DIV>I ended up running the following query after importing the new items:</DIV><DIV>&nbsp;</DIV><DIV>update</FONT></FONT><FONT size=2> products</DIV><DIV></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>set</FONT></FONT><FONT size=2> pcprod_QtyToPound </FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>=</FONT></FONT><FONT size=2> </FONT><FONT color=#ff00ff size=2><FONT color=#ff00ff size=2>floor</FONT></FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>(</FONT></FONT><FONT size=2>16 </FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>/</FONT></FONT><FONT size=2> </FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>(</FONT></FONT><FONT size=2>i</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>.</FONT></FONT><FONT size=2>itemweight</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>*</FONT></FONT><FONT size=2>16</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>))</FONT></FONT></DIV><DIV><FONT color=#0000ff size=2><FONT color=#0000ff size=2>from</FONT></FONT><FONT size=2> products p </FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>inner</FONT></FONT><FONT size=2> </FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>join</FONT></FONT><FONT size=2> saleshist</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>..</FONT></FONT><FONT size=2>laistdp i </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>ON</FONT></FONT><FONT size=2> p</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>.</FONT></FONT><FONT size=2>sku</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>=</FONT></FONT><FONT size=2>i</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>.</FONT></FONT><FONT size=2>ItemNum</FONT></DIV><DIV><FONT color=#0000ff size=2><FONT color=#0000ff size=2>where</FONT></FONT><FONT size=2> </FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>(</FONT></FONT><FONT size=2>i</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>.</FONT></FONT><FONT size=2>itemweight </FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>*</FONT></FONT><FONT size=2> 16</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>)</FONT></FONT><FONT size=2> </FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>&lt;</FONT></FONT><FONT size=2> 1 </FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>and</FONT></FONT><FONT size=2> p</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>.</FONT></FONT><FONT size=2>weight</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>&lt;=</FONT></FONT><FONT size=2>1</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>saleshist..laistdp is a table in another DB on our in-house SQL Server that has product weights and dimensions from our AS/400 warehouse system. We have the ProductCart database on our in-house SQL box, with merge replication to the web server. This lets our warehouse inventory update the local SQL Server nightly, which then replicates in the early a.m. hours to the storefront site.</DIV></FONT>]]>
   </description>
   <pubDate>Tue, 25 Aug 2009 12:13:36 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/database-import-of-items-weighing-under-1-oz_topic2959_post11135.html#11135</guid>
  </item> 
  <item>
   <title><![CDATA[Database import of items weighing under 1 oz : I have the same question as above....]]></title>
   <link>https://forum.productcart.com/database-import-of-items-weighing-under-1-oz_topic2959_post11134.html#11134</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1632">Carebear</a><br /><strong>Subject:</strong> 2959<br /><strong>Posted:</strong> 25-August-2009 at 11:36am<br /><br />I have the same question as above. Anyone have an answer?]]>
   </description>
   <pubDate>Tue, 25 Aug 2009 11:36:12 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/database-import-of-items-weighing-under-1-oz_topic2959_post11134.html#11134</guid>
  </item> 
  <item>
   <title><![CDATA[Database import of items weighing under 1 oz : OK, I found the field pcprod_QtyToPound...]]></title>
   <link>https://forum.productcart.com/database-import-of-items-weighing-under-1-oz_topic2959_post11035.html#11035</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=659">BrianRoden</a><br /><strong>Subject:</strong> 2959<br /><strong>Posted:</strong> 18-August-2009 at 5:26pm<br /><br />OK, I found the field pcprod_QtyToPound referenced in ModifyProduct.asp. But that's not a field that can be specified in the import file. Am I going to need to do an SSIS import job to a temp table that includes the fractional ounce weight, then run an update query like<DIV>&nbsp;</DIV><DIV>UPDATE products </DIV><DIV>SET pcprod_QtyToPound=(16 / othertable.weight)</DIV><DIV>FROM products INNER JOIN othertable ON products.SKU=othertable.SKU</DIV><DIV>&nbsp;</DIV><DIV>?</DIV>]]>
   </description>
   <pubDate>Tue, 18 Aug 2009 17:26:52 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/database-import-of-items-weighing-under-1-oz_topic2959_post11035.html#11035</guid>
  </item> 
  <item>
   <title><![CDATA[Database import of items weighing under 1 oz : We&amp;#039;re getting ready to load...]]></title>
   <link>https://forum.productcart.com/database-import-of-items-weighing-under-1-oz_topic2959_post11009.html#11009</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=659">BrianRoden</a><br /><strong>Subject:</strong> 2959<br /><strong>Posted:</strong> 17-August-2009 at 10:54am<br /><br />We're getting ready to load a bunch of new items to one of our ProductCart sites. These are scrapbooking papers that must be ordered in packs of 25 sheets. Our in-house system handles these as individual sheets sold in multiples of 25. So the weight is for 1 sheet, something like 0.48 ounces.<DIV>&nbsp;</DIV><DIV>We want to load the items using a CSV file of data exported from our inventory system (with the other fields like main image and description filled in by us in the CSV file). However, we had an issue a couple of weeks ago with an item that was .8 ounces, that showed up in ProductCart as 0 ounces (we discovered this when we saw an order with no shipping charged, and it was due to the weight).</DIV><DIV>&nbsp;</DIV><DIV>I know we can use the Control Panel item maintenance to set the weight for items by specifying how many units make up a pound. But we have over 100&nbsp;SKUs that fall into this group of sub-ounce weights, and manually setting weights for all of them via the web interface will take a few hours.</DIV><DIV>&nbsp;</DIV><DIV>Any advice?</DIV>]]>
   </description>
   <pubDate>Mon, 17 Aug 2009 10:54:32 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/database-import-of-items-weighing-under-1-oz_topic2959_post11009.html#11009</guid>
  </item> 
 </channel>
</rss>