Sha256: 6399d51929741d96bfffbf801439823484648a43d8c4a7ac2d761b8e5bd82c31

Contents?: true

Size: 428 Bytes

Versions: 14

Compression:

Stored size: 428 Bytes

Contents

%h1.effective-heading= @page_title

- if @cart.blank?
  %p No items in cart.
- 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?
  %h2 Pending Orders
  = render_orders(@pending_orders)

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
effective_orders-3.2.3 app/views/effective/carts/show.html.haml
effective_orders-3.2.2 app/views/effective/carts/show.html.haml
effective_orders-3.2.1 app/views/effective/carts/show.html.haml
effective_orders-3.2.0 app/views/effective/carts/show.html.haml
effective_orders-3.1.7 app/views/effective/carts/show.html.haml
effective_orders-3.1.6 app/views/effective/carts/show.html.haml
effective_orders-3.1.4 app/views/effective/carts/show.html.haml
effective_orders-3.1.3 app/views/effective/carts/show.html.haml
effective_orders-3.1.0 app/views/effective/carts/show.html.haml
effective_orders-3.0.4 app/views/effective/carts/show.html.haml
effective_orders-3.0.3 app/views/effective/carts/show.html.haml
effective_orders-3.0.2 app/views/effective/carts/show.html.haml
effective_orders-3.0.1 app/views/effective/carts/show.html.haml
effective_orders-3.0.0 app/views/effective/carts/show.html.haml