Dirk Coetzer
02/12/2024, 2:23 PMRails.application.config.spree.calculators.shipping_methods << Spree::Calculator::Shipping::CustomPriceSackCalculator
That didn't work. Interestingly the above method of including the promotion rules and actions also didn't work. I had to include them like below:
Rails.application.config.spree.calculators.shipping_methods << 'Spree::Calculator::Shipping::CustomPriceSackCalculator'
I did the same with the shipping calculator but without any luck.
I'm on the following:
rails (7.0.8)
solidus (4.3.2)