Sha256: de90ab38bfd2ed7e5909147bac87bb0bef791cb01f60cd4a8e3401c57c7cc353

Contents?: true

Size: 488 Bytes

Versions: 3

Compression:

Stored size: 488 Bytes

Contents

$('#item_table').replaceWith("<%= j(render template: 'shopping_cart/carts/_order_items') %>")
$('#mobile_item_table').replaceWith("<%= j(render template: 'shopping_cart/carts/_mobile_order_items') %>")
$('#summary_table').replaceWith("<%= j(render template: 'shopping_cart/carts/_order_summary') %>")
$('#cart_quantity').replaceWith("<%= j(render template: 'layouts/_cart_quantity') %>")
$('#mobile_cart_quantity').replaceWith("<%= j(render template: 'layouts/_mobile_cart_quantity') %>")

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
loker-shopping-cart-0.1.3 app/views/shopping_cart/order_items/update.js.erb
loker-shopping-cart-0.1.2 app/views/shopping_cart/order_items/update.js.erb
loker-shopping-cart-0.1.1 app/views/shopping_cart/order_items/update.js.erb