1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-28 17:52:43 +01:00
phorge-phorge/src/applications/phortune/controller
epriestley 6ec1f35870 Phortune Carts and Purchases
Summary:
Ref T2787. Make carts and purchases real objects, with storage, that kind-of work.

Roughly, the idea here is that applications create "purchases" (like "1 large t-shirt") and add them to "carts" (a user can have a lot of different carts at the same time), then hand things off to Phortune to deal with actualy charging a card. Roughly this works like Paypal or other similar systems do, except Phortune is the thing the user gets handed off to.

This doesn't do anything interesting/useful yet.

Also fix some bugs and update some UI.

Test Plan: Added a product to a cart, saw it in cart screen.

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T2787

Differential Revision: https://secure.phabricator.com/D10001
2014-07-23 10:34:08 -07:00
..
PhortuneAccountBuyController.php Phortune Carts and Purchases 2014-07-23 10:34:08 -07:00
PhortuneAccountViewController.php Update Phortune UI elements 2014-07-13 09:18:50 -07:00
PhortuneController.php Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
PhortuneLandingController.php Phortune v0 2013-03-28 09:10:34 -07:00
PhortunePaymentMethodEditController.php Phortune Carts and Purchases 2014-07-23 10:34:08 -07:00
PhortunePaymentMethodListController.php Remove all device = true from page construction 2014-06-23 15:18:14 -07:00
PhortunePaymentMethodViewController.php Remove all device = true from page construction 2014-06-23 15:18:14 -07:00
PhortuneProductEditController.php Phortune Carts and Purchases 2014-07-23 10:34:08 -07:00
PhortuneProductListController.php Update Phortune UI elements 2014-07-13 09:18:50 -07:00
PhortuneProductPurchaseController.php Phortune Carts and Purchases 2014-07-23 10:34:08 -07:00
PhortuneProductViewController.php Phortune Carts and Purchases 2014-07-23 10:34:08 -07:00
PhortuneProviderController.php Remove all device = true from page construction 2014-06-23 15:18:14 -07:00