Problems with order

LeoGetz

Avatar: LeoGetz

2005-08-21 16:33

Hi everybody!

I have a big problem with my quick.cart 0.3.0.
After the person have writen their name, adress, phone and ´so on,
and when they click next it says "Pleasy fill in all required fields". Don´t understand whats wrong, I have filled everything in the fields.

wewior (OpenSolution)

Avatar: wewior

2005-08-22 08:17

any field display with red border? it will be very helpfull if you post us some link to your shop

Stefan_k

No avatar

2005-08-22 21:16

Same problem here. No red border telling which field is missing.
Then clicking "Send" it gives me an page telling user haven filed
out all fields and then returning to the basket.

Stefan

wewior (OpenSolution)

Avatar: wewior

2005-08-23 10:08

is that message is displayed by php or in alert by javascript?
i really aks for link to your shop...

LeoGetz

Avatar: LeoGetz

2005-08-23 22:00

No, their are no fields with a red border. Check for your selfs on http://www.finiform.se/varukorg/ . I have filled in every required field. The fields that are not required is "Company" and "Comment to order". I have even tried to fill those fields. And their are not any alerts. Stefan_k have the exact problem as me. What can we two do?

And I´m sorry for my bad english, I´m from Sweden, thats why, hehe :P

Just A Newbie

No avatar

2005-08-23 23:06

telephone number? using a - or anything else...

I think it needs to be just numbers

wewior (OpenSolution)

Avatar: wewior

2005-08-24 10:46

i just order something (Push-up bh) in your shop as user "test" and there was no problem
just Telephone: "112333111" and Email: "test@test.as"
every other field was filled with "test"
and it works

LeoGetz

Avatar: LeoGetz

2005-08-24 22:20

ok, thx! I tested it and it did work now I thought :P.
Then I saw what I did, and I used a - between the area code and the number for example 0153-23612. In the checkForm.js file it says like this:

function checkTel( obj ) {

poprawnyTelefon = /^[0-9() \-\+]{7,}$/i;

if( obj.value.search( poprawnyTelefon ) == -1 ) {
sAllWarnings += cfLangTel +'\n';
if( obj.type != 'hidden' ){
obj.style.borderColor = 'red';
if( bIsWarnings == false )
oFirstWrong = obj;
}
bIsWarnings = true;
return false;

I want two things to work for example 0153-23612 and 015323612
What should I change?

LeoGetz

Avatar: LeoGetz

2005-08-24 22:36

Never mind, I found solution on the page http://opensolution.org/forum/index.php?p=readTopic&nr=719

a big thanks to you all /Leo

Back to top
about us | contact