GallusMax / open-source-self-check

An OpenSource Selfcheck system that is FAST, intuitive and - Free Software! Enhancements against the code from code.google.com/p/open-source-self-check
GNU General Public License v3.0
6 stars 4 forks source link

add patron name to printed receipt? #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
We are hoping to add the patron's name to the printed receipt for a summer 
activity

What version of the product are you using? On what operating system?
1.042 XP

Please provide any additional information below.
 This is a temporary change that we will revert at the end of summer.

Original issue reported on code.google.com by charle...@gmail.com on 14 Aug 2010 at 8:58

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
thanks, I'll give it a go!

Original comment by charle...@gmail.com on 17 Aug 2010 at 3:39

GoogleCodeExporter commented 8 years ago
Thanks Eric, it works beautifully. 

Original comment by charle...@gmail.com on 17 Aug 2010 at 4:04

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by ericmelton1@gmail.com on 15 Nov 2010 at 11:23