Author Topic: Receipt Edit  (Read 1183 times)

JoshuaSchwartz

  • Newbie
  • *
  • Posts: 1
    • View Profile
Receipt Edit
« on: January 27, 2022, 01:23:17 PM »
I have looked at the previous threads but I am unable to edit the general receipt.html file to add the seat assignments. I made a copy of the file to edit but I have no idea how to edit it or how to code. If someone has a file to send or an example of the code with instructions, that would be helpful.

Thanks!

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6220
    • View Profile
Re: Receipt Edit
« Reply #1 on: January 28, 2022, 10:33:44 AM »
The receipt template (as well as all export templates) are HTML, so you do have to know the basics of HTML.  There are a zillion HTML tutorials on the web, and plenty of online HTML editors as well if you don't really want to learn HTML but just want to use an editor to achieve the desired results (although I'd stick with a simple editor since the final result is a printed receipt you don't need too many fancy features like animations).  Here are two editors I found with a very quick google:

https://html5-editor.net/

https://htmlg.com/html-editor/

You could also let us know what you're trying to achieve and we can try to help.