Cart page conforms to convention in rest of checkout, adjusting helpers through checkout

This commit is contained in:
Rob Harrington
2014-11-26 18:53:29 +11:00
parent 8f27c643f1
commit 8a3bffb37d
10 changed files with 31 additions and 30 deletions

View File

@@ -13,8 +13,7 @@ $ ->
$(document).ready ->
$('#cart_adjustments').hide()
$('th.cart-adjustment-header').html('<a href="#">Distribution...</a>')
$('th.cart-adjustment-header a').click ->
$('#cart_adjustments').toggle()
$('th.cart-adjustment-header a').html('Distribution')
$(this).html('Item Handling Fees (included in item totals)')
false