omairrazam

Results 2 comments of omairrazam

@aishmita-aggarwal i agree with you. I am facing same problem. We can't define right now different value for each currency on calculator. We need it same as we have with...

we can override like this perhaps. `module Spree module Calculator::Shipping class FlatRate < ShippingCalculator preference :currency_USD_amount, :decimal, default: 0 preference :currency_AED_amount, :decimal, default: 0 def self.description Spree.t(:shipping_flat_rate_per_order) end def compute_package(_package)...