How can I still create an orders history and details page even though the confirm page is bypassed?
When I initially setup my eCart, I intentionally wanted eCart not to go through the entire shopping cart process, such as through the checkout page, confirm page, and finally being redirected to PayPal. As things look now, the user is redirected from the cart.php page straight to PayPal.
However, I would like to still create an orders history and details page from the orders that are passing through eCart. I know that my (pp_confirm.php) page contains the (WA eCart Store Cart Summary in Db) code which appears to display my orders table', such as the order ID and other related table columns. Nonetheless, when I review WebAssist's tutorial on creating an orders history and detail pages, it makes reference to the (eCart Store Summary in Database server behavior). I do not see this server behavior on my pp_confirm.php page or any other confirm pages.
Am I able to still create order history and details pages considering my dilemma? If so, how can I go about it?