i get an error message box at the bottom of the checkout page - that looks like an ajax error dialog - with a red circle with a white "X" in it - but it does not expand to be able to be read.
I cannot go to checkout review - but I can go back to cancel.
Is there any way to modify the code - even temporarily - to allow this to be read - or anywhere else the error might show. It is NOT in the dblog or system log - and nor does enabling ALL MESSAGES in the development area showing anything
Pic attached - the little red circle with the white "X" did not print - but it shows as a half circle in the left area.
| Comment | File | Size | Author |
|---|---|---|---|
| Checkout.jpg | 42.43 KB | bobburns |
Comments
Comment #2
longwaveAs far as I can tell this isn't anything caused by Ubercart core, because it never displays any error messages in that position. It might be caused by whatever module provides the "terms and conditions" checkout pane, any other module that affects the checkout page, or maybe even your theme. Try disabling modules or changing your theme and see if you can narrow it down this way.
Comment #3
bobburns commentedi know it is not Ubercart that is causing it - this code below in the payment gateway is causing it - but I wondered if the submit buttons were preventing it from expanding
Add a section for error messages (CC validation, etc.)
$form['panes']['messages'] = array(
'#markup' => "
",
);
If i comment this above out - the box does not appear
I was asking about seeking a way to expand it to see if there is a message in the dialog box
I get a session (form) token returned for the form - I can see by inspection of the element
If you have no suggestions - i will find a way to hack it out - to truly be "hidden" or send the message to watchdog
Comment #4
bobburns commentedworks as designed