VbzCart/pieces/checkout/page 4

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< VbzCart‎ | pieces‎ | checkout
Jump to navigation Jump to search

The final page (4) of the checkout process, the Receipt page, does the following:

  • generates a printable receipt showing all of the order information
    • This is the same information as on page 3, but without editing links.
    • Future: Might also offer a PDF.
  • sends notification email to the user and to the store, confirming the order and alerting the store operator that there's an order to fill
  • marks the order as "placed", so that any actions the user is not supposed to be able to do after placing the order can be prevented.

This is an approximation of the Receipt page (the actual code is still being debugged; cart data is not yet being copied over properly):

2019-08-29.screenshot.VBZ checkout page 4 buggy.trimmed.png