IE 8 not showing/processing confirmation (Tab 3)

More
10 years 6 months ago #247 by jll
Hi vietvh,
there's a problem in IE 8 - that Microsoft Browser can't display the last tab of a booking procedure, so there's no chance for a visitor to book -> no confirmation, no button to finalize (mailfunction) the procedure - happens in your own "7Start" demo too, so there must be something deep down in the core...

IE 8 starts the procedure correctly: datepicking, roomselect - "next" to guestinformation form - ev'rything works fine. But after the form, hitting the "next" button, the IE 8 shows only top of the component with the date and the "wizard" and the information (Facilities) - the content of the "Tab 3" is totally missing.
See attached screenshot.

Any ideas...?

Cheers from germany,
- Jay -

// P.S.:
I know, IE 8 is crap - I personally don't use it - but I check my projects with the IE, 'cause out there a too many people still using this old 'browser' :-(
//

Attachments:

Please Log in or Create an account to join the conversation.

More
10 years 6 months ago #248 by vietvh
Hi,

You can open this file

/components/com_solidres/controllers/reservation.php

Then search for those lines (around line 1053)
$html .=
			''. JHtml::_("form.token") .'
				</form>
			</div>
		';

Then remove the closing DIV
$html .=
			''. JHtml::_("form.token") .'
				</form>
		';

It should work for you now.

P/S: did you forget to update this one www.solidres.com/forum/report-bugs/121-a...om-type-not-possible
The following user(s) said Thank You: jll

Please Log in or Create an account to join the conversation.

More
10 years 6 months ago #300 by jll
Perfect - that's it! Thx very much - I think solidres is now IE8 compatible ...

Please Log in or Create an account to join the conversation.

Moderators: solidres
Powered by Kunena Forum

All the things you need to make your work easier. Did you like Solidres?