Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

data wont show up in cart


GWaiteUMPA

Recommended Posts

hey all, i am working on a website for a candle company www.maumbachelcandle.com - and in their shopping cart, I am having difficulty getting the data to load once you go to order a candle or something of the like. if you go to http://www.maumbachelcandle.com/catalog/shopping_cart.php you will notice, after trying to order something that it will state the shopping cart is empty. I have been working on this and I need to get it done ASAP, is there any way i can get it fixed. here is a snippet of code of what i got.

 

<form action="http://www.maumbachelcandle.com/catalog/index.php" method="post" name="bachel bears" id="bachel bears">
					 <input type="hidden" name="products_id" value="29">
					 <input type="hidden" name="action" value="buy_now">
					 <input type="hidden" name="sort" value="4a">
					 <input type="hidden" name="cpath" value="21"><br><br>
<table width="97%"  border="0" cellspacing="0" cellpadding="0">
				<tr>
				  <td><div align="center"><strong>Bachel Bear </strong></div></td>
				</tr>
				<tr>
				  <td><div align="center">7.5" Sitting Bear </div></td>
				</tr>
				<tr>
				  <td><div align="center"><strong>$24.95</strong>						</div></td>
				</tr>
				<tr>
				  <td><div align="center">stock # FM/BB/1114 </div></td>
				</tr>
				<tr>
				  <td><div align="center">Quantity
					  <input name="bachel bear quantity" type="text" id="bachel bear quantity" size="10" maxlength="4">
</div></td>
				</tr>
				<tr>
				  <td><div align="center">
					<p>Color:
					  <select name="color" id="color">
						<option selected>brown</option>
						<option>white</option>
						<option>tan</option>
					  </select>
</p>
				  </div></td>
				</tr>
				<tr>
				  <td height="32"><div align="center">Select a scent 
					<select name="scents" size="1" id="scents">
					  <option>Apple Cinnamon</option>
					  <option>Baby Powder</option>
					  <option>Banana Nut Bread</option>
					  <option>Berry Cobbler</option>
					  <option>Blackberry Tea</option>
					  <option>Blueberry</option>
					  <option>Butt Naked</option>
					  <option>Champagne</option>
					  <option>Cherry</option>
					  <option>China Rain</option>
					  <option>Cinnamon Stix</option>
					  <option>Citrus Blast</option>
					  <option>Cool Citrus Basil</option>
					  <option>Cranberry Orange</option>
					  <option>Dragons Heat</option>
					  <option>Drakkar</option>
					  <option>Eucalyptus</option>
					  <option>Fresh Baked Bread</option>
					  <option>Gingerbread</option>
					  <option>Grandma's Kitchen</option>
					  <option>Harvest Spice</option>
					  <option>Hawaiian Paradise</option>
					  <option>Home Sweet Home</option>
					  <option>Honeydew</option>
					  <option>Hot Apple Pie</option>
					  <option>Apple Streudel</option>
					  <option>Hot Cocoa</option>
					  <option>Juniper Breeze</option>
					  <option>Lilac</option>
					  <option>Macintosh Apple</option>
					  <option>Mango & Papaya</option>
					  <option>Oatmeal Milk & Honey</option>
					  <option>Ocean Mist</option>
					  <option>Patchouilli</option>
					  <option>Pina Colada</option>
					  <option>Pineapple</option>
					  <option>Pumpkin Pie</option>
					  <option>Red Current</option>
					  <option>Rose</option>
					  <option>Sandlewood</option>
					  <option>Sea Breeze</option>
					  <option>Sex on the Beach</option>
					  <option>Spearmint</option>
					  <option>Sugar Cookie</option>
					  <option>Sweet Pea</option>
					  <option>Vanilla</option>
					  <option>Woods & Flowers</option>
					</select>
				  </div></td>
				</tr>
				<tr>
				  <td height="32"><div align="center">
					<input type="submit" name="Submit" value="Add to cart">
				  </div></td>
				</tr>
			  </table>
			<br>
		  </form>
		  </div>
		</td>
	  </tr>
	  <tr> 
		<td width="45%" height="135"> 
		  <div align="center">
			<p align="center"><img src="graphics/laying_ben_bachel.jpg" alt="Bathroom Benjamin available at Maumbachel Candle - Schellsburg, Pennsylvania" width="427" height="259"></p>
			<p align="center"><strong>Bathroom Benjamin</strong></p>
			<form action="http://www.maumbachelcandle.com/catalog/shopping_cart.php" method="post" name="bathroom benjamin" id="bathroom benjamin">
			  <input type=hidden name=return value="www.maumbachelcandle.com/bears.html"><input type="hidden" name="product[]" value="bathroom benjamin">
					 <input type="hidden" name="price" value="20.95"><table width="76%"  border="0" align="center" cellpadding="0" cellspacing="0">
				<tr>
				  <td><div align="center">11.5" laying bear </div></td>
				</tr>
				<tr>
				  <td><div align="center"><strong>$20.95</strong></div></td>
				</tr>
				<tr>
				  <td><div align="center">stock # FM/BBL17554 </div></td>
				</tr>
				<tr>
				  <td><div align="center">Quantity
					  <input name="bachel bear quantity" type="text" id="bachel bear quantity" size="10" maxlength="4">

				  </div></td>
				</tr>
				<tr>
				  <td><div align="center">Select a scent
					  <select name="scents" size="1" id="scents">
						<option>Apple Cinnamon</option>
						<option>Baby Powder</option>
						<option>Banana Nut Bread</option>
						<option>Berry Cobbler</option>
						<option>Blackberry Tea</option>
						<option>Blueberry</option>
						<option>Butt Naked</option>
						<option>Champagne</option>
						<option>Cherry</option>
						<option>China Rain</option>
						<option>Cinnamon Stix</option>
						<option>Citrus Blast</option>
						<option>Cool Citrus Basil</option>
						<option>Cranberry Orange</option>
						<option>Dragons Heat</option>
						<option>Drakkar</option>
						<option>Eucalyptus</option>
						<option>Fresh Baked Bread</option>
						<option>Gingerbread</option>
						<option>Grandma's Kitchen</option>
						<option>Harvest Spice</option>
						<option>Hawaiian Paradise</option>
						<option>Home Sweet Home</option>
						<option>Honeydew</option>
						<option>Hot Apple Pie</option>
						<option>Apple Streudel</option>
						<option>Hot Cocoa</option>
						<option>Juniper Breeze</option>
						<option>Lilac</option>
						<option>Macintosh Apple</option>
						<option>Mango & Papaya</option>
						<option>Oatmeal Milk & Honey</option>
						<option>Ocean Mist</option>
						<option>Patchouilli</option>
						<option>Pina Colada</option>
						<option>Pineapple</option>
						<option>Pumpkin Pie</option>
						<option>Red Current</option>
						<option>Rose</option>
						<option>Sandlewood</option>
						<option>Sea Breeze</option>
						<option>Sex on the Beach</option>
						<option>Spearmint</option>
						<option>Sugar Cookie</option>
						<option>Sweet Pea</option>
						<option>Vanilla</option>
						<option>Woods & Flowers</option>
					  </select>

				  </div></td>
				</tr>
				<tr>
				  <td><div align="center">
					<input type="submit" name="Submit" value="Add to cart">
				  </div></td>
				</tr>
			  </table>
			</form>

 

thanks alot

Link to comment
Share on other sites

I have no problem in adding items to the shopping cart, provided those items are taken from the 'catalog' area of your osCommerce website. I have also backtracked and added other items, and the cart displays correctly.

Try deleting all Temporary Internet Files and all Offline Content from your browser.

 

Vger

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...