Re: German Language Pack for ZC 1.3.9
Hi Fin, thanks for the guick answer:).. I installed the German version 3 times, later delete all my database, install the complete Zen again, downloaded the German version, loaded the admin includes - to my admin includes / and includes --- to includes directory.
But then when l click on product actualising, l will just be sent to this white screen...
None worked...
so, l decided to duplicate the English version and named it German...
then started to open all the German codes one after the other to replace the English translations... and testing it over and over again..
Then things statred looking better till l became tired and decided to replace the files now...
But then came the problem again..
So, l have decided now to do it from code to code .. And this has solved my headache:)
Re: German Language Pack for ZC 1.3.9
And also to the guys having problem with the German buttons not taking your template buttons.
Please replace the includes/german/buttons with the includes/english/buttons .. and this will solve the problem:)
Happy to help:)
Re: German Language Pack for ZC 1.3.9
Quote:
Originally Posted by
shortysclimbin
Thanks Frank,
The site is a work in progress! Not bad for my first, but still a lot to go to get it 100%.
I think I miss represented what I am having issues with. I am getting language based buttons in checkout when I would like to use custom Picture based buttons. For instance if you look at the english checkout vs. the german checkout it actually uses the CSS text. I want it to use my buttons because of size constraints.
How it should look
http://i121.photobucket.com/albums/o...outenglish.jpg
How it looks
http://i121.photobucket.com/albums/o...koutgerman.jpg
I am under the assumption somewhere I need to indicate to use the picture files and not the Css designed directions?
Bro, just copy the includes/english/buttons.php to the includes/german/buttons.php and this will solve it... This is what l did...
and as one said,. you need also to copy the buttons folder where your images are to the german buttom folder too:)
Happy to help:)
Re: German Language Pack for ZC 1.3.9
Quote:
Originally Posted by
finlander
White screen is almost always busted php. I've installed the German pack about half dozen times, and never had any problems at all with the German pages or with the German shopping cart or with the German checkout. Then again, I followed the install instructions precisely and did not do any type of switching with English and German directories as you have described. I would not know where to look first to try to help you solve your problem, other than saying a clean install of the German pack following the install instructions might be a good starting place .. and not using any modified php files that are not part of the Pack or not part of the instructions.
Frank? What say you?
Fully agree finlander. I have 3 installs using the latest pack, one live and 2 on my development servers. All 3 are working just fine :smile:
Re: German Language Pack for ZC 1.3.9
Quote:
Originally Posted by
christalix
And also to the guys having problem with the German buttons not taking your template buttons.
Please replace the includes/german/buttons with the includes/english/buttons .. and this will solve the problem:)
Happy to help:)
This was actually not a bug but a matter of replacing one button with another (the symbol)...
Re: German Language Pack for ZC 1.3.9
Quote:
Originally Posted by
christalix
......Then things statred looking better till l became tired and decided to replace the files now...
But then came the problem again..
Clear indication that you have a problem which is not related to language files alone ....
Quote:
So, l have decided now to do it from code to code .. And this has solved my headache:)
You are going about your problem back to front. To iron out bugs you compare a fresh install file set to your own install ....
Re: German Language Pack for ZC 1.3.9
Typo in german language file
around line 365
PHP Code:
define('TEXT_INVALID_FINISDATE_COUPON', 'Dieser Aktionskupon ist abgelaufen');
should be
PHP Code:
define('TEXT_INVALID_FINISHDATE_COUPON', 'Dieser Aktionskupon ist abgelaufen');
Re: German Language Pack for ZC 1.3.9
Quote:
Originally Posted by
frank18
This was actually not a bug but a matter of replacing one button with another (the symbol)...
No, only replacing the button did not work for me. Have to replace the button.php aslo----Well maybe l have a problem either with my downloads or server or FTP... :)
Re: German Language Pack for ZC 1.3.9
Quote:
Originally Posted by
stevanicus
Typo in german language file
around line 365
PHP Code:
define('TEXT_INVALID_FINISDATE_COUPON', 'Dieser Aktionskupon ist abgelaufen');
should be
PHP Code:
define('TEXT_INVALID_FINISHDATE_COUPON', 'Dieser Aktionskupon ist abgelaufen');
fixed in next update - thanks
Re: German Language Pack for ZC 1.3.9
Version 1.4 is available for download.
This pack now provides the choice of either utf-8 or iso-8859-1 encoding.
Also fixed a few minor spelling errors/bugs reported previously.
Enjoy