authorize net module ignoring settings of free shipping and charging shipping on order
Logged In: YES user_id=134444
Probable cause : authorize.net use of before_process call in checkout_process.php
This call is made before the order-total classes are initialised.
Proposed fix - move order_total initialisation before before_process call.
Log in to post a comment.
Logged In: YES
user_id=134444
Probable cause : authorize.net use of before_process call in
checkout_process.php
This call is made before the order-total classes are
initialised.
Proposed fix - move order_total initialisation before
before_process call.