WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
$post_data = array( 'return' => $setting_continue_url.'?pm='.$payment_method, 'cancel_return' => $setting_continue_url.'?pm='.$payment_method.'&status=canceled',);
HOWEVER, when the transaction fails, I can't go "back" to try again with another credit card or re-enter the credit card information in case I made a mistake, I have to start all over again (put the products again in the cart, fill the contact information again, etc). I tried what you suggested to Scheltel adding ?pm=your_payment_method&status=canceled to the end of a page, but unfortunately this also removes the products from the cart.Is there another word I can use instead of "canceled" so that I can retry to make the purchase? Something like:&status=retry