<?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="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>SalesCart Forums : Skip Shipping Doesn’t Work!</title>
  <link>http://forum.salescart.com/forum/</link>
  <description><![CDATA[This is an XML content feed of; SalesCart Forums : SalesCart Standard / PRO / SQL : Skip Shipping Doesn’t Work!]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 10 Apr 2026 13:44:12 +0000</pubDate>
  <lastBuildDate>Fri, 09 Jul 2004 11:46:33 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.salescart.com/forum/RSS_post_feed.asp?TID=120</WebWizForums:feedURL>
  <image>
   <title><![CDATA[SalesCart Forums]]></title>
   <url>http://forum.salescart.com/forum/forum_images/web_wiz_forums.png</url>
   <link>http://forum.salescart.com/forum/</link>
  </image>
  <item>
   <title><![CDATA[Skip Shipping Doesn’t Work! : SalesCart PRO/SQL already has...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=120&amp;PID=506&amp;title=skip-shipping-doesnt-work#506</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=4">Techno Geek</a><br /><strong>Subject:</strong> 120<br /><strong>Posted:</strong> July/09/04 at 11:46am<br /><br />SalesCart PRO/SQL already has this feature working. There are no bugs with this feature. If you're having issues please restore the pages to the original version, and then test it out. ]]>
   </description>
   <pubDate>Fri, 09 Jul 2004 11:46:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=120&amp;PID=506&amp;title=skip-shipping-doesnt-work#506</guid>
  </item> 
  <item>
   <title><![CDATA[Skip Shipping Doesn’t Work! : Hi Will,  I&amp;#039;m trying to build...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=120&amp;PID=493&amp;title=skip-shipping-doesnt-work#493</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=62">mrproducer</a><br /><strong>Subject:</strong> 120<br /><strong>Posted:</strong> July/02/04 at 11:40am<br /><br />Hi Will,<br /><br />I'm trying to build a cart for my web design.<br /><br />so <u>I wish to skip the entire shipping sections from the checkout.</u><br /><br />I wish to do, exactly what your product description says it will do:<br /><br />Disabled Shipping From The Checkout System <br />Remove Shipping from Checkout With click of a button, you can remove the entire shipping section and related shipping questions from the SalesCart checkout process. Great for Service-based businesses where there is no shipping. <br /><br />I entered the code you mentioned above.<br />It only skipped the shipping method page (shipping2.asp), it still goes to details1.asp first, which specifically asks for shipping info.<br /><br />Is it not possible to skip the shipping questions as stated in your product description?<br /><br />It seems ridiculous to go to the details1.asp page, asking for "shipping info", then go to payment page asking the same questions again, eventhough they might automatically be filled out.<br /><br />A service check out should be:<br /><br />viewcart/payment info/ confirmation/ receipt<br /><br />Not:<br />viewcart/ shipping info/ payment info/ confirmation/ receipt<br /><br /><br />can this be done?<br /><br /><br /><br /><br />]]>
   </description>
   <pubDate>Fri, 02 Jul 2004 11:40:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=120&amp;PID=493&amp;title=skip-shipping-doesnt-work#493</guid>
  </item> 
  <item>
   <title><![CDATA[Skip Shipping Doesn’t Work! : Maybe I misunderstood. Do you...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=120&amp;PID=463&amp;title=skip-shipping-doesnt-work#463</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=4">Techno Geek</a><br /><strong>Subject:</strong> 120<br /><strong>Posted:</strong> June/22/04 at 9:03am<br /><br />Maybe I misunderstood. Do you want to skip details1.asp or the shipping page? Did you check the form action on details1.asp to see where it is submitting to? <br /><br />One thing you can do in shipping1.asp is to check whether the session has the ChkShipping variable enabled or disabled. You can this by adding the following:<br /><br />Response.write(Session("ChkShipping"))<br />Response.end<br /><br />Right after:<br />Session("computeship")=computeship(0)]]>
   </description>
   <pubDate>Tue, 22 Jun 2004 09:03:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=120&amp;PID=463&amp;title=skip-shipping-doesnt-work#463</guid>
  </item> 
  <item>
   <title><![CDATA[Skip Shipping Doesn’t Work! : Hi Will, Thanks for the reply.  Yes,...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=120&amp;PID=456&amp;title=skip-shipping-doesnt-work#456</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=62">mrproducer</a><br /><strong>Subject:</strong> 120<br /><strong>Posted:</strong> June/17/04 at 7:29pm<br /><br />Hi Will, Thanks for the reply.<br /><br />Yes, your correct.  No matter what I do, I still land on details1.asp.<br /><br />I thought to check the global.asa file too.<br />It seems to be set the correct way.<br /><br />The global.asa has the Session("ChkShipping")=1<br /><br />If I change Session ("ChkPayment") = 0,<br />to Session ("ChkPayment") = 1<br /><br />Then the Payment portion is skipped, perfect.<br /><br />However, No matter how the "ChkShipping" is set, it will not skip the shipping.<br /><br />I have tried re-running the wizard, new webs, and i'm at a stand still.<br />any help is much appreciated.<br /><br />Patrick<br />KKI<br /><br /><br /><br />]]>
   </description>
   <pubDate>Thu, 17 Jun 2004 19:29:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=120&amp;PID=456&amp;title=skip-shipping-doesnt-work#456</guid>
  </item> 
  <item>
   <title><![CDATA[Skip Shipping Doesn’t Work! : There isn&amp;#039;t a bug in the...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=120&amp;PID=455&amp;title=skip-shipping-doesnt-work#455</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=4">Techno Geek</a><br /><strong>Subject:</strong> 120<br /><strong>Posted:</strong> June/17/04 at 12:28pm<br /><br />There isn't a bug in the Omit shipping option when I check the bug tracker. <br /><br />From what I understand, the shipping is still visible despite the fact that you've disabled it in the wizard? Did you upload the global.asa file? <br /><br />Take a look at your global.asa file, look for the following variable:<br /><br />Session ("ChkShipping") = 0 is it set to '0' or '1'?]]>
   </description>
   <pubDate>Thu, 17 Jun 2004 12:28:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=120&amp;PID=455&amp;title=skip-shipping-doesnt-work#455</guid>
  </item> 
  <item>
   <title><![CDATA[Skip Shipping Doesn’t Work! : I&amp;#039;m lost, and need help on...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=120&amp;PID=454&amp;title=skip-shipping-doesnt-work#454</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=62">mrproducer</a><br /><strong>Subject:</strong> 120<br /><strong>Posted:</strong> June/16/04 at 8:24pm<br /><br />I'm lost, and need help on this.<br /><br />Running windows XP, frontpage 2002, salescart pro 3.82.<br /><br />Trying to create a very simple website to sell design services, no shipping needed, nor desired, and the skip shipping questions feature does not work.<br /><br />I have re-installed windows, office xp, and salescart and still I get the same results.<br /><br />I run the new web wizard, click to omit shipping questions, and during checkout view1.asp is always followed by details1.asp.<br /><br />Thinking this issue might be caused by the path to security certificate during setup wizard i changed the path to payment1.asp instead of details1.asp<br /><br />This skips the shipping parts, but the cart information is not passed on to the confirmation page.  only blank fields.<br /><br />This is the first cart i have ever used salescart for that skips shipping, so i never noticed this issue.<br /><br />FYI, clicking the omit payment box in the wizard does seem to work without updating ssl checkout path.<br /><br />I have checked knowledge base and all help files, with no results.<br /><br />The wizard, and all product features lead me to believe skipping shipping is easy to do, but it isn't.  This is an error for sure.<br /><br />Is this a problem with SQL? or X?<br /><br />I'm thinking of upgrading, but this has me worried.<br /><br />What am i missing?<br />What can i do?<br />Is this a bug?<br /><br />I can live with everything in the checkout for now, but this is important.<br /><br />This is straight from the salescart website:<br /><br />Disabled Shipping From The Checkout System<br />Remove Shipping from Checkout With click of a button, you can remove the entire shipping section and related shipping questions from the SalesCart checkout process. Great for Service-based businesses where there is no shipping.<br /><br /><br />]]>
   </description>
   <pubDate>Wed, 16 Jun 2004 20:24:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=120&amp;PID=454&amp;title=skip-shipping-doesnt-work#454</guid>
  </item> 
 </channel>
</rss>