Difference between revisions of "To do"

From VbzWiki
Jump to navigation Jump to search
(→‎Archive: 2006)
(→‎2010-02-19: order event issues)
Line 6: Line 6:
 
==Current==
 
==Current==
 
These apply to [[htyp:VbzCart|VbzCart]] as currently running on our home server.
 
These apply to [[htyp:VbzCart|VbzCart]] as currently running on our home server.
===2010-02-19===
+
===2010-02-22===
 
* <s>'''CRITICAL BUG''': Shopping cart (reportedly) replaces existing item with new item when added.</s> ''fixed 20:52''
 
* <s>'''CRITICAL BUG''': Shopping cart (reportedly) replaces existing item with new item when added.</s> ''fixed 20:52''
 
* '''NEED''': Completed order should send order confirmation email to customer and admin
 
* '''NEED''': Completed order should send order confirmation email to customer and admin
 
* Admin should be able to edit contents of shopping carts
 
* Admin should be able to edit contents of shopping carts
 
** ...with proper logging of changes
 
** ...with proper logging of changes
 +
** Something is adding an extra, bogus event when new order lines are saved
 +
* Order display shows events from ord_event, not event_log; these need to be consolidated
 
* Addresses should not show country when it is the default shipping zone (i.e. US, in our case)
 
* Addresses should not show country when it is the default shipping zone (i.e. US, in our case)
 
** This means shipping zone probably needs to be a part of the address object... somehow.
 
** This means shipping zone probably needs to be a part of the address object... somehow.

Revision as of 19:38, 22 February 2010

Work which needs to be done on vbz.net

Archive

  • /2009: old list from March 2009. Some of these may still be applicable.
  • /2006: an even older list, mostly not relevant anymore

Current

These apply to VbzCart as currently running on our home server.

2010-02-22

  • CRITICAL BUG: Shopping cart (reportedly) replaces existing item with new item when added. fixed 20:52
  • NEED: Completed order should send order confirmation email to customer and admin
  • Admin should be able to edit contents of shopping carts
    • ...with proper logging of changes
    • Something is adding an extra, bogus event when new order lines are saved
  • Order display shows events from ord_event, not event_log; these need to be consolidated
  • Addresses should not show country when it is the default shipping zone (i.e. US, in our case)
    • This means shipping zone probably needs to be a part of the address object... somehow.
  • In text version of cart/order display:
    • Show email and/or phone
    • Pull totals from order record, if available
      • show warning if it's not available
      • show warning if totals don't match those calculated
  • BUG: "Use different..." buttons in checkout don't work quite right
  • BUG: Credit card expiration date not importing properly
  • NEED: admin needs to be able to view/edit credit card records
  • NEED: admin needs to be able to view/edit name records