<?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 : Problem viewing Invoice after Checkout Screen...</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Getting Started : Problem viewing Invoice after Checkout Screen...]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 10:27:35 +0000</pubDate>
  <lastBuildDate>Thu, 12 Jun 2008 07:47:28 +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=1707</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[Problem viewing Invoice after Checkout Screen... : Absolutely, on a site with a black...]]></title>
   <link>https://forum.productcart.com/problem-viewing-invoice-after-checkout-screen_topic1707_post5496.html#5496</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1707<br /><strong>Posted:</strong> 12-June-2008 at 7:47am<br /><br />Absolutely, on a site with a black background though the text is probably white / pale so may be unreadable - It's just a case of trying out which one suits your needs.<br><br>In CSS you can also have print specific CSS stylesheets using a media type ( media=print ) on the link to the stylesheet, which would be used in printing and print previews, although not directly by custOrdInvoice as it's a regular page.<br><br>&nbsp;&nbsp;]]>
   </description>
   <pubDate>Thu, 12 Jun 2008 07:47:28 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/problem-viewing-invoice-after-checkout-screen_topic1707_post5496.html#5496</guid>
  </item> 
  <item>
   <title><![CDATA[Problem viewing Invoice after Checkout Screen... : The problem with the customer...]]></title>
   <link>https://forum.productcart.com/problem-viewing-invoice-after-checkout-screen_topic1707_post5493.html#5493</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1">ProductCart</a><br /><strong>Subject:</strong> 1707<br /><strong>Posted:</strong> 12-June-2008 at 5:54am<br /><br />The problem with the customer invoice page can also be resolved by using anin-line style. Simply edit <b>pc/custOrdInvoice.asp</b> by replacing:<br><br><font color="#0000ff">&lt;div id="pcMain"&gt;</font><br><br>with:<br><br><font color="#0000ff">&lt;div id="pcMain" <b>style="background-color: #FFFFFF;"</b>&gt;</font><br><br>In-line styles have priority over all other styles when using CSS.]]>
   </description>
   <pubDate>Thu, 12 Jun 2008 05:54:32 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/problem-viewing-invoice-after-checkout-screen_topic1707_post5493.html#5493</guid>
  </item> 
  <item>
   <title><![CDATA[Problem viewing Invoice after Checkout Screen... : Hamish - I renamed the pcStoreFront.css...]]></title>
   <link>https://forum.productcart.com/problem-viewing-invoice-after-checkout-screen_topic1707_post5482.html#5482</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1220">BlackReefDesigns</a><br /><strong>Subject:</strong> 1707<br /><strong>Posted:</strong> 11-June-2008 at 8:05pm<br /><br />Hamish -<DIV><BR>I renamed the pcStoreFront.css and changed the path in the CustOrdInvoice.asp, and it worked great! thanks alot</DIV>]]>
   </description>
   <pubDate>Wed, 11 Jun 2008 20:05:29 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/problem-viewing-invoice-after-checkout-screen_topic1707_post5482.html#5482</guid>
  </item> 
  <item>
   <title><![CDATA[Problem viewing Invoice after Checkout Screen... : Hi Joe, A quote from my fav CSS...]]></title>
   <link>https://forum.productcart.com/problem-viewing-invoice-after-checkout-screen_topic1707_post5481.html#5481</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1707<br /><strong>Posted:</strong> 11-June-2008 at 6:51pm<br /><br />Hi Joe,<br>&nbsp;&nbsp;&nbsp; A quote from my fav CSS book :-<br>"In order to save ink most web browsers are pre-configured to not print background colors and images"<br><br>However, most web users, if would hazard a guess, would not be aware of that and so may shy away from printing a form that had a solid black/color background.<br>&nbsp;<br>The file in question here is pc/CustOrdInvoice.asp .<br>You have a several options here :-<br>Change the css file that it uses to an alternative one :-<br>Line 27 in my copy :-<br>&lt;link type="text/css" rel="stylesheet" href="pcStorefront.css" /&gt;<br><br>You could for example, put the unmodified version of the pcStorefront.css file in place as pcStorefrontOrig.css and then point to this file instead (or a copy that you have customized for yourself).<br><br>Alternatively, if it's just the background color you can the style "in-line"&nbsp; :<br>#pcMain { <br>&nbsp;background-color: #ffffff <br>}<br>just after line 27.<br>Or add an additional CSS file with your modifications just after the  pcStorefront.css<br>&nbsp;<br>Hamish<br><br><br><br>]]>
   </description>
   <pubDate>Wed, 11 Jun 2008 18:51:08 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/problem-viewing-invoice-after-checkout-screen_topic1707_post5481.html#5481</guid>
  </item> 
  <item>
   <title><![CDATA[Problem viewing Invoice after Checkout Screen... : Basically what is happening is...]]></title>
   <link>https://forum.productcart.com/problem-viewing-invoice-after-checkout-screen_topic1707_post5480.html#5480</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1220">BlackReefDesigns</a><br /><strong>Subject:</strong> 1707<br /><strong>Posted:</strong> 11-June-2008 at 6:13pm<br /><br />Basically what is happening is the Invoice that the customer views after a product purchase is appearing with a Black background.&nbsp;&nbsp; I went into the CSS and found the code that corresponds to the background color of the invoice.&nbsp; I changed the #000000 to #FFFFFF (I want a white background so it is printer-friendly) but when I change that it also changes the background of the Product Cart main site to white, and that needs to remain black to go with the theme of the site. <DIV><BR>So, how I make a White, Printer-Friendly Invoice and keep the black background for the rest of the site?</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>Joe</DIV>]]>
   </description>
   <pubDate>Wed, 11 Jun 2008 18:13:11 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/problem-viewing-invoice-after-checkout-screen_topic1707_post5480.html#5480</guid>
  </item> 
 </channel>
</rss>