VbzCart/docs/pieces/checkout/page 4: Difference between revisions

From Woozle Writes Code
< VbzCart‎ | docs‎ | pieces‎ | checkout
Jump to navigation Jump to search
imported>Woozle
(Created page with "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 info...")
 
m (Woozle moved page VbzCart/VbzCart/pieces/checkout/page 4 to VbzCart/docs/pieces/checkout/page 4 without leaving a redirect: correct naming (was no way to import directly to this name))
 
(No difference)

Latest revision as of 01:53, 25 February 2024

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):

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