Page 1 of 1

unable to display items in shopping cart results page

Posted: Sat Dec 28, 2002 6:07 am
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