
Originally Posted by
rbarbour
I have yet been able to reproduce this but I will continue to play with.
To dup this, I installed Ceon Manual Card, and edited includes/modules/payment/ceon_manual_card.php to add
Code:
// TESTING ONLY!!! DO NOT COPY!!!
function process_button_ajax() {
return $this->process_button();
}
The issue appears to be in includes/templates/bootstrap/templates/tpl_ajax_checkout_confirmation_default.php.
Replacing this file with the file from responsive_classic makes the bootstrap template properly handle AJAX checkout.
Bookmarks