Jump to content

Random add to basket failure


Guest lukab

Recommended Posts

I'm using CC 3.0.17 PHP 5.2.9 My sql 5.0.81 Site: www.UnitedCatholicArtists.org/cart

Problem... This site was working perfectly. Just got a call from a shopper who said she couldn't get some of the items into the shopping basket. She was correct. It seems that all of the tangible shipped items work fine. However, many of the digital downloadable items do not. Here's the rub... not all of the digital items fail to go into the cart. If it were consistent it would be easier to find the problem.

I tried a couple of experiments. I took a working downloadable mp3 product

http://www.unitedcatholicartists.org/cart/...p;productId=147

and copied out the description code from the database. I then copied it to one that wouldn't work.

http://www.unitedcatholicartists.org/cart/...p;productId=182

It still wouldn't work.

But, when I went into the admin panel and cloned product 147 to create a new product and it then works.

I also tried cloning a product that isn't working and the new clone also doesn't work.

Lastly, I compared the code on a working product to a non-working product and there was no difference other than the product number and name.

working code

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>United Catholic Artists - Be With Me, LORD - psalm 91 - Guitar Shipped (Powered by CubeCart)</title>

<meta name="description" content="Guitar/Vocal Sheet Music&nbsp;- Har" />

<meta name="keywords" content="catholic, psalm, cantor, music,composer,music director, music minister, religious education" />

<link href="skins/Killer/styleSheets/layout.css" rel="stylesheet" type="text/css" />

<link href="skins/Killer/styleSheets/style.css" rel="stylesheet" type="text/css" />

<script language="javascript" src="js/jslibrary.js" type="text/javascript"></script>

<script type="text/javascript" src="js/swfobject.js"></script>

<link rel="alternate" type="application/rss+xml" title="News Feed" href="rss.php?f=2" />

</head>

<body>

<div id="pageSurround">

<div id="topHeader">

<div id="sessionBox">

<div style="padding: 15px 8px 15px 15px; margin: 0px;">

<form action="index.php" method="get" style="padding: 0px; margin: 0px;">

<span class="txtSession"><strong>Search for:</strong></span><br /><input name="searchStr" type="text" class="searchBox" id="searchStr" value="" size="22" />

<input type="hidden" name="act" value="viewCat" />

<input name="Submit" type="submit" class="searchBtn" value="Go" />

</form>

<div style="padding-top: 2px;">

<span class="txtSessionGrey">Welcome Guest</span>

<br />

<span class="txtSession">[</span><a href="index.php?act=login&amp;redir=L2NhcnQvaW5kZXgucGhwP2FjdD12aWV3UHJvZCZhbXA7cHJvZHVjdElkPTMy" class="txtSession">Login</a> <span class="txtSession">|</span> <a href="cart.php?act=reg&amp;redir=L2NhcnQvaW5kZXgucGhwP2FjdD12aWV3UHJvZCZhbXA7cHJvZHVjdElkPTMy" class="txtSession">Register</a><span class="txtSession">]</span>

</div>

</div>

</div>

</div>

<div id="subSurround">

<div class="topCats">

<div class="topCatsBgRight">

<span class="topCatsBgLeft">&nbsp;</span>

<table border="0" cellspacing="0" align="center" cellpadding="0">

<tr>

<td class="topCatsTabLeft">&nbsp;</td>

<td class="topCatsTabMid"><a href="index.php" class="txtCat">Store Main Page</a></td>

<td class="topCatsTabRight">&nbsp;</td>

<td class="topCatsTabLeft">&nbsp;</td>

<td class="topCatsTabMid"><a href="index.php?act=viewCat&amp;catId=2" class="txtCat">Sheet Music</a></td>

<td class="topCatsTabRight">&nbsp;</td>

<td class="topCatsTabLeft">&nbsp;</td>

<td class="topCatsTabMid"><a href="index.php?act=viewCat&amp;catId=68" class="txtCat">MP3</a></td>

<td class="topCatsTabRight">&nbsp;</td>

<td class="topCatsTabLeft">&nbsp;</td>

<td class="topCatsTabMid"><a href="index.php?act=viewCat&amp;catId=70" class="txtCat">CD</a></td>

<td class="topCatsTabRight">&nbsp;</td>

<td class="topCatsTabLeft">&nbsp;</td>

<td class="topCatsTabMid"><a href="index.php?act=viewCat&amp;catId=72" class="txtCat">Video</a></td>

<td class="topCatsTabRight">&nbsp;</td>

<td class="topCatsTabLeft">&nbsp;</td>

<td class="topCatsTabMid"><a href="index.php?act=viewCat&amp;catId=75" class="txtCat">Artists</a></td>

<td class="topCatsTabRight">&nbsp;</td>

<td class="topCatsTabLeft">&nbsp;</td>

<td class="topCatsTabMid"><a href="index.php?act=viewCat&amp;catId=83" class="txtCat">Collections</a></td>

<td class="topCatsTabRight">&nbsp;</td>

<td class="topCatsTabLeft"> </td>

<td class="topCatsTabMid"><a href="http://www.unitedcatholicartists.org" class="txtCat">Homepage</a></td>

<td class="topCatsTabRight"> </td>

</tr>

</table>

</div>

</div>

<table border="0" cellspacing="0" width="100%" cellpadding="0">

<tr valign="top">

<td width="175">

<div class="boxTitleRight">Shopping Basket</div>

<div class="boxContentRight">

<div class="txtCart">

<span class="txtCartPrice">$1.50</span><a href="index.php?act=viewProd&amp;productId=80" class="txtCartProduct">1 x Be With Me, LOR..</a><br clear="all" />

<span class="txtCartPrice">$2.00</span><a href="index.php?act=viewProd&amp;productId=32" class="txtCartProduct">1 x Be With Me, LOR..</a><br clear="all" />

<div class="cartTotal">

<span class="txtCartPrice">2</span>Items in cart:<br />

<span class="txtCartPrice"><strong>$3.50</strong></span><strong>Total:</strong>

</div>

</div>

<div style="text-align: center; padding-top: 3px;"><a href="cart.php?act=cart" class="txtviewCart">View Basket</a></div>

</div>

<div class="boxFootLeft">&nbsp;</div>

<div class="boxTitleLeft">Information</div>

<div class="boxContentLeft">

<span class="txtCopy">

<strong>Products:</strong> 179<br />

<strong>Categories:</strong> 169<br />

<strong>Prices:</strong> US Dollars<br />

</span>

</div>

<div class="boxFootLeft">&nbsp;</div>

<div class="boxTitleLeft">Currency</div>

<div class="boxContentLeft">

<select name="lang" class="dropDown" onchange="jumpMenu('parent',this,0)">

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D32&amp;currency=AUD" >Australian Dollars</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D32&amp;currency=GBP" >British Pounds</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D32&amp;currency=CAD" >Canadian Dollars</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D32&amp;currency=CNY" >Chinese Yuan</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D32&amp;currency=EUR" >Euro</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D32&amp;currency=JPY" >Japanese Yen</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D32&amp;currency=MXN" >Mexican Peso</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D32&amp;currency=RUB" >Russian Rubles</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D32&amp;currency=CHF" >Swiss Francs</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D32&amp;currency=USD" selected='selected'>US Dollars</option>

</select>

</div>

<div class="boxFootLeft">&nbsp;</div>

<div class="boxTitleLeft">Language</div>

<div class="boxContentLeft">

<select name="lang" class="dropDown" onchange="jumpMenu('parent',this,0)">

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D32&amp;lang=no" onmouseover="java script:getImage('language/no/flag.gif');">Norwegian</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D32&amp;lang=it" onmouseover="java script:getImage('language/it/flag.gif');">Italian</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D32&amp;lang=fr" onmouseover="java script:getImage('language/fr/flag.gif');">French</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D32&amp;lang=se" onmouseover="java script:getImage('language/se/flag.gif');">Swedish</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D32&amp;lang=nl" onmouseover="java script:getImage('language/nl/flag.gif');">Dutch</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D32&amp;lang=cn" onmouseover="java script:getImage('language/cn/flag.gif');">Chinese</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D32&amp;lang=fi" onmouseover="java script:getImage('language/fi/flag.gif');">Finnish</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D32&amp;lang=es" onmouseover="java script:getImage('language/es/flag.gif');">Spanish</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D32&amp;lang=de" onmouseover="java script:getImage('language/de/flag.gif');">German</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D32&amp;lang=pt" onmouseover="java script:getImage('language/pt/flag.gif');">Portuguese</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D32&amp;lang=dk" onmouseover="java script:getImage('language/dk/flag.gif');">Danish</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D32&amp;lang=en" selected='selected' onmouseover="java script:getImage('language/en/flag.gif');">English</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D32&amp;lang=sk" onmouseover="java script:getImage('language/sk/flag.gif');">Slovakian</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D32&amp;lang=pl" onmouseover="java script:getImage('language/pl/flag.gif');">Polish</option>

</select>

<img src="language/en/flag.gif" alt="" width="21" height="14" id="img" title="" />

</div>

<div class="boxFootLeft">&nbsp;</div></td>

<td style="padding: 0px 5px 0px 5px;"><div class="boxContent">

<strong>Location:</strong> /<a href='/cart/index.php?ccUser=&amp;catId=2&amp;act=viewCat' class='txtLocation'>Sheet Music</a>/<a href='/cart/index.php?ccUser=&amp;catId=36&amp;act=viewCat' class='txtLocation'>Guitar-Voice</a>/Sheet Music Shipped

<form action="/cart/index.php?act=viewProd&amp;productId=32" method="post" name="addtobasket" target="_self">

<p class="txtContentTitle"><strong>Be With Me, LORD - psalm 91 - Guitar Shipped</strong></p>

<div style="text-align: center;"><img src="images/uploads/be_with_me_lord_guitar_shipped.jpg" alt="Be With Me, LORD - psalm 91 - Guitar Shipped" border="0" title="Be With Me, LORD - psalm 91 - Guitar Shipped" /></div>

<p>

<a href="index.php?act=viewProd&productId=32&amp;sourceSwf=Be With Me Lord.swf" target="_self"><img src="http://unitedcatholicartists.org/cart/images/extensions/dvd.jpg" /></a> Audio/Video Sample

<p>

<strong>Product Information</strong>

<br />

<p align="center"><font color="#5c5c5c"><span style="FONT-WEIGHT: bold"><span style="FONT-WEIGHT: bold"><span style="FONT-WEIGHT: bold"><font color="#0000ff" size="3">Guitar/Vocal Sheet Music&nbsp;- Hard Copy Edition Shipped To You</font></span><font color="#000000">&nbsp;</font></span></span></font></p>

<p><font color="#5c5c5c"><span style="FONT-WEIGHT: bold">This Lenten psalm is available in vocal sheet music with your choice of piano or guitar accompaniment. It is also included&nbsp;in Praise The Lord - The Complete Collection Of Season Psalms. The complete book includes congregational responses for easy worship aid creation. Enjoy the CD reference recording or use it as an excellent rehearsal tool. This psalm is also available in DVD Video featuring the music set to an inspirational visual presentation with streaming lyrics, perfect for religious education. The sheet music (PDF file) and audio recording (MP3) are also available for immediate digital download.</span></font></p>

<p><font color="#5c5c5c"><span style="FONT-WEIGHT: bold">Voice/Guitar Edition<br/>

</span></font></p>

</p>

</p>

<p>

<strong>Price:</strong> $2.00

<span class="txtSale"></span>

</p>

<ul>

<li class="bulletLrg"><a href="/cart/index.php?act=taf&amp;productId=32" target="_self" class="txtDefault">Tell a Friend</a></li>

</ul>

<br />

<strong>Product Code:</strong> GS BE Y13

<div>

<span class="txtOutOfStock">&nbsp;</span>

<div style="position: relative; text-align: right;">Quantity:

<input name="quan" type="text" value="1" size="2" class="textbox" style="text-align:center;" />

<a href="java script:submitDoc('addtobasket');" class="txtButton">Add to Basket</a>

</div>

</div>

<input type="hidden" name="add" value="32" />

</form>

<!-- start mod - Related Products -->

<!-- by Estelle - http://cubecart.expandingbrain.com -->

<br clear="all" />

<p class="txtContentTitle" style="margin: 1em 0;"><strong>Related Products</strong></p>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=7"><img src="images/uploads/thumbs/thumb_be_with_me_lord_piano_shipped.jpg" alt="Be With Me, LORD - psalm 91 - Piano Shipped" title="Be With Me, LORD - psalm 91 - Piano Shipped" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=7" class="txtDefault">Be With Me, LORD - psalm 91 - Piano Shipped</a><br/>

$2.95 <span class="txtSale"></span>

</div>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=56"><img src="images/uploads/thumbs/thumb_be_with_me_lord_piano_download.jpg" alt="Be With Me, LORD - psalm 91 - Piano Download" title="Be With Me, LORD - psalm 91 - Piano Download" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=56" class="txtDefault">Be With Me, LORD - psalm 91 - Piano Download</a><br/>

$2.00 <span class="txtSale"></span>

</div>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=80"><img src="images/uploads/thumbs/thumb_be_with_me_lord_guitar_download.jpg" alt="Be With Me, LORD - psalm 91 - Guitar Download" title="Be With Me, LORD - psalm 91 - Guitar Download" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=80" class="txtDefault">Be With Me, LORD - psalm 91 - Guitar Download</a><br/>

$1.50 <span class="txtSale"></span>

</div>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=127"><img src="images/uploads/thumbs/thumb_be_with_me_lord_video_shipped.jpg" alt="Be With Me, LORD - psalm 91 - DVD Shipped" title="Be With Me, LORD - psalm 91 - DVD Shipped" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=127" class="txtDefault">Be With Me, LORD - psalm 91 - DVD Shipped</a><br/>

$14.95 <span class="txtSale"></span>

</div>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=103"><img src="images/uploads/thumbs/thumb_be_with_me_lord_cd_shipped1.jpg" alt="Be With Me, LORD - psalm 91 - CD Shipped" title="Be With Me, LORD - psalm 91 - CD Shipped" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=103" class="txtDefault">Be With Me, LORD - psalm 91 - CD Shipped</a><br/>

$9.95 <span class="txtSale"></span>

</div>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=151"><img src="images/uploads/thumbs/thumb_be_with_me_lord_mp3_download.jpg" alt="Be With Me, LORD - psalm 91 - MP3 Download" title="Be With Me, LORD - psalm 91 - MP3 Download" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=151" class="txtDefault">Be With Me, LORD - psalm 91 - MP3 Download</a><br/>

$0.99 <span class="txtSale"></span>

</div>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=171"><img src="images/uploads/thumbs/thumb_pianovoice_24_praisethelord.jpg" alt="Praise The Lord - The Complete Collection Of Season Psalms - Piano Shipped" title="Praise The Lord - The Complete Collection Of Season Psalms - Piano Shipped" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=171" class="txtDefault">Praise The Lord - The Complete Collection Of Season Psalms - Piano Shipped</a><br/>

$39.95 <span class="txtSale"></span>

</div>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=172"><img src="images/uploads/thumbs/thumb_pianovoice_24_praisethelord.jpg" alt="Praise The Lord - The Complete Collection Of Season Psalms - Piano Download" title="Praise The Lord - The Complete Collection Of Season Psalms - Piano Download" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=172" class="txtDefault">Praise The Lord - The Complete Collection Of Season Psalms - Piano Download</a><br/>

$29.95 <span class="txtSale"></span>

</div>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=176"><img src="images/uploads/thumbs/thumb_guitarvoice_24_praisethelord.jpg" alt="Praise The Lord - The Complete Collection Of Season Psalms - Guitar Shipped" title="Praise The Lord - The Complete Collection Of Season Psalms - Guitar Shipped" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=176" class="txtDefault">Praise The Lord - The Complete Collection Of Season Psalms - Guitar Shipped</a><br/>

$34.95 <span class="txtSale"></span>

</div>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=173"><img src="images/uploads/thumbs/thumb_guitarvoice_24_praisethelord.jpg" alt="Praise The Lord - The Complete Collection Of Season Psalms - Guitar Download" title="Praise The Lord - The Complete Collection Of Season Psalms - Guitar Download" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=173" class="txtDefault">Praise The Lord - The Complete Collection Of Season Psalms - Guitar Download</a><br/>

$24.95 <span class="txtSale"></span>

</div>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=174"><img src="images/uploads/thumbs/thumb_double_mp3_24_praisethelord.jpg" alt="Praise The Lord - The Complete Collection Of Season Psalms - MP3 Download" title="Praise The Lord - The Complete Collection Of Season Psalms - MP3 Download" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=174" class="txtDefault">Praise The Lord - The Complete Collection Of Season Psalms - MP3 Download</a><br/>

$19.95 <span class="txtSale"></span>

</div>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=177"><img src="images/uploads/thumbs/thumb_double_cd_24_praisethelord.jpg" alt="Praise The Lord - The Complete Collection Of Season Psalms - CD Shipped" title="Praise The Lord - The Complete Collection Of Season Psalms - CD Shipped" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=177" class="txtDefault">Praise The Lord - The Complete Collection Of Season Psalms - CD Shipped</a><br/>

$24.95 <span class="txtSale"></span>

</div>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=178"><img src="images/uploads/thumbs/thumb_dvd_24_praisethelord.jpg" alt="Praise The Lord - The Complete Collection Of Season Psalms - DVD Shipped" title="Praise The Lord - The Complete Collection Of Season Psalms - DVD Shipped" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=178" class="txtDefault">Praise The Lord - The Complete Collection Of Season Psalms - DVD Shipped</a><br/>

$29.95 <span class="txtSale"></span>

</div>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=175"><img src="images/uploads/thumbs/thumb_tripack_praisethelord.jpg" alt="Praise The Lord - The Complete Collection Of Season Psalms - Trio Pack Download" title="Praise The Lord - The Complete Collection Of Season Psalms - Trio Pack Download" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=175" class="txtDefault">Praise The Lord - The Complete Collection Of Season Psalms - Trio Pack Download</a><br/>

$79.95 <span class="txtSale"></span>

</div>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=183"><img src="images/uploads/thumbs/thumb_ultimate_praisethelord.jpg" alt="Praise The Lord - The Complete Collection Of Season Psalms - Shipped" title="Praise The Lord - The Complete Collection Of Season Psalms - Shipped" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=183" class="txtDefault">Praise The Lord - The Complete Collection Of Season Psalms - Shipped</a><br/>

$99.95 <span class="txtSale"></span>

</div>

<br clear="all" />

<!-- end mod - Related Items -->

</div></td>

<td width="175">

<div class="boxTitleRight">Featured Product</div>

<div class="boxContentLeft" style="text-align: center">

<a href="index.php?act=viewProd&amp;productId=62" title="God Mounts His Throne - psalm 47 - Piano Download"><img src="images/uploads/thumbs/thumb_god_mounts_his_throne_piano_download.jpg" alt="God Mounts His Throne - psalm 47 - Piano Download" border="0" title="God Mounts His Throne - psalm 47 - Piano Download" /></a>

<br />

<span class="txtCopy"><a href="index.php?act=viewProd&amp;productId=62" title="God Mounts His Throne - psalm 47 - Piano Download" class="txtDefault">God Mounts His Throne - psalm 47 - Piano Download</a></span>

</div>

<div class="boxFootLeft">&nbsp;</div>

<div class="boxTitleRight">Popular Products</div>

<div class="boxContentRight">

<marquee scrollamount="2" onMouseOver="this.scrollAmount='0'" onMouseOut="this.scrollAmount='2'" direction="up" loop="true" width="100%">

<ol>

<div class="PopProdEa" align="center"><a title="All The Ends Of The Earth - Psalm 98 - Piano Shipped" href="index.php?act=viewProd&amp;productId=2"><img title="All The Ends Of The Earth - Psalm 98 - Piano Shipped" src="/cart/images/uploads/thumbs/thumb_all_the_ends_piano_ship.jpg" alt="All The Ends Of The Earth - Psalm 98 - Piano Shipped" border="0" /></a>

<br /><a title="All The Ends Of The Earth - Psalm 98 - Piano Shipped" href="index.php?act=viewProd&amp;productId=2" class="txtDefault">All The Ends Of The Earth - Psalm 98 - Piano Shipped</a><p></p></li></div>

<div class="PopProdEa" align="center"><a title="Taste and See - psalm 34 - Piano Download" href="index.php?act=viewProd&amp;productId=66"><img title="Taste and See - psalm 34 - Piano Download" src="/cart/images/uploads/thumbs/thumb_taste_and_see_piano_download.jpg" alt="Taste and See - psalm 34 - Piano Download" border="0" /></a>

<br /><a title="Taste and See - psalm 34 - Piano Download" href="index.php?act=viewProd&amp;productId=66" class="txtDefault">Taste and See - psalm 34 - Piano Download</a><p></p></li></div>

<div class="PopProdEa" align="center"><a title="The Lord Is My Shepherd - psalm 23 - Piano Shipped" href="index.php?act=viewProd&amp;productId=25"><img title="The Lord Is My Shepherd - psalm 23 - Piano Shipped" src="/cart/images/uploads/thumbs/thumb_the_lord_is_my_shepherd_piano_shipped.jpg" alt="The Lord Is My Shepherd - psalm 23 - Piano Shipped" border="0" /></a>

<br /><a title="The Lord Is My Shepherd - psalm 23 - Piano Shipped" href="index.php?act=viewProd&amp;productId=25" class="txtDefault">The Lord Is My Shepherd - psalm 23 - Piano Shipped</a><p></p></li></div>

<div class="PopProdEa" align="center"><a title="My Soul Is Thirsting For You - psalm 63 - Guitar Shipped" href="index.php?act=viewProd&amp;productId=44"><img title="My Soul Is Thirsting For You - psalm 63 - Guitar Shipped" src="/cart/images/uploads/thumbs/thumb_my_soul_is_thirsting_for_you_guitar_shipped.jpg" alt="My Soul Is Thirsting For You - psalm 63 - Guitar Shipped" border="0" /></a>

<br /><a title="My Soul Is Thirsting For You - psalm 63 - Guitar Shipped" href="index.php?act=viewProd&amp;productId=44" class="txtDefault">My Soul Is Thirsting For You - psalm 63 - Guitar Shipped</a><p></p></li></div>

<div class="PopProdEa" align="center"><a title="The Cry Of The Poor - psalm 34 - Guitar Shipped" href="index.php?act=viewProd&amp;productId=43"><img title="The Cry Of The Poor - psalm 34 - Guitar Shipped" src="/cart/images/uploads/thumbs/thumb_the_cry_of_the_poor_guitar_shipped.jpg" alt="The Cry Of The Poor - psalm 34 - Guitar Shipped" border="0" /></a>

<br /><a title="The Cry Of The Poor - psalm 34 - Guitar Shipped" href="index.php?act=viewProd&amp;productId=43" class="txtDefault">The Cry Of The Poor - psalm 34 - Guitar Shipped</a><p></p></li></div>

<div class="PopProdEa" align="center"><a title="Praise The Lord - The Complete Collection Of Season Psalms - Shipped" href="index.php?act=viewProd&amp;productId=183"><img title="Praise The Lord - The Complete Collection Of Season Psalms - Shipped" src="/cart/images/uploads/thumbs/thumb_ultimate_praisethelord.jpg" alt="Praise The Lord - The Complete Collection Of Season Psalms - Shipped" border="0" /></a>

<br /><a title="Praise The Lord - The Complete Collection Of Season Psalms - Shipped" href="index.php?act=viewProd&amp;productId=183" class="txtDefault">Praise The Lord - The Complete Collection Of Season Psalms - Shipped</a><p></p></li></div>

<div class="PopProdEa" align="center"><a title="LORD Send Out Your Spirit - psalm 104 - Piano Shipped" href="index.php?act=viewProd&amp;productId=14"><img title="LORD Send Out Your Spirit - psalm 104 - Piano Shipped" src="/cart/images/uploads/thumbs/thumb_lord_send_out_your_spirit_piano_shipped.jpg" alt="LORD Send Out Your Spirit - psalm 104 - Piano Shipped" border="0" /></a>

<br /><a title="LORD Send Out Your Spirit - psalm 104 - Piano Shipped" href="index.php?act=viewProd&amp;productId=14" class="txtDefault">LORD Send Out Your Spirit - psalm 104 - Piano Shipped</a><p></p></li></div>

<div class="PopProdEa" align="center"><a title="Let Us Go Rejoicing - psalm 122 - CD Shipped" href="index.php?act=viewProd&amp;productId=120"><img title="Let Us Go Rejoicing - psalm 122 - CD Shipped" src="/cart/images/uploads/thumbs/thumb_let_us_go_rejoicing_cd_shipped1.jpg" alt="Let Us Go Rejoicing - psalm 122 - CD Shipped" border="0" /></a>

<br /><a title="Let Us Go Rejoicing - psalm 122 - CD Shipped" href="index.php?act=viewProd&amp;productId=120" class="txtDefault">Let Us Go Rejoicing - psalm 122 - CD Shipped</a><p></p></li></div>

<div class="PopProdEa" align="center"><a title="Praise The Lord - The Complete Collection Of Season Psalms - Trio Pack Download" href="index.php?act=viewProd&amp;productId=175"><img title="Praise The Lord - The Complete Collection Of Season Psalms - Trio Pack Download" src="/cart/images/uploads/thumbs/thumb_tripack_praisethelord.jpg" alt="Praise The Lord - The Complete Collection Of Season Psalms - Trio Pack Download" border="0" /></a>

<br /><a title="Praise The Lord - The Complete Collection Of Season Psalms - Trio Pack Download" href="index.php?act=viewProd&amp;productId=175" class="txtDefault">Praise The Lord - The Complete Collection Of Season Psalms - Trio Pack Download</a><p></p></li></div>

<div class="PopProdEa" align="center"><a title="LORD, Let us See Your Kindness - psalm 85 - Piano Shipped" href="index.php?act=viewProd&amp;productId=4"><img title="LORD, Let us See Your Kindness - psalm 85 - Piano Shipped" src="/cart/images/uploads/thumbs/thumb_lord_let_us_see_your_kindness_piano_shipped.jpg" alt="LORD, Let us See Your Kindness - psalm 85 - Piano Shipped" border="0" /></a>

<br /><a title="LORD, Let us See Your Kindness - psalm 85 - Piano Shipped" href="index.php?act=viewProd&amp;productId=4" class="txtDefault">LORD, Let us See Your Kindness - psalm 85 - Piano Shipped</a><p></p></li></div>

<div class="PopProdEa" align="center"><a title="Taste and See - psalm 34 - Guitar Download" href="index.php?act=viewProd&amp;productId=90"><img title="Taste and See - psalm 34 - Guitar Download" src="/cart/images/uploads/thumbs/thumb_taste_and_see_guitar_download.jpg" alt="Taste and See - psalm 34 - Guitar Download" border="0" /></a>

<br /><a title="Taste and See - psalm 34 - Guitar Download" href="index.php?act=viewProd&amp;productId=90" class="txtDefault">Taste and See - psalm 34 - Guitar Download</a><p></p></li></div>

<div class="PopProdEa" align="center"><a title="LORD, Every Nation On Earth - psalm 72 - Piano Shipped" href="index.php?act=viewProd&amp;productId=5"><img title="LORD, Every Nation On Earth - psalm 72 - Piano Shipped" src="/cart/images/uploads/thumbs/thumb_lord_every_nation_piano_shipped.jpg" alt="LORD, Every Nation On Earth - psalm 72 - Piano Shipped" border="0" /></a>

<br /><a title="LORD, Every Nation On Earth - psalm 72 - Piano Shipped" href="index.php?act=viewProd&amp;productId=5" class="txtDefault">LORD, Every Nation On Earth - psalm 72 - Piano Shipped</a><p></p></li></div>

</ol>

</marquee>

</div> <div class="boxTitleLeft">Mailing List</div>

<div class="boxContentLeft txtCopy">

Subscribe to our mailing list below:

<form action="/cart/index.php?act=viewProd&amp;productId=32" method="post">

<strong>Email:</strong> <input name="email" type="text" size="14" maxlength="255" class="textbox" />

<input type="hidden" name="act" value="mailList" />

<div style="padding-top: 5px; text-align: center;">

<input name="submit" type="submit" value="Join Now" class="submit" />

</div>

</form>

</div>

<div class="boxFootLeft">&nbsp;</div>

</td>

</tr>

</table>

</div>

<div class="siteDocs">

<div class="siteDocsBgRight">

<span class="siteDocsBgLeft">&nbsp;</span>

<div style="padding-top: 5px;">

<a href="index.php?act=viewDoc&amp;docId=4" class="txtSiteDocs">Privacy Policy</a>

| <a href="http://www.unitedcatholicartists.org/Artists.htm" class="txtSiteDocs">Artists</a>

| <a href="http://www.unitedcatholicartists.org/Concerts.htm" class="txtSiteDocs">Concerts</a>

| <a href="http://www.unitedcatholicartists.org/Submissions.htm" class="txtSiteDocs">Submissions</a>

| <a href="http://www.unitedcatholicartists.org/contact.htm" class="txtSiteDocs">Contact</a>

| <a href="http://www.unitedcatholicartists.org" class="txtSiteDocs">Homepage</a>

</div>

</div>

</div>

</div>

<div class='txtCopyright'>Powered by <a href='http://www.cubecart.com' class='txtCopyright' target='_blank'>CubeCart</a>&trade;<br />Copyright <a href='http://www.devellion.com' class='txtCopyright' target='_blank'>Devellion Limited</a> 2006. All rights reserved.</div></body>

</html>

<center>

<a href="rss.php?f=1" target="_blank"><img src="images/logos/rss1.gif"></a> <a href="rss.php?f=2" target="_blank"><img src="images/logos/rss2.gif"></a> <a href="rss.php?f=3" target="_blank"><img src="images/logos/atom1.gif"></a><br />

</center>

nonworking code

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>United Catholic Artists - Be With Me, LORD - psalm 91 - MP3 Download (Powered by CubeCart)</title>

<meta name="description" content="Single Song Audio MP3 - Digital Edi" />

<meta name="keywords" content="catholic, psalm, cantor, music,composer,music director, music minister, religious education" />

<link href="skins/Killer/styleSheets/layout.css" rel="stylesheet" type="text/css" />

<link href="skins/Killer/styleSheets/style.css" rel="stylesheet" type="text/css" />

<script language="javascript" src="js/jslibrary.js" type="text/javascript"></script>

<script type="text/javascript" src="js/swfobject.js"></script>

<link rel="alternate" type="application/rss+xml" title="News Feed" href="rss.php?f=2" />

</head>

<body>

<div id="pageSurround">

<div id="topHeader">

<div id="sessionBox">

<div style="padding: 15px 8px 15px 15px; margin: 0px;">

<form action="index.php" method="get" style="padding: 0px; margin: 0px;">

<span class="txtSession"><strong>Search for:</strong></span><br /><input name="searchStr" type="text" class="searchBox" id="searchStr" value="" size="22" />

<input type="hidden" name="act" value="viewCat" />

<input name="Submit" type="submit" class="searchBtn" value="Go" />

</form>

<div style="padding-top: 2px;">

<span class="txtSessionGrey">Welcome Guest</span>

<br />

<span class="txtSession">[</span><a href="index.php?act=login&amp;redir=L2NhcnQvaW5kZXgucGhwP2FjdD12aWV3UHJvZCZhbXA7cHJvZHVjdElkPTE1MQ==" class="txtSession">Login</a> <span class="txtSession">|</span> <a href="cart.php?act=reg&amp;redir=L2NhcnQvaW5kZXgucGhwP2FjdD12aWV3UHJvZCZhbXA7cHJvZHVjdElkPTE1MQ==" class="txtSession">Register</a><span class="txtSession">]</span>

</div>

</div>

</div>

</div>

<div id="subSurround">

<div class="topCats">

<div class="topCatsBgRight">

<span class="topCatsBgLeft">&nbsp;</span>

<table border="0" cellspacing="0" align="center" cellpadding="0">

<tr>

<td class="topCatsTabLeft">&nbsp;</td>

<td class="topCatsTabMid"><a href="index.php" class="txtCat">Store Main Page</a></td>

<td class="topCatsTabRight">&nbsp;</td>

<td class="topCatsTabLeft">&nbsp;</td>

<td class="topCatsTabMid"><a href="index.php?act=viewCat&amp;catId=2" class="txtCat">Sheet Music</a></td>

<td class="topCatsTabRight">&nbsp;</td>

<td class="topCatsTabLeft">&nbsp;</td>

<td class="topCatsTabMid"><a href="index.php?act=viewCat&amp;catId=68" class="txtCat">MP3</a></td>

<td class="topCatsTabRight">&nbsp;</td>

<td class="topCatsTabLeft">&nbsp;</td>

<td class="topCatsTabMid"><a href="index.php?act=viewCat&amp;catId=70" class="txtCat">CD</a></td>

<td class="topCatsTabRight">&nbsp;</td>

<td class="topCatsTabLeft">&nbsp;</td>

<td class="topCatsTabMid"><a href="index.php?act=viewCat&amp;catId=72" class="txtCat">Video</a></td>

<td class="topCatsTabRight">&nbsp;</td>

<td class="topCatsTabLeft">&nbsp;</td>

<td class="topCatsTabMid"><a href="index.php?act=viewCat&amp;catId=75" class="txtCat">Artists</a></td>

<td class="topCatsTabRight">&nbsp;</td>

<td class="topCatsTabLeft">&nbsp;</td>

<td class="topCatsTabMid"><a href="index.php?act=viewCat&amp;catId=83" class="txtCat">Collections</a></td>

<td class="topCatsTabRight">&nbsp;</td>

<td class="topCatsTabLeft"> </td>

<td class="topCatsTabMid"><a href="http://www.unitedcatholicartists.org" class="txtCat">Homepage</a></td>

<td class="topCatsTabRight"> </td>

</tr>

</table>

</div>

</div>

<table border="0" cellspacing="0" width="100%" cellpadding="0">

<tr valign="top">

<td width="175">

<div class="boxTitleRight">Shopping Basket</div>

<div class="boxContentRight">

<div class="txtCart">

<span class="txtCartPrice">$1.50</span><a href="index.php?act=viewProd&amp;productId=80" class="txtCartProduct">1 x Be With Me, LOR..</a><br clear="all" />

<span class="txtCartPrice">$2.00</span><a href="index.php?act=viewProd&amp;productId=32" class="txtCartProduct">1 x Be With Me, LOR..</a><br clear="all" />

<div class="cartTotal">

<span class="txtCartPrice">2</span>Items in cart:<br />

<span class="txtCartPrice"><strong>$3.50</strong></span><strong>Total:</strong>

</div>

</div>

<div style="text-align: center; padding-top: 3px;"><a href="cart.php?act=cart" class="txtviewCart">View Basket</a></div>

</div>

<div class="boxFootLeft">&nbsp;</div>

<div class="boxTitleLeft">Information</div>

<div class="boxContentLeft">

<span class="txtCopy">

<strong>Products:</strong> 179<br />

<strong>Categories:</strong> 169<br />

<strong>Prices:</strong> US Dollars<br />

</span>

</div>

<div class="boxFootLeft">&nbsp;</div>

<div class="boxTitleLeft">Currency</div>

<div class="boxContentLeft">

<select name="lang" class="dropDown" onchange="jumpMenu('parent',this,0)">

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D151&amp;currency=AUD" >Australian Dollars</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D151&amp;currency=GBP" >British Pounds</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D151&amp;currency=CAD" >Canadian Dollars</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D151&amp;currency=CNY" >Chinese Yuan</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D151&amp;currency=EUR" >Euro</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D151&amp;currency=JPY" >Japanese Yen</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D151&amp;currency=MXN" >Mexican Peso</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D151&amp;currency=RUB" >Russian Rubles</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D151&amp;currency=CHF" >Swiss Francs</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D151&amp;currency=USD" selected='selected'>US Dollars</option>

</select>

</div>

<div class="boxFootLeft">&nbsp;</div>

<div class="boxTitleLeft">Language</div>

<div class="boxContentLeft">

<select name="lang" class="dropDown" onchange="jumpMenu('parent',this,0)">

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D151&amp;lang=no" onmouseover="java script:getImage('language/no/flag.gif');">Norwegian</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D151&amp;lang=it" onmouseover="java script:getImage('language/it/flag.gif');">Italian</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D151&amp;lang=fr" onmouseover="java script:getImage('language/fr/flag.gif');">French</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D151&amp;lang=se" onmouseover="java script:getImage('language/se/flag.gif');">Swedish</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D151&amp;lang=nl" onmouseover="java script:getImage('language/nl/flag.gif');">Dutch</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D151&amp;lang=cn" onmouseover="java script:getImage('language/cn/flag.gif');">Chinese</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D151&amp;lang=fi" onmouseover="java script:getImage('language/fi/flag.gif');">Finnish</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D151&amp;lang=es" onmouseover="java script:getImage('language/es/flag.gif');">Spanish</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D151&amp;lang=de" onmouseover="java script:getImage('language/de/flag.gif');">German</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D151&amp;lang=pt" onmouseover="java script:getImage('language/pt/flag.gif');">Portuguese</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D151&amp;lang=dk" onmouseover="java script:getImage('language/dk/flag.gif');">Danish</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D151&amp;lang=en" selected='selected' onmouseover="java script:getImage('language/en/flag.gif');">English</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D151&amp;lang=sk" onmouseover="java script:getImage('language/sk/flag.gif');">Slovakian</option>

<option value="switch.php?r=%2Fcart%2Findex.php%3Fact%3DviewProd%26amp%3BproductId%3D151&amp;lang=pl" onmouseover="java script:getImage('language/pl/flag.gif');">Polish</option>

</select>

<img src="language/en/flag.gif" alt="" width="21" height="14" id="img" title="" />

</div>

<div class="boxFootLeft">&nbsp;</div></td>

<td style="padding: 0px 5px 0px 5px;"><div class="boxContent">

<strong>Location:</strong> /<a href='/cart/index.php?ccUser=&amp;catId=68&amp;act=viewCat' class='txtLocation'>MP3</a>/All

<form action="/cart/index.php?act=viewProd&amp;productId=151" method="post" name="addtobasket" target="_self">

<p class="txtContentTitle"><strong>Be With Me, LORD - psalm 91 - MP3 Download</strong></p>

<div style="text-align: center;"><img src="images/uploads/be_with_me_lord_mp3_download.jpg" alt="Be With Me, LORD - psalm 91 - MP3 Download" border="0" title="Be With Me, LORD - psalm 91 - MP3 Download" /></div>

<p>

<a href="index.php?act=viewProd&productId=151&amp;sourceSwf=Be With Me Lord.swf" target="_self"><img src="http://unitedcatholicartists.org/cart/images/extensions/dvd.jpg" /></a> Audio/Video Sample

<p>

<strong>Product Information</strong>

<br />

<p align="center"><font color="#5c5c5c"><span style="FONT-WEIGHT: bold"><span style="FONT-WEIGHT: bold"><font color="#0000ff" size="3">Single Song Audio MP3 - Digital Edition Immediate Download</font></span></span></font></p>

<p><font color="#5c5c5c"><span style="FONT-WEIGHT: bold">This Lenten psalm is available in vocal sheet music with your choice of piano or guitar accompaniment. It is also included&nbsp;in Praise The Lord - The Complete Collection Of Season Psalms. The complete book includes congregational responses for easy worship aid creation. Enjoy the CD reference recording or use it as an excellent rehearsal tool. This psalm is also available in DVD Video featuring the music set to an inspirational visual presentation with streaming lyrics, perfect for religious education. The sheet music (PDF file) and audio recording (MP3) are also available for immediate digital download.</span></font></p>

<p><font color="#5c5c5c"><span style="FONT-WEIGHT: bold"><span style="FONT-WEIGHT: bold">Audio&nbsp;MP3&nbsp;digital download</span><br/>

</span></font></p>

</p>

</p>

<p>

<strong>Price:</strong> $0.99

<span class="txtSale"></span>

</p>

<ul>

<li class="bulletLrg"><a href="/cart/index.php?act=taf&amp;productId=151" target="_self" class="txtDefault">Tell a Friend</a></li>

</ul>

<br />

<strong>Product Code:</strong> MP3 BE M69

<div>

<span class="txtOutOfStock">&nbsp;</span>

<div style="position: relative; text-align: right;">Quantity:

<input name="quan" type="text" value="1" size="2" class="textbox" style="text-align:center;" />

<a href="java script:submitDoc('addtobasket');" class="txtButton">Add to Basket</a>

</div>

</div>

<input type="hidden" name="add" value="151" />

</form>

<!-- start mod - Related Products -->

<!-- by Estelle - http://cubecart.expandingbrain.com -->

<br clear="all" />

<p class="txtContentTitle" style="margin: 1em 0;"><strong>Related Products</strong></p>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=7"><img src="images/uploads/thumbs/thumb_be_with_me_lord_piano_shipped.jpg" alt="Be With Me, LORD - psalm 91 - Piano Shipped" title="Be With Me, LORD - psalm 91 - Piano Shipped" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=7" class="txtDefault">Be With Me, LORD - psalm 91 - Piano Shipped</a><br/>

$2.95 <span class="txtSale"></span>

</div>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=56"><img src="images/uploads/thumbs/thumb_be_with_me_lord_piano_download.jpg" alt="Be With Me, LORD - psalm 91 - Piano Download" title="Be With Me, LORD - psalm 91 - Piano Download" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=56" class="txtDefault">Be With Me, LORD - psalm 91 - Piano Download</a><br/>

$2.00 <span class="txtSale"></span>

</div>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=32"><img src="images/uploads/thumbs/thumb_be_with_me_lord_guitar_shipped.jpg" alt="Be With Me, LORD - psalm 91 - Guitar Shipped" title="Be With Me, LORD - psalm 91 - Guitar Shipped" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=32" class="txtDefault">Be With Me, LORD - psalm 91 - Guitar Shipped</a><br/>

$2.00 <span class="txtSale"></span>

</div>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=80"><img src="images/uploads/thumbs/thumb_be_with_me_lord_guitar_download.jpg" alt="Be With Me, LORD - psalm 91 - Guitar Download" title="Be With Me, LORD - psalm 91 - Guitar Download" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=80" class="txtDefault">Be With Me, LORD - psalm 91 - Guitar Download</a><br/>

$1.50 <span class="txtSale"></span>

</div>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=127"><img src="images/uploads/thumbs/thumb_be_with_me_lord_video_shipped.jpg" alt="Be With Me, LORD - psalm 91 - DVD Shipped" title="Be With Me, LORD - psalm 91 - DVD Shipped" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=127" class="txtDefault">Be With Me, LORD - psalm 91 - DVD Shipped</a><br/>

$14.95 <span class="txtSale"></span>

</div>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=103"><img src="images/uploads/thumbs/thumb_be_with_me_lord_cd_shipped1.jpg" alt="Be With Me, LORD - psalm 91 - CD Shipped" title="Be With Me, LORD - psalm 91 - CD Shipped" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=103" class="txtDefault">Be With Me, LORD - psalm 91 - CD Shipped</a><br/>

$9.95 <span class="txtSale"></span>

</div>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=171"><img src="images/uploads/thumbs/thumb_pianovoice_24_praisethelord.jpg" alt="Praise The Lord - The Complete Collection Of Season Psalms - Piano Shipped" title="Praise The Lord - The Complete Collection Of Season Psalms - Piano Shipped" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=171" class="txtDefault">Praise The Lord - The Complete Collection Of Season Psalms - Piano Shipped</a><br/>

$39.95 <span class="txtSale"></span>

</div>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=172"><img src="images/uploads/thumbs/thumb_pianovoice_24_praisethelord.jpg" alt="Praise The Lord - The Complete Collection Of Season Psalms - Piano Download" title="Praise The Lord - The Complete Collection Of Season Psalms - Piano Download" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=172" class="txtDefault">Praise The Lord - The Complete Collection Of Season Psalms - Piano Download</a><br/>

$29.95 <span class="txtSale"></span>

</div>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=176"><img src="images/uploads/thumbs/thumb_guitarvoice_24_praisethelord.jpg" alt="Praise The Lord - The Complete Collection Of Season Psalms - Guitar Shipped" title="Praise The Lord - The Complete Collection Of Season Psalms - Guitar Shipped" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=176" class="txtDefault">Praise The Lord - The Complete Collection Of Season Psalms - Guitar Shipped</a><br/>

$34.95 <span class="txtSale"></span>

</div>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=173"><img src="images/uploads/thumbs/thumb_guitarvoice_24_praisethelord.jpg" alt="Praise The Lord - The Complete Collection Of Season Psalms - Guitar Download" title="Praise The Lord - The Complete Collection Of Season Psalms - Guitar Download" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=173" class="txtDefault">Praise The Lord - The Complete Collection Of Season Psalms - Guitar Download</a><br/>

$24.95 <span class="txtSale"></span>

</div>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=174"><img src="images/uploads/thumbs/thumb_double_mp3_24_praisethelord.jpg" alt="Praise The Lord - The Complete Collection Of Season Psalms - MP3 Download" title="Praise The Lord - The Complete Collection Of Season Psalms - MP3 Download" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=174" class="txtDefault">Praise The Lord - The Complete Collection Of Season Psalms - MP3 Download</a><br/>

$19.95 <span class="txtSale"></span>

</div>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=177"><img src="images/uploads/thumbs/thumb_double_cd_24_praisethelord.jpg" alt="Praise The Lord - The Complete Collection Of Season Psalms - CD Shipped" title="Praise The Lord - The Complete Collection Of Season Psalms - CD Shipped" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=177" class="txtDefault">Praise The Lord - The Complete Collection Of Season Psalms - CD Shipped</a><br/>

$24.95 <span class="txtSale"></span>

</div>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=178"><img src="images/uploads/thumbs/thumb_dvd_24_praisethelord.jpg" alt="Praise The Lord - The Complete Collection Of Season Psalms - DVD Shipped" title="Praise The Lord - The Complete Collection Of Season Psalms - DVD Shipped" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=178" class="txtDefault">Praise The Lord - The Complete Collection Of Season Psalms - DVD Shipped</a><br/>

$29.95 <span class="txtSale"></span>

</div>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=175"><img src="images/uploads/thumbs/thumb_tripack_praisethelord.jpg" alt="Praise The Lord - The Complete Collection Of Season Psalms - Trio Pack Download" title="Praise The Lord - The Complete Collection Of Season Psalms - Trio Pack Download" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=175" class="txtDefault">Praise The Lord - The Complete Collection Of Season Psalms - Trio Pack Download</a><br/>

$79.95 <span class="txtSale"></span>

</div>

<div style="text-align: center; width: 125px; height: 200px; padding: 5px; float: left;">

<a href="index.php?act=viewProd&productId=183"><img src="images/uploads/thumbs/thumb_ultimate_praisethelord.jpg" alt="Praise The Lord - The Complete Collection Of Season Psalms - Shipped" title="Praise The Lord - The Complete Collection Of Season Psalms - Shipped" border="0" /></a><br/>

<a href="index.php?act=viewProd&productId=183" class="txtDefault">Praise The Lord - The Complete Collection Of Season Psalms - Shipped</a><br/>

$99.95 <span class="txtSale"></span>

</div>

<br clear="all" />

<!-- end mod - Related Items -->

</div></td>

<td width="175">

<div class="boxTitleRight">Featured Product</div>

<div class="boxContentLeft" style="text-align: center">

<a href="index.php?act=viewProd&amp;productId=15" title="LORD, You Have The Words - psalm 19 - Piano Shipped"><img src="images/uploads/thumbs/thumb_lord_you_have_the_words_piano_shipped.jpg" alt="LORD, You Have The Words - psalm 19 - Piano Shipped" border="0" title="LORD, You Have The Words - psalm 19 - Piano Shipped" /></a>

<br />

<span class="txtCopy"><a href="index.php?act=viewProd&amp;productId=15" title="LORD, You Have The Words - psalm 19 - Piano Shipped" class="txtDefault">LORD, You Have The Words - psalm 19 - Piano Shipped</a></span>

</div>

<div class="boxFootLeft">&nbsp;</div>

<div class="boxTitleRight">Popular Products</div>

<div class="boxContentRight">

<marquee scrollamount="2" onMouseOver="this.scrollAmount='0'" onMouseOut="this.scrollAmount='2'" direction="up" loop="true" width="100%">

<ol>

<div class="PopProdEa" align="center"><a title="All The Ends Of The Earth - Psalm 98 - Piano Shipped" href="index.php?act=viewProd&amp;productId=2"><img title="All The Ends Of The Earth - Psalm 98 - Piano Shipped" src="/cart/images/uploads/thumbs/thumb_all_the_ends_piano_ship.jpg" alt="All The Ends Of The Earth - Psalm 98 - Piano Shipped" border="0" /></a>

<br /><a title="All The Ends Of The Earth - Psalm 98 - Piano Shipped" href="index.php?act=viewProd&amp;productId=2" class="txtDefault">All The Ends Of The Earth - Psalm 98 - Piano Shipped</a><p></p></li></div>

<div class="PopProdEa" align="center"><a title="Taste and See - psalm 34 - Piano Download" href="index.php?act=viewProd&amp;productId=66"><img title="Taste and See - psalm 34 - Piano Download" src="/cart/images/uploads/thumbs/thumb_taste_and_see_piano_download.jpg" alt="Taste and See - psalm 34 - Piano Download" border="0" /></a>

<br /><a title="Taste and See - psalm 34 - Piano Download" href="index.php?act=viewProd&amp;productId=66" class="txtDefault">Taste and See - psalm 34 - Piano Download</a><p></p></li></div>

<div class="PopProdEa" align="center"><a title="The Lord Is My Shepherd - psalm 23 - Piano Shipped" href="index.php?act=viewProd&amp;productId=25"><img title="The Lord Is My Shepherd - psalm 23 - Piano Shipped" src="/cart/images/uploads/thumbs/thumb_the_lord_is_my_shepherd_piano_shipped.jpg" alt="The Lord Is My Shepherd - psalm 23 - Piano Shipped" border="0" /></a>

<br /><a title="The Lord Is My Shepherd - psalm 23 - Piano Shipped" href="index.php?act=viewProd&amp;productId=25" class="txtDefault">The Lord Is My Shepherd - psalm 23 - Piano Shipped</a><p></p></li></div>

<div class="PopProdEa" align="center"><a title="My Soul Is Thirsting For You - psalm 63 - Guitar Shipped" href="index.php?act=viewProd&amp;productId=44"><img title="My Soul Is Thirsting For You - psalm 63 - Guitar Shipped" src="/cart/images/uploads/thumbs/thumb_my_soul_is_thirsting_for_you_guitar_shipped.jpg" alt="My Soul Is Thirsting For You - psalm 63 - Guitar Shipped" border="0" /></a>

<br /><a title="My Soul Is Thirsting For You - psalm 63 - Guitar Shipped" href="index.php?act=viewProd&amp;productId=44" class="txtDefault">My Soul Is Thirsting For You - psalm 63 - Guitar Shipped</a><p></p></li></div>

<div class="PopProdEa" align="center"><a title="The Cry Of The Poor - psalm 34 - Guitar Shipped" href="index.php?act=viewProd&amp;productId=43"><img title="The Cry Of The Poor - psalm 34 - Guitar Shipped" src="/cart/images/uploads/thumbs/thumb_the_cry_of_the_poor_guitar_shipped.jpg" alt="The Cry Of The Poor - psalm 34 - Guitar Shipped" border="0" /></a>

<br /><a title="The Cry Of The Poor - psalm 34 - Guitar Shipped" href="index.php?act=viewProd&amp;productId=43" class="txtDefault">The Cry Of The Poor - psalm 34 - Guitar Shipped</a><p></p></li></div>

<div class="PopProdEa" align="center"><a title="Praise The Lord - The Complete Collection Of Season Psalms - Shipped" href="index.php?act=viewProd&amp;productId=183"><img title="Praise The Lord - The Complete Collection Of Season Psalms - Shipped" src="/cart/images/uploads/thumbs/thumb_ultimate_praisethelord.jpg" alt="Praise The Lord - The Complete Collection Of Season Psalms - Shipped" border="0" /></a>

<br /><a title="Praise The Lord - The Complete Collection Of Season Psalms - Shipped" href="index.php?act=viewProd&amp;productId=183" class="txtDefault">Praise The Lord - The Complete Collection Of Season Psalms - Shipped</a><p></p></li></div>

<div class="PopProdEa" align="center"><a title="LORD Send Out Your Spirit - psalm 104 - Piano Shipped" href="index.php?act=viewProd&amp;productId=14"><img title="LORD Send Out Your Spirit - psalm 104 - Piano Shipped" src="/cart/images/uploads/thumbs/thumb_lord_send_out_your_spirit_piano_shipped.jpg" alt="LORD Send Out Your Spirit - psalm 104 - Piano Shipped" border="0" /></a>

<br /><a title="LORD Send Out Your Spirit - psalm 104 - Piano Shipped" href="index.php?act=viewProd&amp;productId=14" class="txtDefault">LORD Send Out Your Spirit - psalm 104 - Piano Shipped</a><p></p></li></div>

<div class="PopProdEa" align="center"><a title="Let Us Go Rejoicing - psalm 122 - CD Shipped" href="index.php?act=viewProd&amp;productId=120"><img title="Let Us Go Rejoicing - psalm 122 - CD Shipped" src="/cart/images/uploads/thumbs/thumb_let_us_go_rejoicing_cd_shipped1.jpg" alt="Let Us Go Rejoicing - psalm 122 - CD Shipped" border="0" /></a>

<br /><a title="Let Us Go Rejoicing - psalm 122 - CD Shipped" href="index.php?act=viewProd&amp;productId=120" class="txtDefault">Let Us Go Rejoicing - psalm 122 - CD Shipped</a><p></p></li></div>

<div class="PopProdEa" align="center"><a title="Praise The Lord - The Complete Collection Of Season Psalms - Trio Pack Download" href="index.php?act=viewProd&amp;productId=175"><img title="Praise The Lord - The Complete Collection Of Season Psalms - Trio Pack Download" src="/cart/images/uploads/thumbs/thumb_tripack_praisethelord.jpg" alt="Praise The Lord - The Complete Collection Of Season Psalms - Trio Pack Download" border="0" /></a>

<br /><a title="Praise The Lord - The Complete Collection Of Season Psalms - Trio Pack Download" href="index.php?act=viewProd&amp;productId=175" class="txtDefault">Praise The Lord - The Complete Collection Of Season Psalms - Trio Pack Download</a><p></p></li></div>

<div class="PopProdEa" align="center"><a title="LORD, Let us See Your Kindness - psalm 85 - Piano Shipped" href="index.php?act=viewProd&amp;productId=4"><img title="LORD, Let us See Your Kindness - psalm 85 - Piano Shipped" src="/cart/images/uploads/thumbs/thumb_lord_let_us_see_your_kindness_piano_shipped.jpg" alt="LORD, Let us See Your Kindness - psalm 85 - Piano Shipped" border="0" /></a>

<br /><a title="LORD, Let us See Your Kindness - psalm 85 - Piano Shipped" href="index.php?act=viewProd&amp;productId=4" class="txtDefault">LORD, Let us See Your Kindness - psalm 85 - Piano Shipped</a><p></p></li></div>

<div class="PopProdEa" align="center"><a title="Taste and See - psalm 34 - Guitar Download" href="index.php?act=viewProd&amp;productId=90"><img title="Taste and See - psalm 34 - Guitar Download" src="/cart/images/uploads/thumbs/thumb_taste_and_see_guitar_download.jpg" alt="Taste and See - psalm 34 - Guitar Download" border="0" /></a>

<br /><a title="Taste and See - psalm 34 - Guitar Download" href="index.php?act=viewProd&amp;productId=90" class="txtDefault">Taste and See - psalm 34 - Guitar Download</a><p></p></li></div>

<div class="PopProdEa" align="center"><a title="LORD, Every Nation On Earth - psalm 72 - Piano Shipped" href="index.php?act=viewProd&amp;productId=5"><img title="LORD, Every Nation On Earth - psalm 72 - Piano Shipped" src="/cart/images/uploads/thumbs/thumb_lord_every_nation_piano_shipped.jpg" alt="LORD, Every Nation On Earth - psalm 72 - Piano Shipped" border="0" /></a>

<br /><a title="LORD, Every Nation On Earth - psalm 72 - Piano Shipped" href="index.php?act=viewProd&amp;productId=5" class="txtDefault">LORD, Every Nation On Earth - psalm 72 - Piano Shipped</a><p></p></li></div>

</ol>

</marquee>

</div> <div class="boxTitleLeft">Mailing List</div>

<div class="boxContentLeft txtCopy">

Subscribe to our mailing list below:

<form action="/cart/index.php?act=viewProd&amp;productId=151" method="post">

<strong>Email:</strong> <input name="email" type="text" size="14" maxlength="255" class="textbox" />

<input type="hidden" name="act" value="mailList" />

<div style="padding-top: 5px; text-align: center;">

<input name="submit" type="submit" value="Join Now" class="submit" />

</div>

</form>

</div>

<div class="boxFootLeft">&nbsp;</div>

</td>

</tr>

</table>

</div>

<div class="siteDocs">

<div class="siteDocsBgRight">

<span class="siteDocsBgLeft">&nbsp;</span>

<div style="padding-top: 5px;">

<a href="index.php?act=viewDoc&amp;docId=4" class="txtSiteDocs">Privacy Policy</a>

| <a href="http://www.unitedcatholicartists.org/Artists.htm" class="txtSiteDocs">Artists</a>

| <a href="http://www.unitedcatholicartists.org/Concerts.htm" class="txtSiteDocs">Concerts</a>

| <a href="http://www.unitedcatholicartists.org/Submissions.htm" class="txtSiteDocs">Submissions</a>

| <a href="http://www.unitedcatholicartists.org/contact.htm" class="txtSiteDocs">Contact</a>

| <a href="http://www.unitedcatholicartists.org" class="txtSiteDocs">Homepage</a>

</div>

</div>

</div>

</div>

<div class='txtCopyright'>Powered by <a href='http://www.cubecart.com' class='txtCopyright' target='_blank'>CubeCart</a>&trade;<br />Copyright <a href='http://www.devellion.com' class='txtCopyright' target='_blank'>Devellion Limited</a> 2006. All rights reserved.</div></body>

</html>

<center>

<a href="rss.php?f=1" target="_blank"><img src="images/logos/rss1.gif"></a> <a href="rss.php?f=2" target="_blank"><img src="images/logos/rss2.gif"></a> <a href="rss.php?f=3" target="_blank"><img src="images/logos/atom1.gif"></a><br />

</center>

From my best guess, the cart was working perfectly around the end of June. This is a rather new store and we were just getting ready to promote it and hopefully start making some sales. Now we have no idea how many sales we might have lost because the cart won't work. I'm not a coder and haven't a clue what to try next. I'm afraid to spend all the time it would take to redo all of the nonworking items only to have the problem crop up again. The only changes that I made to the site since the end of June when I know it was all working were that I adding information on the main site pages which is not a part of the cart and I did add a multiple mp3 player from Premium Beat ... you will see it only on the collections. Here is an example:

http://www.unitedcatholicartists.org/cart/...p;productId=178

I made no other changes.

I could spend several days deleting all of the nonworking products and putting them all back but, I hate to do this much work only to have the problem crop up again. Anyone have an idea? I tried tech support and they couldn't help me.

Thanks!

Ruth (ps... I'm not a coder)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...