Implemented simlified shop flow.

This commit is contained in:
alexs333
2013-09-04 20:32:21 +10:00
parent 25b25b7681
commit 999bc2697a
19 changed files with 181 additions and 96 deletions

View File

@@ -0,0 +1,5 @@
$(document).ready ->
$("#order_order_cycle_id").change -> $("#order_cycle_select").submit()
$("#reset_order_cycle").click -> return false unless confirm "Performing this action will clear your cart."