Sha256: fc29d5d0d3dbd0d26d7395ef275977e41c1150c816c5df65fa60463c0f47dec7

Contents?: true

Size: 455 Bytes

Versions: 13

Compression:

Stored size: 455 Bytes

Contents

%h2.effective-orders-page-title= (@page_title || 'My Cart')

- if @cart.empty?
  %p Your cart is empty.
- else
  %p Your cart has #{@cart.cart_items.length} items.

  = render_cart(@cart)
  %hr
  = render partial: '/effective/carts/cart_actions', locals: { cart: @cart }

- if @pending_orders.present?
  %h3 Pending Orders
  = render_orders(@pending_orders)

- if EffectiveOrders.show_order_history_button
  = link_to_my_purchases(label: 'Order History')

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
effective_orders-2.1.17 app/views/effective/carts/show.html.haml
effective_orders-2.1.16 app/views/effective/carts/show.html.haml
effective_orders-2.1.15 app/views/effective/carts/show.html.haml
effective_orders-2.1.14 app/views/effective/carts/show.html.haml
effective_orders-2.1.13 app/views/effective/carts/show.html.haml
effective_orders-2.1.12 app/views/effective/carts/show.html.haml
effective_orders-2.1.10 app/views/effective/carts/show.html.haml
effective_orders-2.1.9 app/views/effective/carts/show.html.haml
effective_orders-2.1.8 app/views/effective/carts/show.html.haml
effective_orders-2.1.7 app/views/effective/carts/show.html.haml
effective_orders-2.1.6 app/views/effective/carts/show.html.haml
effective_orders-2.1.5 app/views/effective/carts/show.html.haml
effective_orders-2.1.4 app/views/effective/carts/show.html.haml