WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Bakery Shop => Topic started by: paz111 on December 12, 2010, 08:49:42 PM

Title: Need Help Please
Post by: paz111 on December 12, 2010, 08:49:42 PM
hi

I translated the software store to Hebrew,Everything works fine
And I have problem only with Fill the details and address in Hebrew,
I get a message that the fields needs repair,How can I fix it,
Or if the software can not check the address and the name and just move to the next level.
I thank you if you help me solve this problem.I love your software WebsiteBaker  and I use it in more than 20 sites

thank you
eli p
Title: Re: Need Help Please
Post by: mjm4842 on December 14, 2010, 03:35:38 PM
Hi Eli,

When you say you translated the software store to Hebrew, are you saying that you created new Hebrew language files for Bakery? If so, can you post your language files here so that we could try it out?

Also, error messages are very specific and often instrumental to tracking down a problem. Can you provide us with the exact error message? If the message is in Hebrew, let us know the English version of the error message or the name of the error message variable.

With best regards,

                   Michael
Title: Re: Need Help Please
Post by: instantflorian on December 14, 2010, 08:01:30 PM
Hi,

I think your problem is that some characters are not accepted in the order form?

You can add them in the language file (f. ex. Umlauts and so on):

Code: [Select]
$MOD_BAKERY['ADD_REGEXP_CHARS'] = 'ÄÖÜäöüß,';
BR
-instantflorian.
Title: Re: Need Help Please
Post by: paz111 on December 15, 2010, 10:16:11 PM

thank you
instantflorian

I insert the code and saves And this code becomes

Like this

$MOD_BAKERY['ADD_REGEXP_CHARS'] = 'ÄÖÜäöüß,';

Still can not send the form in Hebrew

I get illegal street address and Names

thank you
eli p
Title: Re: Need Help Please
Post by: paz111 on December 15, 2010, 10:25:48 PM
can I turn off the Test form That would pass to the next level.
Is it possible?
But I have to keep the information in the system

thank you
eli p
Title: Re: Need Help Please
Post by: instantflorian on December 16, 2010, 08:19:06 AM
Hi,

this looks like a general charset problem. Which charset did you select when installing WebsiteBaker? (You find this at Settings > Advanced Options.

The characters you have to add in the hebrew language file are the hebrew letters (I guess, not sure about this). Try to edit the language file with a plain text editor as notepad. The letters must not be stored as &foo;-codes.

I would not switch of the form validation, because on the one hand this is not as easy as it may sound, on the other hand it's useless, because you can't deliver your goods if the customer does not enter his adress...

BR
-intsantflorian.