

<?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"

			>

	<channel>
		<title>LexiConn News  &#187;  Topic: Option Inventory Uploads with ShopSite Version 10sp2</title>
		<atom:link href="https://support.lexiconn.com/news/forums/topic/option-inventory-uploads-with-shopsite-version-10sp2/feed" rel="self" type="application/rss+xml" />
		<link>https://support.lexiconn.com/news/forums/topic/option-inventory-uploads-with-shopsite-version-10sp2/feed</link>
		<description></description>
		<pubDate>Sun, 05 Apr 2026 20:00:53 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://support.lexiconn.com/news/forums/topic/option-inventory-uploads-with-shopsite-version-10sp2/#post-48743</guid>
					<title><![CDATA[Option Inventory Uploads with ShopSite Version 10sp2]]></title>
					<link>https://support.lexiconn.com/news/forums/topic/option-inventory-uploads-with-shopsite-version-10sp2/#post-48743</link>
					<pubDate>Tue, 20 Jul 2010 17:48:56 +0000</pubDate>
					<dc:creator>Anonymous</dc:creator>

					<description>
						<![CDATA[
						<p>One of the new features in ShopSite 10sp2 is that product options may now have their own SKU and inventory values. ShopSite&#8217;s product upload/download system has been updated to support this new feature and in this tutorial we&#8217;ll detail the changes to the file format and how to update your option inventory using a product upload.</p>
<p>A product upload with option inventory has 2 sections for each product &#8211; a single line for the regular product details then a section following it with that product&#8217;s options.</p>
<p><b>NOTE:</b> The actual files used in the samples below were tab delimited text files. However they have been modified to fixed-width files to line up the fields for display with extra blank lines added for clarity due to word-wrapping of the longer lines.</p>
<p><b>Format Details</b><br />
We&#8217;ll strip the example below down to just the Name, SKU, Product Options, and Option Column Headers fields:</p>
<p>&nbsp;</p>
<pre>#Name       SKU   Product Options  Option Column Headers 
 
 My Product  1234  !menu1           Color|n|            ## 
</pre>
<p>&nbsp;</p>
<p>- The &#8220;Product Options&#8221; field is the header telling the system we are importing advanced product options, and all products will have a value of &#8220;!menu1&#8243; in that column.<br />
- The &#8220;Option Column Headers&#8221; field contains the headers for each option column and our example has a value of &#8220;Color&#8221;. The &#8220;|n|&#8221; will follow each value in the field.<br />
- The product line will end with &#8220;##&#8221;. (No header needed for the &#8220;##&#8221; column.)</p>
<p>Below each product will be it&#8217;s option details:</p>
<p>&nbsp;</p>
<pre>!menu1   menu2   menu3   menu4   use       apptext   sku 
 pricemod weightmod qtyonhand lowstock outofstock image 
 
 Red                              checked            
                                                  none ## 
 
 Blue                             checked            
                                                  none ## 
 !! 
</pre>
<p>&nbsp;</p>
<p>- The header line will start with &#8220;!&#8221; and the &#8220;menu1&#8243;, &#8220;menu2&#8243;, &#8220;menu3&#8243;, &#8220;menu4&#8243; fields are the columns available for product option values. (ex: Size, Color, etc)<br />
- The &#8220;use&#8221; field will have a value of &#8220;checked&#8221; if that field is an available option to the customer.<br />
- &#8220;image&#8221; will have a default value of &#8220;none&#8221; if that option does not have it&#8217;s own image.<br />
- All other fields may be left blank if you are not using them and each option line will end with &#8220;##&#8221;.<br />
- The line below the options will be a single line containing just &#8220;!!&#8221;.</p>
<p>In our sample above, we have 1 column of options (&#8220;menu1&#8243; for our Color section) with 2 options available: Red, Blue</p>
<p><b>Example File</b><br />
The combined data file for this record would look like this:</p>
<p>&nbsp;</p>
<pre>#Name       SKU   Product Options  Option Column Headers 
 
 My Product  1234  !menu1           Color|n|            ## 
 
 !menu1   menu2   menu3   menu4   use       apptext   sku 
 pricemod weightmod qtyonhand lowstock outofstock image 
 
 Red                              checked            
                                                  none ## 
 
 Blue                             checked            
                                                  none ## 
 !! 
</pre>
<p>&nbsp;</p>
<p>We can also add additional product options and control their values with an upload. For example, if we wanted to add 2 more options and set everything to have a Qty on Hand of 5, with low stock and out of stock limits of 0, our file would be:</p>
<p>&nbsp;</p>
<pre>#Name       SKU   Product Options  Option Column Headers 
 My Product  1234  !menu1           Color|n|            ## 
 
 !menu1   menu2   menu3   menu4   use       apptext   sku 
 pricemod weightmod qtyonhand lowstock outofstock image 
 
 Red                              checked            
                    5         0                   none ## 
 
 Blue                             checked            
                    5         0                   none ## 
 
 Yellow                           checked              
                    5         0                   none ## 
 
 Green                            checked              
                    5         0                   none ## 
 !! 
</pre>
<p>&nbsp;</p>
<p>When we upload the file above ShopSite will set the inventory values accordingly and will add a Yellow and Green option to our list.</p>
<p><b>Multiple Option Columns</b></p>
<p>If your product had both a Color and Size option, then you would have both the &#8220;menu1&#8243; and &#8220;menu2&#8243; field filled in with values, along with an extra value in the Option Column Headers field. It would look like this:</p>
<p>&nbsp;</p>
<pre>#Name       SKU   Product Options  Option Column Headers 
 
 My Product  1234  !menu1           Color|n|Size|n|     ## 
 
 !menu1   menu2   menu3   menu4   use       apptext   sku 
 pricemod weightmod qtyonhand lowstock outofstock image 
 
 Red      Small                   checked            
                    5         0                   none ## 
 
 Red      Large                   checked            
                    5         0                   none ## 
 
 Blue     Small                   checked            
                    5         0                   none ## 
 
 Blue     Large                   checked            
                    5         0                   none ## 
 
 Yellow   Small                   checked              
                    5         0                   none ## 
 
 Yellow   Large                   checked              
                    5         0                   none ## 
 
 Green    Small                   checked              
                    5         0                   none ## 
 
 Green    Large                   checked              
                    5         0                   none ## 
 !! 
</pre>
<p>&nbsp;</p>
<p><b>Option Detail Fields:</b><br />
Since this feature is so new ShopSite&#8217;s database fields list does not yet include the details for these new fields, but we&#8217;ll summarize them here:</p>
<p>menu1: First option (ex: size)<br />
menu2: Second option (ex: color)<br />
menu3: Third option<br />
menu4: Frouth option<br />
use: &#8220;checked&#8221; or blank determines if this option is available to the customer<br />
apptext: The value in this field is appended to the option name when displayed to the customer<br />
sku: A SKU specific for this option<br />
pricemod: Used to adjust the product price when this option is selected. (ex: +2.00)<br />
weightmod: Used to adjust the product weight when this option is selected. (:ex +1.00)<br />
qtyonhand: Quantity currently in stock<br />
lowstock: The low stock value for warning messages to the store owner<br />
outofstock: When the stock reaches this value (if inventory tracking is on) it can no longer be ordered<br />
image: The path and filename of this option&#8217;s image if it has one, or &#8220;none&#8221; if it does not have one.</p>
<p><b>Additional References:</b></p>
<p>Database Upload &#8211; Specify Upload File</p>
<p><a href="http://www.shopsite.com/help/10.2/en-US/sc/pro/database.upload.file.html" rel="nofollow">http://www.shopsite.com/help/10.2/en-US/sc/pro/database.upload.file.html</a></p>
<p>Database Upload/Download Fields</p>
<p><a href="http://www.shopsite.com/help/10.2/en-US/sc/pro/upload.fields.html" rel="nofollow">http://www.shopsite.com/help/10.2/en-US/sc/pro/upload.fields.html</a></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

