Architectural overview of the Digital Products Plugin
/digitalproducts/
- Administration-facing configuratino page for digital products./digitalproducts_edit/<int:id>
- Edits a digital product./digitalproducts_delete
- Deletes a digital product./checkout/<int:id>
- URL leading to the checkout page for purchasing a digital product. This is auto-generated as a feature link by the Digital Products configuration page, and forwards the user to the payment page with a newly generated cart./checkout/<int:id>/<str:refresh>
- URL enabling refresh of the checkout page, which avoids duplication of data structures.