Closed GoogleCodeExporter closed 8 years ago
The checkout receipt is in pages/checkout.php in a div with an id of
"print_item_list_div" (just open that file and search for that term). It might
be easiest to add it below the table row that contains the text "Checkout
Receipt" (see below).
<tr>
<td>Checkout Receipt</td>
</tr>
<tr>
<td><?php echo $_SESSION['name'];?></td>
</tr>
Original comment by ericmelton1@gmail.com
on 14 Aug 2010 at 9:51
thanks, I'll give it a go!
Original comment by charle...@gmail.com
on 17 Aug 2010 at 3:39
Thanks Eric, it works beautifully.
Original comment by charle...@gmail.com
on 17 Aug 2010 at 4:04
[deleted comment]
Original comment by ericmelton1@gmail.com
on 15 Nov 2010 at 11:23
Original issue reported on code.google.com by
charle...@gmail.com
on 14 Aug 2010 at 8:58