<?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 : Batching image advice,</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Using ProductCart : Batching image advice,]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 16:23:00 +0000</pubDate>
  <lastBuildDate>Tue, 05 Feb 2013 13:21:54 +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=5482</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[Batching image advice, : Hi Chris,Yes, the data must exist...]]></title>
   <link>https://forum.productcart.com/batching-image-advice_topic5482_post20906.html#20906</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 5482<br /><strong>Posted:</strong> 05-February-2013 at 1:21pm<br /><br />Hi Chris,<div><br></div><div>Yes, the data must exist in the database before an image can be matched to it.</div><div><br></div><div>However, if necessary, the orphaned image clean-up tool could easily be adapted to find images for which there are product record matches, but currently don't have images assigned to them. It would be more difficult to handle alternate/additional product view and apparel sub-product images this way, though.</div>]]>
   </description>
   <pubDate>Tue, 05 Feb 2013 13:21:54 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/batching-image-advice_topic5482_post20906.html#20906</guid>
  </item> 
  <item>
   <title><![CDATA[Batching image advice, : Yeah that sounds good. do the...]]></title>
   <link>https://forum.productcart.com/batching-image-advice_topic5482_post20903.html#20903</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2924">Chris Hadden</a><br /><strong>Subject:</strong> 5482<br /><strong>Posted:</strong> 05-February-2013 at 8:55am<br /><br />Yeah that sounds good.&nbsp; do the products have to be in place first?&nbsp; or would I get all the photos up then import products? Does it matter which is first?&nbsp; Let me know sounds like the batch image processor is what I was looking for. <br>]]>
   </description>
   <pubDate>Tue, 05 Feb 2013 08:55:09 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/batching-image-advice_topic5482_post20903.html#20903</guid>
  </item> 
  <item>
   <title><![CDATA[Batching image advice, : Hi Chris,Yes, it does.I need to...]]></title>
   <link>https://forum.productcart.com/batching-image-advice_topic5482_post20899.html#20899</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 5482<br /><strong>Posted:</strong> 04-February-2013 at 10:22pm<br /><br />Hi Chris,<div><br></div><div>Yes, it does.&nbsp;</div><div><br></div><div>I need to add a nice bulleted list of features to our write up.</div><div><br></div><div>Here's how it works:</div><div><br></div><div>Based on the file naming convention SKU.jpg -- for the largest image -- the processor runs through the batch of images you've uploaded to a temporary folder and resizes the detail, general and thumbnail images according to the settings you've set (complete with lossy control if the server is running ASPJpeg), stores each image in a sub-directory of the /pc/catalog/ directory (i.e. /detail/, /general/, /thumb/) and then uses the file name to find the product record in the database and updates the file location fields. It them deletes all of the temporary files.</div><div><br></div><div>So, you don't even need to include that info on your spreadsheet imports.</div><div><br></div><div>It even supports alternate images/additional product views (simply use the file naming convention SKU-alt1.jpg, SKU-alt2.jpg, etc) and sub-product images for Apparel add-on stores (generating just one "color/pattern" image for each size option group).</div><div><br></div><div>It also includes two file clean-up features: when you delete/remove a product from the category, it deletes the product images from the server; or there's an orphaned images feature that finds all images for which there is no current product SKU and moves them to a temporary folder you can download for review.</div><div><br></div><div>Depending on the size of the original images uploaded, it can crank through hundreds of images at a time.</div><div><br></div><div>It only has one feature limitation that has come up (if one doesn't count naming product images by their SKU, which is generally a best practice anyways): If one uses the same image redundantly for various SKU's, runs into the core issue of using the file names to find products in the database (or, on the other side if the delete images option were installed, it would delete the image shared by multiple products if one where deleted). This is easily worked about, though.</div><div><br></div><div>Hope that all makes sense. I certainly see that our description is due for an overhaul/update.</div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Mon, 04 Feb 2013 22:22:42 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/batching-image-advice_topic5482_post20899.html#20899</guid>
  </item> 
  <item>
   <title><![CDATA[Batching image advice, : well that sounds good but does...]]></title>
   <link>https://forum.productcart.com/batching-image-advice_topic5482_post20898.html#20898</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2924">Chris Hadden</a><br /><strong>Subject:</strong> 5482<br /><strong>Posted:</strong> 04-February-2013 at 9:00pm<br /><br />well that sounds good but does that solve the problem of tying and images to individual products? If I am importing my products how do I quickly create the image path for each individual product.&nbsp; For example I exported a csv and the&nbsp; image path&nbsp; was 957R_1187_general.jpg&nbsp; in the column for that product. I am just unsure whether I have to name them in this format to get them to work and how to generate a list of all the images that can then be pasted into excel....I have not explored the advice of "WHIZZINPC" above. Maybe that would work.<br>]]>
   </description>
   <pubDate>Mon, 04 Feb 2013 21:00:18 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/batching-image-advice_topic5482_post20898.html#20898</guid>
  </item> 
  <item>
   <title><![CDATA[Batching image advice, : Hi Chris,It does sound like our...]]></title>
   <link>https://forum.productcart.com/batching-image-advice_topic5482_post20892.html#20892</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 5482<br /><strong>Posted:</strong> 04-February-2013 at 8:27pm<br /><br />Hi Chris,<div><br></div><div>It does sound like our batch images processor is the right fit for you.</div><div><br></div><div>It works like this:</div><div><ul><li>Name your largest product image by it's SKU.jpg (which you say you have done)</li><li>FTP those up.</li><li>Push the process button (assuming you have the settings they way you want them). It does everything else for you.</li></ul><div>That's the fundamental functionality. There are other features too.</div></div><div><br></div><div>Does this sound like the solution for you?</div>]]>
   </description>
   <pubDate>Mon, 04 Feb 2013 20:27:26 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/batching-image-advice_topic5482_post20892.html#20892</guid>
  </item> 
  <item>
   <title><![CDATA[Batching image advice, :  You can put them all in a directory...]]></title>
   <link>https://forum.productcart.com/batching-image-advice_topic5482_post20891.html#20891</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=89">whizzinpc</a><br /><strong>Subject:</strong> 5482<br /><strong>Posted:</strong> 04-February-2013 at 7:39pm<br /><br />You can put them all in a directory and transfer all the filenames to a text file. Doing a google search brings up instructions how to...&nbsp;<a href="https://www.google.com/search?q=filename+to+text&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a" target="_blank" rel="nofollow">https://www.google.com/search?q=filename+to+text&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a</a><span style="font-size:10px"><br /><br />Edited by whizzinpc - 04-February-2013 at 7:40pm</span>]]>
   </description>
   <pubDate>Mon, 04 Feb 2013 19:39:43 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/batching-image-advice_topic5482_post20891.html#20891</guid>
  </item> 
  <item>
   <title><![CDATA[Batching image advice, : On the import/export spread sheet,...]]></title>
   <link>https://forum.productcart.com/batching-image-advice_topic5482_post20890.html#20890</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2924">Chris Hadden</a><br /><strong>Subject:</strong> 5482<br /><strong>Posted:</strong> 04-February-2013 at 10:18am<br /><br />On the import/export spread sheet, there&nbsp; are 3 columns for image location on the import/export. The problem is each product image has a different name.&nbsp; Any advice on how these columns can be filled in correctly without manually going through the 3 columns to put in the individual skew?<br><br>]]>
   </description>
   <pubDate>Mon, 04 Feb 2013 10:18:09 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/batching-image-advice_topic5482_post20890.html#20890</guid>
  </item> 
  <item>
   <title><![CDATA[Batching image advice, : ProductCart has a batch import/export...]]></title>
   <link>https://forum.productcart.com/batching-image-advice_topic5482_post20887.html#20887</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1159">Brett</a><br /><strong>Subject:</strong> 5482<br /><strong>Posted:</strong> 03-February-2013 at 9:26pm<br /><br />ProductCart has a batch import/export function for products. I believe it allows you to set the image location. You could probably export all of your products, upload all of the images to your web server via FTP, and then use the exported spreadsheet to point all of the product images to the file location on your web server.]]>
   </description>
   <pubDate>Sun, 03 Feb 2013 21:26:25 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/batching-image-advice_topic5482_post20887.html#20887</guid>
  </item> 
  <item>
   <title><![CDATA[Batching image advice, : I am working on moving my current...]]></title>
   <link>https://forum.productcart.com/batching-image-advice_topic5482_post20884.html#20884</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2924">Chris Hadden</a><br /><strong>Subject:</strong> 5482<br /><strong>Posted:</strong> 01-February-2013 at 7:09pm<br /><br />I am working on moving my current website to product cart. I'd like to here comments on how to best approach uploading my images and tying them to the product. I have all my images labeled with my skew#.&nbsp; I could also bring over all the thumb images I have although they are not quite same size as recommended for product cart and they are named differently then they are named by product cart.<br><br>&nbsp;&nbsp;&nbsp; So it looks like I could use a batch image program, I see there is at least one add on from a product cart developer.&nbsp; I could just use a re-sizer and then ftp them up there? There are probably 2000 product images, so if there are 3 different sizes we have a total of 6000 if I resize and ftp.<br><br>&nbsp;&nbsp; Beyond getting the images up, is there easy way to tie them to the product? Today I imported some products successfully, that looks like it will work, but the image path that has to be entered in the .csv file is different for each line item. Which involves manually entering. Is there a way to get the path to generated correctly automatically? <br><br>I am sure lots of people out there have gone through this already I would like to here from them.<br><br>Thanks<br>]]>
   </description>
   <pubDate>Fri, 01 Feb 2013 19:09:13 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/batching-image-advice_topic5482_post20884.html#20884</guid>
  </item> 
 </channel>
</rss>