28 Dec, 2012
4 commits
-
It was masking a programming error, which is now fixed.
-
There are a couple of FIXME's there, plus the whole thing has to be refactored: * the shopping cart controller must be moved out of the profile namespace, because we can't know to which profile we should make the AJAX request to load the cart * there are too many unecessary AJAX requests. * most of the cart functionality must probably be encapsulate into * proper objects.
22 Jun, 2012
1 commit
-
Changes what's stored in PurchaseOrder so the product name is also stored, that way if the product is removed its name isn't lost. Uses a class named LineItem to encapsulate the information about an ordered product for clarification. Also fixes the views so it shows the product name but not the product url if the product was removed. (ActionItem2362)
26 Dec, 2011
1 commit
22 Dec, 2011
3 commits
-
A few visual tweaks for the shopping cart
28 Nov, 2011
1 commit
-
(ActionItem2199)
22 Sep, 2011
4 commits
-
Co-authored-by: Aurélio A. Heckert <aurelio@colivre.coop.br> (ActionItem2062)
16 Aug, 2011
18 commits
-
(ActionItem1970)
-
* Missing the send-email implementation
-
* Feature: - Possibility to enable and disable "Add to cart" buttons - Also possibility to further configurations of cart on the profile.
-
Don't panic! =D
-
(ActionItem1970)
-
(ActionItem1970)
-
Adding the 'Add to cart' button to assets products list.
-
* Features: - Plugin helper. - Plugin mailer. - Template for supplier and customer email. - Upgrades to form. * Fixes: - Passing request form through ajax serialize instead of hardcoded.
-
* Missing the send-email implementation
-
* Feature: - Possibility to enable and disable "Add to cart" buttons - Also possibility to further configurations of cart on the profile.
-
Don't panic! =D