Failed payment removing billing and shipping address for guest user
-
When ever there is a failed payment or some other errors it is redirecting to checkout page and it removes billing and shipping address . I want to keep billing and shipping address for the guest user .
public function web_redirect($url){
echo “<html><head><script language=\”javascript\”>
<!–
window.location=\”{$url}\”;
//–>
</script>
</head><body><noscript><meta http-equiv=\”refresh\” content=\”0;url={$url}\”></noscript></body></html>”;}
Will commenting to code inside break functionality ?
https://www.ads-software.com/plugins/authorizenet-payment-gateway-for-woocommerce/
- The topic ‘Failed payment removing billing and shipping address for guest user’ is closed to new replies.