<?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 : Comments under picture closeup</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Suggestions : Comments under picture closeup]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 18:56:57 +0000</pubDate>
  <lastBuildDate>Fri, 13 Jun 2008 12:42:57 +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=1703</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[Comments under picture closeup : I don&amp;#039;t really need any image...]]></title>
   <link>https://forum.productcart.com/comments-under-picture-closeup_topic1703_post5517.html#5517</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=4">katharina</a><br /><strong>Subject:</strong> 1703<br /><strong>Posted:</strong> 13-June-2008 at 12:42pm<br /><br />I don't really need any image protection, but I can see an artist using this for his/her protection.&nbsp; Most of our images are from the manufacturer or we have taken some with the digital cam.&nbsp; I don't worry about anyone copying them.&nbsp; Plus some of our retailers like to download them to use with there catalog or whatever. &nbsp; Watermarks are a good idea for those that care about their images.&nbsp; You still see the watermark, and I have seen other sites putting their URL over the images.&nbsp; This can sometimes distract from the product.&nbsp; There are tools that put some code into the image itself and allow the track down of the image.&nbsp; They do cost money and their protection is limited when it comes to countries.&nbsp; I personally think most retailers do not care to much about their images.&nbsp; As an artist I would opt for the watermark only approach.&nbsp; For me I like the copyright idea on any page that comes up, even if it is only an enlargement page.&nbsp; I may add our contact info to it.<br>Katharina<br>]]>
   </description>
   <pubDate>Fri, 13 Jun 2008 12:42:57 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/comments-under-picture-closeup_topic1703_post5517.html#5517</guid>
  </item> 
  <item>
   <title><![CDATA[Comments under picture closeup : Hi Katharina, Yes, as you say,...]]></title>
   <link>https://forum.productcart.com/comments-under-picture-closeup_topic1703_post5515.html#5515</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1703<br /><strong>Posted:</strong> 13-June-2008 at 12:32pm<br /><br />Hi Katharina,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Yes, as you say, it would always be the same piece of text - using it as a place for a copyright notice is a pretty good idea.&nbsp; I think for maximum "protection" it's best to "watermark" the images, in a subtle way of course. That way, even if they ignore the text and copy the image they take your copyright notice with it :-)&nbsp; <br>There are quite a few tools &amp; techniques for watermarking batches of images to make the process fairly aggravation free &amp; speedy.&nbsp;<br>]]>
   </description>
   <pubDate>Fri, 13 Jun 2008 12:32:00 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/comments-under-picture-closeup_topic1703_post5515.html#5515</guid>
  </item> 
  <item>
   <title><![CDATA[Comments under picture closeup : Not a bad idea, but it would apply...]]></title>
   <link>https://forum.productcart.com/comments-under-picture-closeup_topic1703_post5513.html#5513</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=4">katharina</a><br /><strong>Subject:</strong> 1703<br /><strong>Posted:</strong> 13-June-2008 at 12:17pm<br /><br />Not a bad idea, but it would apply the same text to all products.&nbsp; I may use this suggestion to add a copyright line to the large images.<br>Katharina<br>]]>
   </description>
   <pubDate>Fri, 13 Jun 2008 12:17:38 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/comments-under-picture-closeup_topic1703_post5513.html#5513</guid>
  </item> 
  <item>
   <title><![CDATA[Comments under picture closeup : I forgot to put the very easiest...]]></title>
   <link>https://forum.productcart.com/comments-under-picture-closeup_topic1703_post5512.html#5512</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1703<br /><strong>Posted:</strong> 13-June-2008 at 12:14pm<br /><br />I forgot to put the very easiest way of adding some text below the picture.<br>If your happy to go with a hard coded piece of text such as "For illustration purposes only!"...&nbsp;&nbsp; Then look for :-<br><br>sub Pcs_ProductImage <br><br>in pc/viewPrdCode.asp&nbsp; and/or (for the BTO pages) pc/configurePrdCode.asp <br><br>Within that look for :-<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;% end if %&gt;<br>&nbsp;&nbsp;&nbsp; &lt;%<br>&nbsp;&nbsp;&nbsp; else<br>&nbsp;&nbsp;&nbsp; '// B)&nbsp; The image DOES NOT exist (show no_image.gif)<br>&nbsp;&nbsp;&nbsp; %&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br><br>and add lines like the following ones in <b>bold.</b><br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;% end if %&gt;<br>&nbsp;<b>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;%&nbsp; ' <i>My_Change_Identifier</i> - Added line of text below the picture. %&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;tr&gt;&lt;td&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; For illustration purposes only !</b><br><b>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/td&gt;&lt;/tr&gt;</b><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &lt;%<br>&nbsp;&nbsp;&nbsp; else<br>&nbsp;&nbsp;&nbsp; '// B)&nbsp; The image DOES NOT exist (show no_image.gif)<br>&nbsp;&nbsp;&nbsp; %&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br><br><br><br>]]>
   </description>
   <pubDate>Fri, 13 Jun 2008 12:14:31 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/comments-under-picture-closeup_topic1703_post5512.html#5512</guid>
  </item> 
  <item>
   <title><![CDATA[Comments under picture closeup : I&amp;#039;ve looked into this further...]]></title>
   <link>https://forum.productcart.com/comments-under-picture-closeup_topic1703_post5505.html#5505</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1703<br /><strong>Posted:</strong> 12-June-2008 at 4:40pm<br /><br />I've looked into this further and there are several options.<br><br>Easiest by far, if there are only a <u>few cases</u>, is to have the words on the picture - you can make it LOOK as if they are not part of the picture by extending the picture downwards, with a strip of your background color at the bottom and the text in that strip. <br>If you upload the image sizes individually you could have the text on just one version of the picture if you so choose.<br><br>Another option is customisation of product cart &amp; there are two approaches that spring to mind.<br><br>Cleanest :- Add fields to the database to hold the text and then amend the relevant admin and pc files to capture / display that text.<br><br>Cludgier (quite a bit) :- Leave the DB alone &amp; add the text with a suitable "split" marker such as "|" to the fields that hold the images. This "solution" avoids DB changes but requires careful checking of which asp files will need amending &amp; it will be in the&nbsp; region of 90 files that will&nbsp; need investigating. - This obviously then leads to a maintenace task when applying future upgrades as well . <br><br>Last, but not least, put in an enhancement request to Early Impact&nbsp; - it may already be on their list, although you may have to wait quite a while&nbsp; for it to bubble up through the list of priorities.<br><br>Anyone got any other thoughts / approaches? <br>]]>
   </description>
   <pubDate>Thu, 12 Jun 2008 16:40:43 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/comments-under-picture-closeup_topic1703_post5505.html#5505</guid>
  </item> 
  <item>
   <title><![CDATA[Comments under picture closeup : We have been doing that too, just...]]></title>
   <link>https://forum.productcart.com/comments-under-picture-closeup_topic1703_post5503.html#5503</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=4">katharina</a><br /><strong>Subject:</strong> 1703<br /><strong>Posted:</strong> 12-June-2008 at 1:49pm<br /><br />We have been doing that too, just to make sure.&nbsp; Next you would get some customer calling and saying "But it was in the picture". &nbsp;&nbsp; In one case we really had to put it onto the picture, because of a customer who cannot read the description.&nbsp; It is amazing how many only picture shop and never read the "small print" even if you have it blink, in red, and oversized in text.&nbsp; You can see an example of that at:<br>http://www.germanplaza.com/productcart/pc/viewPrd.asp?idcategory=444&amp;idproduct=2897<br>Katharina<br>]]>
   </description>
   <pubDate>Thu, 12 Jun 2008 13:49:23 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/comments-under-picture-closeup_topic1703_post5503.html#5503</guid>
  </item> 
  <item>
   <title><![CDATA[Comments under picture closeup : It would save us from having to...]]></title>
   <link>https://forum.productcart.com/comments-under-picture-closeup_topic1703_post5501.html#5501</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=631">Espressotec</a><br /><strong>Subject:</strong> 1703<br /><strong>Posted:</strong> 12-June-2008 at 1:30pm<br /><br />It would save us from having to writting over the pictures]]>
   </description>
   <pubDate>Thu, 12 Jun 2008 13:30:38 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/comments-under-picture-closeup_topic1703_post5501.html#5501</guid>
  </item> 
  <item>
   <title><![CDATA[Comments under picture closeup : For each product you have &amp;#034;standard&amp;#034;...]]></title>
   <link>https://forum.productcart.com/comments-under-picture-closeup_topic1703_post5476.html#5476</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=4">katharina</a><br /><strong>Subject:</strong> 1703<br /><strong>Posted:</strong> 10-June-2008 at 9:59pm<br /><br />For each product you have "standard" 3 images.&nbsp; The thumbnail (small) for the listing of products, the regular (medium) one shown to the right on the products detail page, and the one pop-up (large) shown when you click under the image shown on the right side.<br><br>A message under the closeup that opens in the new window would be great.&nbsp; Same for the additional image closeup.<br><br>Katharina &nbsp;]]>
   </description>
   <pubDate>Tue, 10 Jun 2008 21:59:50 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/comments-under-picture-closeup_topic1703_post5476.html#5476</guid>
  </item> 
  <item>
   <title><![CDATA[Comments under picture closeup : Hi Katherina, Which one do you...]]></title>
   <link>https://forum.productcart.com/comments-under-picture-closeup_topic1703_post5474.html#5474</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1703<br /><strong>Posted:</strong> 10-June-2008 at 3:56pm<br /><br />Hi Katherina,<br>&nbsp;&nbsp; Which one do you mean by "image closeup"<br>]]>
   </description>
   <pubDate>Tue, 10 Jun 2008 15:56:04 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/comments-under-picture-closeup_topic1703_post5474.html#5474</guid>
  </item> 
  <item>
   <title><![CDATA[Comments under picture closeup : I would be nice if a small text...]]></title>
   <link>https://forum.productcart.com/comments-under-picture-closeup_topic1703_post5470.html#5470</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=4">katharina</a><br /><strong>Subject:</strong> 1703<br /><strong>Posted:</strong> 10-June-2008 at 11:24am<br /><br />I would be nice if a small text block can be added to the image closeup.&nbsp; Things like "table not included in sale", "shown only in red option" or what ever can be added.&nbsp; I certainly don't need it for every item, but sometimes it would be nice to have the comment option so I do not have to put it into the product description.<br>Katharina<br>]]>
   </description>
   <pubDate>Tue, 10 Jun 2008 11:24:36 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/comments-under-picture-closeup_topic1703_post5470.html#5470</guid>
  </item> 
 </channel>
</rss>