Module: ShoppingCart::OrderItemsQuantityHelper

Includes:
CurrentSession
Defined in:
app/helpers/shopping_cart/order_items_quantity_helper.rb

Instance Method Summary collapse

Instance Method Details

#order_items_quantityObject



5
6
7
# File 'app/helpers/shopping_cart/order_items_quantity_helper.rb', line 5

def order_items_quantity
  current_order&.items_count || 0
end