unable to display items in shopping cart results page

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
mktc
Forum Newbie
Posts: 1
Joined: Sat Dec 28, 2002 6:07 am

unable to display items in shopping cart results page

Post by mktc »

:cry:
I am in the final stages of designing a shopping cart. Once the credit card is processed I want the respective ebook items to be displayed to be downloaded. $ascOrdersResult contains the product ID of the items they've ordered in the form $ascOrdersResult[$intRow]['ProductID']. It's in a file by name shop.phtml. I want to use the information stored in $ascOrdersResult[$intRow]['ProductID'] to check and display all respective items the user has ordered. I am unable to get the information from this array into the file download.pthml. what is the command needed to get the information stored in $ascOrdersResult[$intRow]['ProductID'] from shop.phmtl into the file download.phtml.

Helpppppppppppp :cry:

manoj
Post Reply