Welcome, Guest
Username Password: Remember me

Problem reviewing booking
(1 viewing) (1) Guest
  • Page:
  • 1
  • 2

TOPIC: Problem reviewing booking

Problem reviewing booking 11 months, 3 weeks ago #690

I use the mira template, and first page with all the details is good, then SOMETIMES when i makes a booking, click the REVIEW BOOKING-button, then NO one of my personal fields (YOUR DETAILS) is displaying, such as telephone, name, country and so on.
Why is this happeing? its like the database dont have time to save the fields. I have NO cache on in jomres. Do someone have the same problem?

Re: Problem reviewing booking 11 months, 3 weeks ago #694

  • piranha
  • OFFLINE
  • Jomres Extras Developer
  • Posts: 532
what jomres version and template version are you using?
Become our fan on Facebook and be the first to find out about new releases, updates and discounts Jomres Extras Facebook Page

Re: Problem reviewing booking 11 months, 3 weeks ago #697

fyi; The field are coming to the database, but not showing after input and at review, wich will leave my customer wondering why it is empty.
But if they follow through everything is ok.
So I dont know why it is not showing.

Version: 2 mira template
Jomres; 5 stable
joomla: 1.6
Last Edit: 11 months, 3 weeks ago by pierrehammar.

Re: Problem reviewing booking 11 months, 3 weeks ago #699

  • piranha
  • OFFLINE
  • Jomres Extras Developer
  • Posts: 532
are you using files from old jomres versions?

In /jomres/javascript/jomres.js, where you see:

function dobooking_validate(){
if (checkaddressfields()){
getResponse_guest();
setTimeout('submitBooking()', 2000);
}
}

change 2000 to 3000. let me know if you still get problems after that.
Become our fan on Facebook and be the first to find out about new releases, updates and discounts Jomres Extras Facebook Page

Re: Problem reviewing booking 11 months, 3 weeks ago #700

Yes, i changed this now from 2000 to 3000 but still same problem;
function dobooking_validate(){
if (checkaddressfields()){
getResponse_guest();
setTimeout('submitBooking()', 3000);
}
}

I modified the fields, I took out some of the fields from the bookingside, example the streetaddress, town, region and so...but everything look ok on that side, but then on the review there is nothing.
BUT if I press AMEND button and then reviewbutton again, then my data is showing; BUT NOT if I changed anything example; a name, then the FIRST one is visible, but not the change. In the database there is OK.
You can try if you want;
ecu1054.enaserver.com
Choose to book, a house whatever, fill in the data, click reviewbutton...
PLUS you will see that it is really slow, i dont know why.
PLUS that the waiting animation is totally out to the right, do you know how to move it to the middle?

Re: Problem reviewing booking 11 months, 3 weeks ago #701

I took out lines like this;
<td>{REQUIRED_TOWN}</td>
<td>{HTOWN}</td>

<td><input class="inputbox" size="25" type="text" name="town" id="town" value="{TOWN}" /></td>
<td>{REQUIRED_REGION}</td>
<td>{HREGION}</td>

<td><input class="inputbox" size="25" type="text" name="region" id="region" value="{REGION}" /></td>
</tr>
<td>{REQUIRED_POSTCODE}</td>
<td>{HPOSTCODE}</td>

<td><input class="inputbox" size="25" type="text" name="postcode" id="postcode" value="{POSTCODE}" /></td>

Because i dont need them in the booking, but maybe i need to have some of the rows left?

Re: Problem reviewing booking 11 months, 3 weeks ago #702

In the database looking from jomres admin it looks like this for the field i took out; Street Undefined
Town Undefined
Region Undefined


Do you think anything of this has to do with the NON-showing fields?
Do you have a solution?

Re: Problem reviewing booking 11 months, 3 weeks ago #703

  • piranha
  • OFFLINE
  • Jomres Extras Developer
  • Posts: 532
Please restore all the original booking form files and let me know if you still have problems. Removing fields from html can cause problems if not done properly.
Become our fan on Facebook and be the first to find out about new releases, updates and discounts Jomres Extras Facebook Page

Re: Problem reviewing booking 11 months, 3 weeks ago #704

Restored to original dobooking_srp.html and bookings_showconfirmation.html
Still the same problem!
Not showing what I put in, showing old things, BUT in the database the real is put in.
I shall try one more time...cleaning out cache

Re: Problem reviewing booking 11 months, 3 weeks ago #705

Nope, not working. Started out with empty cache, nothing showing in the review booking
BUT the data is there in the database later.

IF i amend booking and then confirm, THEN it shows the data.
Last Edit: 11 months, 3 weeks ago by pierrehammar.
  • Page:
  • 1
  • 2
Time to create page: 0.48 seconds