<?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 : Dialog Box</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Dialog Box]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 07:51:23 +0000</pubDate>
  <lastBuildDate>Mon, 31 Jan 2011 23:43:20 +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=4270</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[Dialog Box : Well, it works, and doesn&amp;#039;t...]]></title>
   <link>https://forum.productcart.com/dialog-box_topic4270_post16725.html#16725</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1542">joshs</a><br /><strong>Subject:</strong> 4270<br /><strong>Posted:</strong> 31-January-2011 at 11:43pm<br /><br />Well, it works, and doesn't work.  IE doesn't like it. At least IE 8. Humm.]]>
   </description>
   <pubDate>Mon, 31 Jan 2011 23:43:20 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/dialog-box_topic4270_post16725.html#16725</guid>
  </item> 
  <item>
   <title><![CDATA[Dialog Box : That did it. Thanks. I was about...]]></title>
   <link>https://forum.productcart.com/dialog-box_topic4270_post16658.html#16658</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1542">joshs</a><br /><strong>Subject:</strong> 4270<br /><strong>Posted:</strong> 26-January-2011 at 2:47pm<br /><br />That did it. Thanks.<br />I was about to try that then I got frustrated and decided to ask.]]>
   </description>
   <pubDate>Wed, 26 Jan 2011 14:47:41 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/dialog-box_topic4270_post16658.html#16658</guid>
  </item> 
  <item>
   <title><![CDATA[Dialog Box : That appears to be the issue....]]></title>
   <link>https://forum.productcart.com/dialog-box_topic4270_post16657.html#16657</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1159">Brett</a><br /><strong>Subject:</strong> 4270<br /><strong>Posted:</strong> 26-January-2011 at 2:43pm<br /><br />That appears to be the issue. If you view source on onepagecheckout.asp you'll notice that none of the shipping stuff shows up. Maybe the shipping info is loaded into an iframe and therefore the javascript on one page cannot communicate with the other page. That would be my best guess.]]>
   </description>
   <pubDate>Wed, 26 Jan 2011 14:43:45 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/dialog-box_topic4270_post16657.html#16657</guid>
  </item> 
  <item>
   <title><![CDATA[Dialog Box : Just to help me understand better....]]></title>
   <link>https://forum.productcart.com/dialog-box_topic4270_post16656.html#16656</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1542">joshs</a><br /><strong>Subject:</strong> 4270<br /><strong>Posted:</strong> 26-January-2011 at 2:41pm<br /><br />Just to help me understand better.  My jquery was /is identical - but I am guessing that it has to be placed on the opc_chooseshpmnt.asp and not on the onepagecheckjs.asp?<br /><br />Thanks <br />Josh]]>
   </description>
   <pubDate>Wed, 26 Jan 2011 14:41:36 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/dialog-box_topic4270_post16656.html#16656</guid>
  </item> 
  <item>
   <title><![CDATA[Dialog Box : Here&amp;#039;s an edited opc_chooseShpmnt.asp...]]></title>
   <link>https://forum.productcart.com/dialog-box_topic4270_post16655.html#16655</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1159">Brett</a><br /><strong>Subject:</strong> 4270<br /><strong>Posted:</strong> 26-January-2011 at 2:36pm<br /><br />Here's an edited opc_chooseShpmnt.asp which will replace the Shipping Disclaimer with a pop up dialog box as with the terms and conditions:<br /><a href="uploads/1159/opc_chooseShpmnt.zip" target="_blank">opc_chooseShpmnt.zip</a><br /><br />Here is the code that was added:<br /><table width="99%"><tr><td><pre class="BBcode"><br />&lt;script type="text/javascript"&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//SHIPDIALOG<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$('#ViewShippingTerms').click(function(){<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$("#ShippingTermsDialog").dialog('open');<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return ;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;});&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//ENDSHIPDIALOG<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//*Terms Dialog<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$("#ShippingTermsDialog").dialog({<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bgiframe: true,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;autoOpen: false,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width: 450,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;height: 250,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;modal: true<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;});&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&lt;/script&gt;<br />&lt;div id="ShipTermsArea" name="ShipTermsArea"&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;div style="padding:2px;text-align: right;"&gt;&lt;a href="javascript:;" id="ViewShippingTerms"&gt;&lt;%=PC_SHIP_DETAIL_TITLE%&gt;&lt;/a&gt;&lt;/div&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;div id="ShippingTermsDialog" title="&lt;%=PC_SHIP_DETAIL_TITLE%&gt;" style="display:none"&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;div id="ShipTermsMsg"&gt;&lt;%=PC_SHIP_DETAILS%&gt;&lt;/div&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt;<br />&lt;/div&gt;<br /></pre></td></tr></table><br /><br />You might want to change text-align: right to left and change the text size and stuff, but this should accomplish what you're after.]]>
   </description>
   <pubDate>Wed, 26 Jan 2011 14:36:11 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/dialog-box_topic4270_post16655.html#16655</guid>
  </item> 
  <item>
   <title><![CDATA[Dialog Box : I am trying to add a dialog box...]]></title>
   <link>https://forum.productcart.com/dialog-box_topic4270_post16653.html#16653</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1542">joshs</a><br /><strong>Subject:</strong> 4270<br /><strong>Posted:</strong> 26-January-2011 at 12:13pm<br /><br />I am trying to add a dialog box similar to the "view terms and agreements" which is right after the address section. That is if the store settings display the terms are set on.<br /><br />Basically I want to let the user click - "Shipping Terms" and a dialog box appears. Exactly the same format as the aforementioned dialog box.<br /><br />]]>
   </description>
   <pubDate>Wed, 26 Jan 2011 12:13:30 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/dialog-box_topic4270_post16653.html#16653</guid>
  </item> 
  <item>
   <title><![CDATA[Dialog Box : What kind of &amp;#034;dialog pop...]]></title>
   <link>https://forum.productcart.com/dialog-box_topic4270_post16650.html#16650</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1159">Brett</a><br /><strong>Subject:</strong> 4270<br /><strong>Posted:</strong> 26-January-2011 at 9:57am<br /><br />What kind of "dialog pop box" are you trying to add? Where do you want it to show up? inside opc_chooseShpmnt might not be the right place. I believe that page is loaded via AJAX when the customer proceeds to shipping selection. You might want to put it outside of opc_chooseShpmnt.asp and somewhere in onepagecheckout.asp.]]>
   </description>
   <pubDate>Wed, 26 Jan 2011 09:57:27 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/dialog-box_topic4270_post16650.html#16650</guid>
  </item> 
  <item>
   <title><![CDATA[Dialog Box : I have been trying to add an additional...]]></title>
   <link>https://forum.productcart.com/dialog-box_topic4270_post16646.html#16646</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1542">joshs</a><br /><strong>Subject:</strong> 4270<br /><strong>Posted:</strong> 25-January-2011 at 3:36pm<br /><br />I have been trying to add an additional dialog pop box within the onepagecheckout.asp  <br /><br />Outside the page I can get it to work just fine but as soon as I put it into the checkout - no go.<br /><br />Specifically in opc_chooseShpmnt.asp page.  <br />I want to display additional information about shipping.<br /><br />Any help or ideas?]]>
   </description>
   <pubDate>Tue, 25 Jan 2011 15:36:01 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/dialog-box_topic4270_post16646.html#16646</guid>
  </item> 
 </channel>
</rss>