Has anyone managed to get an order modifier to work on 2.4?
I must be missing somoething and would love to hear if anyone actually got one to work.
I am trying in my config
Order::set_modifiers(array("SimpleShippingModifier", "TaxModifier"));
SimpleShippingModifier::set_default_charge(10);
TaxModifier::set_for_country('NZ', 0.125, 'GST', 'exclusive');
But get nothing on frontend and database table remains empty???
Are they even getting added?
I am using the googlecode from jedateach