PDA

View Full Version : product detail page not passing correct item number to cart page


robert329616
04-10-2009, 11:45 AM
Hello.

An issue has popped up that was resolved(?). I changed all references in my database and PHP code for the Item Number (number to text) so I could include alpha numeric.
When I select a product from the category page and go to the product detail page the item number (T55548D) populates correctly. When I select add to cart and go to the cart page the item number shows up as 0. Also 000550 shows up as 0. Item numbers that start with 1-9 appear properly. I went back through the code but cannot seem to find the issue.

The site is live at www.24sevenpetavenue.com. The cart and product detail pages are located at: /cart.php and /product.php.

Any help would be greatly appreciated.

Regards,
Rob

Ray Borduin
04-10-2009, 11:58 AM
Make sure the cart column is marked as text and reapply the add to cart server behavior on that page. That should fix it.

robert329616
04-10-2009, 12:05 PM
Ray,

That did it, thanks for the help! I can't believe how easy it was...

Regards,
Rob