Need help solving a problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
chriscaldwell
Forum Newbie
Posts: 1
Joined: Wed Jun 09, 2010 9:14 pm

Need help solving a problem

Post by chriscaldwell »

Hello,
I'm new to php and recently was hired to build an ecommerce site. I purchased an extension from Webassist dot com which is supposed to make it very simple. While I've built the site and it works for the most part, I've got one glitch that I must solve asap. I've posted in the webassist forum, but can't seem to get a simple solution that will fix this.

Okay, the page where the problem is located at http://chris.apollohosting.com/sushisite4/tshirts.php

The first shirt listed has a Quantity, Size, and Location field before the Add to Cart button. While I can select the quantity, size, and location, when I click Add to Cart, it takes me to the cart page indicating my choices, but the Location column doesn't show the location chosen by a customer.

I'm not sure why this is happening. Can someone please help me figure this out? I have attached the php code for the tshirts page, as well as the cart page, and a screen capture of the Add to Cart window that you use to set the criteria for each object you sell, in case it helps.

Thank you very much.
Chris
Attachments
location.JPG
location.JPG (131.53 KiB) Viewed 107 times
tshirts.zip
(6.65 KiB) Downloaded 7 times
cartphp4.zip
(2.54 KiB) Downloaded 6 times
Post Reply