<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1000673" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1000673</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/need-help-web-store-script-i-cant-find-problem#comment-1002916</link>
    <description> &lt;p&gt;Summer,&lt;/p&gt;
&lt;p&gt;If you enclose your urls in tags like this [ url ] [ /url ], without the spaces, it will make it a clickable link.&lt;/p&gt;
 </description>
     <pubDate>Mon, 14 Jun 1999 03:14:00 +0000</pubDate>
 <dc:creator>cds</dc:creator>
 <guid isPermaLink="false">comment 1002916 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/need-help-web-store-script-i-cant-find-problem#comment-1002914</link>
    <description> &lt;p&gt;The syntax I use for images instead of buttons is as follows:&lt;br /&gt;
&amp;lt;INPUT TYPE=&amp;quot;image&amp;quot; SRC=&amp;quot;images/submit.gif&amp;quot; NAME=&amp;quot;w&amp;quot; height=x width=y ALT=&amp;quot;z&amp;quot; border=0&amp;gt;&lt;br /&gt;
You use:&lt;br /&gt;
&amp;lt;INPUT TYPE = &amp;quot;image&amp;quot; SRC=&amp;quot;../../../../graphics/home.gif&amp;quot; NAME = &amp;quot;return_to_frontpage_button&amp;quot; border=&amp;quot;0&amp;quot; ALT = &amp;quot;Página Principal&amp;quot; WIDTH=&amp;quot;106&amp;quot; HEIGHT=&amp;quot;35&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;A few posible problems:&lt;br /&gt;
- &amp;lt;SRC=&amp;quot;../../../../graphics...&amp;gt; might be an error here, try puting the images in the same dir.&lt;/p&gt;
&lt;p&gt;- &amp;lt;= &amp;quot;return_to_frontpage_button&amp;quot; &amp;gt;&lt;br /&gt;
see gap after equals character, should not be there.&lt;/p&gt;
&lt;p&gt;- &amp;lt;ALT = &amp;quot;Página Principal&amp;quot;&amp;gt; dito.&lt;/p&gt;
&lt;p&gt;Try fixing those...&lt;br /&gt;
JP&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
The Webmaster Promotion and Resource Center.&lt;br /&gt;
&lt;a href=&quot;http://www.what-next.com&quot; class=&quot;bb-url&quot;&gt;http://www.what-next.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 14 Jun 1999 02:59:00 +0000</pubDate>
 <dc:creator>JP Stones</dc:creator>
 <guid isPermaLink="false">comment 1002914 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/need-help-web-store-script-i-cant-find-problem#comment-1002913</link>
    <description> &lt;p&gt;I feel so stupid, but I finally got the page sort of working again...I was closing the form with product information before the submit buttons (hitting self on head)...and the secure server is not working (about to have fun with SP on that one). &lt;/p&gt;
&lt;p&gt;Now that I have the major problems fixed, I do have two minor, primarily cosmetic problems...&lt;/p&gt;
&lt;p&gt;1) the client wants images besides those ugly grey buttons for the submit buttons, however the scripting that worked on the old server:&lt;br /&gt;
&amp;lt;INPUT TYPE = &amp;quot;image&amp;quot; SRC=&amp;quot;../../../../graphics/home.gif&amp;quot; NAME = &amp;quot;return_to_frontpage_button&amp;quot; border=&amp;quot;0&amp;quot; ALT = &amp;quot;P&amp;aacute;gina Principal&amp;quot; WIDTH=&amp;quot;106&amp;quot; HEIGHT=&amp;quot;35&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;doesn&#039;t work on this one (for somewhat obvious reasons), so what code is needed to get the image to display and still be a submitable button?&lt;/p&gt;
&lt;p&gt;2) Once an item is added to the cart the thank you message is repeated a gazillion times on the page...basically everywhere the &amp;lt;Form action=web_store.cgi method=post&amp;gt; appears...how can I stop this or is there a place in the code that tells it where to place the thank you message that I need to look for and make sure is pointing to the correct place?&lt;/p&gt;
&lt;p&gt;Thanks guys...oh and BTW, thats actually Portuguese, not Spanish =)&lt;/p&gt;
&lt;p&gt;To bypass all the other pages, and go straight into the store, use &lt;a href=&quot;http://www.playhouseinternational.com/cgi_bin/web_store/web_store.cgi&quot; title=&quot;http://www.playhouseinternational.com/cgi_bin/web_store/web_store.cgi&quot;&gt;http://www.playhouseinternational.com/cgi_bin/web_store/web_store.cgi&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
Summer S. Wilson&lt;br /&gt;
&lt;a href=&quot;http://www.eclectic-mall.com&quot; title=&quot;http://www.eclectic-mall.com&quot;&gt;http://www.eclectic-mall.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 13 Jun 1999 21:14:00 +0000</pubDate>
 <dc:creator>Collectonian</dc:creator>
 <guid isPermaLink="false">comment 1002913 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/need-help-web-store-script-i-cant-find-problem#comment-1002915</link>
    <description> &lt;p&gt;I think I wrote that wrong, what I meant was that the code gives the images works, but the buttons will not submit using them. How can I use both different images while still having functional buttons?&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
Summer S. Wilson&lt;br /&gt;
&lt;a href=&quot;http://www.eclectic-mall.com&quot; title=&quot;http://www.eclectic-mall.com&quot;&gt;http://www.eclectic-mall.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 13 Jun 1999 20:32:00 +0000</pubDate>
 <dc:creator>Collectonian</dc:creator>
 <guid isPermaLink="false">comment 1002915 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/need-help-web-store-script-i-cant-find-problem#comment-1002912</link>
    <description> &lt;p&gt;Whoaaa!!! It may be in Spanish, but the language barrier is not a problem!&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Could you give us a url direct to one of the catalog pages, without having to fight the frames.&lt;br /&gt;
----------&lt;br /&gt;
Dan&lt;br /&gt;
&lt;a href=&quot;http://cds-computers.com&quot; class=&quot;bb-url&quot;&gt;http://cds-computers.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 12 Jun 1999 03:29:00 +0000</pubDate>
 <dc:creator>cds</dc:creator>
 <guid isPermaLink="false">comment 1002912 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/need-help-web-store-script-i-cant-find-problem#comment-1002911</link>
    <description> &lt;p&gt;Summer,&lt;br /&gt;
Don&#039;t know if this is your problem, but ran across this once on another cart script. On your html pages, check your &amp;quot;&amp;lt;input=&amp;quot; tags. Sometimes if using wysiwyg editors, they have a tendency to change things around, especially if copying and pasting. In the example below, the &amp;quot;item&amp;quot; had got changed to &amp;quot;hidden&amp;quot; and the script did exactly what yours is doing, would say item had been added, but there was nothing in the cart.&lt;/p&gt;
&lt;p&gt;&amp;lt;INPUT TYPE=&amp;quot;hidden&amp;quot; NAME=&amp;quot;item&amp;quot; ITEM=&amp;quot;whatever&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;Without seeing the script, that&#039;s my shot in the dark of something to look at.&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
Dan&lt;br /&gt;
&lt;a href=&quot;http://cds-computers.com&quot; class=&quot;bb-url&quot;&gt;http://cds-computers.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 12 Jun 1999 03:04:00 +0000</pubDate>
 <dc:creator>cds</dc:creator>
 <guid isPermaLink="false">comment 1002911 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/need-help-web-store-script-i-cant-find-problem#comment-1002910</link>
    <description> &lt;p&gt;Thanks...actually I set all the permissions back again to the manual specs...didn&#039;t do more than get the store front running. The URL is &lt;a href=&quot;http://www.playhouseinternational.com&quot; title=&quot;http://www.playhouseinternational.com&quot;&gt;http://www.playhouseinternational.com&lt;/a&gt; but please be notified that its an adult site, but not pornography. Thakns in advance fro any help you can provide...and my hair will thank you more =)&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
Summer S. Wilson&lt;br /&gt;
&lt;a href=&quot;http://www.eclectic-mall.com&quot; title=&quot;http://www.eclectic-mall.com&quot;&gt;http://www.eclectic-mall.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 12 Jun 1999 02:35:00 +0000</pubDate>
 <dc:creator>Collectonian</dc:creator>
 <guid isPermaLink="false">comment 1002910 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/need-help-web-store-script-i-cant-find-problem#comment-1002909</link>
    <description> &lt;p&gt;leave your hair alone, looks better when you got a date &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;br /&gt;
this adding-thing seems to be a permission-problem, but i sure think one my dear friends here in the forum knows this script already, since i write anything myself (but should better learn something bout the most popular scripts soon)&lt;br /&gt;
could you post the url to this shopping-cart please, so i can have a look at it?&lt;br /&gt;
cu&lt;br /&gt;
patrick&lt;/p&gt;
 </description>
     <pubDate>Fri, 11 Jun 1999 20:19:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1002909 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
