Summary:
Does not process different Shipping Address
Detailed Description:
Hi,
Filling in a different ShippingAdress (so other than invoice adress), still two
same adresses are processed, as if none was entered.
Made a quickfix in action.default.php on rule 123
changed
if( $i == 1 && !\cge_param::get_int($params,'orders_shipdifferent') )
to
if( $i == 0 && !\cge_param::get_int($params,'orders_shipdifferent') )
grtz