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

Duplicate footer in e-mail receipt #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Check something out.
2.Have it e-mail the receipt.
3.

What is the expected output? What do you see instead?
I expect to see a single footer.  Instead I see the footer after the item and 
at the end of the receipt.

What version of the product are you using? On what operating system?
v1.2

Please provide any additional information below.
I was able to fix this issue by going into the pages\checkout.php file and 
remarking out line 157 (//$("#print_item_list table 
tbody").append(receipt_footer);).

Original issue reported on code.google.com by CDASupp...@gmail.com on 8 Jun 2012 at 7:10

Attachments:

GoogleCodeExporter commented 8 years ago
Strange that that fixed -that is the function that runs when "email receipt" is 
pressed.

Original comment by ericmelton1@gmail.com on 13 Jun 2012 at 8:14

GoogleCodeExporter commented 8 years ago
I see the mistake now. it gets added in checkout.php and in 
processes/email_receipt.php

Original comment by ericmelton1@gmail.com on 14 Jun 2012 at 3:36

GoogleCodeExporter commented 8 years ago

Original comment by ericmelton1@gmail.com on 14 Jun 2012 at 3:37