Sha256: 03d4a94e2cddf99eded04bb60decd7e8dd2a3cbd78eb8e772dc812338c20bb7b
Contents?: true
Size: 396 Bytes
Versions: 3
Compression:
Stored size: 396 Bytes
Contents
# frozen_string_literal: true # Flow (2017) # Enable this modifications if you want to display flow localized line item # Example: https://i.imgur.com/7v2ix2G.png module Spree LineItem.class_eval do # admin show line item price def single_money price = display_price.to_s price += " (#{order.flow_line_item_price(self)})" if order.flow_order price end end end
Version data entries
3 entries across 3 versions & 1 rubygems