Page 4 of 11 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 102
  1. #31
    Join Date
    Oct 2010
    Location
    Idaho
    Posts
    292
    Plugin Contributions
    0

    Default Re: German Language Pack for ZC 1.3.9

    Frank, on that Lightbox issue, there must be other files that need edits. I created the new zen_lightbox.php file in the German directory and edited per your instructions, but that only changes hover alt text over where the Close button would be. The Prev/Next button areas are not getting plugged in and Counter isn't there, either. There must be a whole bunch of other edits that would need to be done to plug it in for German Language pack. Lightbox works, just w/o the buttons and counter ("image 1 of 2"), and I have it set to close the lightbox when a click is made anywhere on the screen, so it's functional for now. I'm not sure how inclined anyone is to compile all the code edits needed..

  2. #32
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: German Language Pack for ZC 1.3.9

    Checked the language folder again. There is definitely only one single file, namely zen_lightbox.php, in the whole directory of the downloaded (and installed) package.

    Guess this is a question to post in the Zen Lightbox thread.

  3. #33
    Join Date
    Oct 2010
    Location
    Idaho
    Posts
    292
    Plugin Contributions
    0

    Default Re: German Language Pack for ZC 1.3.9

    thanks, yeah, I did find another directory for the buttons -
    /includes/templates/CUSTOM/buttons/english/zen_lightbox
    I created a 'german' directory in the same place and copied directory zen_lightbox to it. GIF Buttons are in English, but that's okay for now -- with your code for changing the alt text and image 1of2 text, it's fine for now. For anyone who wants to use lightbox w/ German pack, your code for the text, and then dropping another 'german' dir for the buttons, is a pretty good temp solution, until German language gif buttons can be dropped in the new 'german' directory......

  4. #34
    Join Date
    Jun 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: German Language Pack for ZC 1.3.9

    hi Frank:
    I installed the German pack and everything looks fine until i started testing it. The website is as follows"

    http://www.axiscycles.com.sg/catalog...index&cPath=83

    The problem is that whenever i clicked on the "ausgewahite in den warenkrob" button, the next screen comes to a stall (i.e. a totally white page is shown). I am using IE8 and when i tried this on Google Chrome, the same problem persists. Any leads on what is wrong?

    Many thanks

  5. #35
    Join Date
    Oct 2010
    Location
    Idaho
    Posts
    292
    Plugin Contributions
    0

    Default Re: German Language Pack for ZC 1.3.9

    A totally white page usually means that your php code got fouled up. This can happen by merely saving a file in a text editor such as Notepad.

    This happened to me using Notepad. For whatever reason, Notepad was dropping the carriage return at the end of all the lines. Even though everything looked normal, the php code was being slaughtered at the time of saving the file, because there needs to be a space or a carriage return at certain places, such as near the first php tag. I found that when I used Notepad++, I did not have this problem. (Actually, Notepad++ was doing the opposite and adding an extra line in addition to the carriage return.)

    Anyway, if you have backups of the file(s) you edited, you can get back to where you started. I don't use Notepad at all anymore because of this issue.

  6. #36
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: German Language Pack for ZC 1.3.9

    Quote Originally Posted by ducam25z View Post
    hi Frank:
    I installed the German pack and everything looks fine until i started testing it. The website is as follows"

    http://www.axiscycles.com.sg/catalog...index&cPath=83

    The problem is that whenever i clicked on the "ausgewahite in den warenkrob" button, the next screen comes to a stall (i.e. a totally white page is shown). I am using IE8 and when i tried this on Google Chrome, the same problem persists. Any leads on what is wrong?

    Many thanks
    Notepad is a definite No No when it comes to editing php files - in fact, it should be renamed to NO!-Pad

    Your problem is not related to the language pack itself, but - as finlander correctly stated - it could be related to edits or to a fouled ftp upload.

  7. #37
    Join Date
    Jun 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: German Language Pack for ZC 1.3.9

    Thank you folks. No more note pads for me for now onwards. Looks like i got reload the files again.

  8. #38
    Join Date
    Dec 2008
    Posts
    35
    Plugin Contributions
    2

    Default Re: German Language Pack for ZC 1.3.9

    Typo in

    includes\languages\german\modules\payment\paypal.php

    line 58... forgot the S in Description

    PHP Code:
    define('MODULE_PAYMENT_PAYPAL_PURCHASE_DECRIPTION_TITLE'STORE_NAME ' Einkauf'); 
    should be
    PHP Code:
    define('MODULE_PAYMENT_PAYPAL_PURCHASE_DESCRIPTION_TITLE'STORE_NAME ' Einkauf'); 

  9. #39
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: German Language Pack for ZC 1.3.9

    Quote Originally Posted by stevanicus View Post
    Typo in

    includes\languages\german\modules\payment\paypal.php

    line 58... forgot the S in Description
    - thanks

  10. #40
    Join Date
    Nov 2010
    Posts
    142
    Plugin Contributions
    0

    Default Re: German Language Pack for ZC 1.3.9

    Hi,

    I installed the German Language pack into my new Zencart Webshop and I also still have squares showing where the umlaut should be. Have the changes been corrected in the Language pack or do I have to make the suggested corrections manually in PHP?

    Have to admit I don't really like playing around with the core files.

    Thank you for your reply.

 

 
Page 4 of 11 FirstFirst ... 23456 ... LastLast

Similar Threads

  1. v151 German Language Pack for ZC version 1.5.x
    By frank18 in forum Addon Language Packs
    Replies: 57
    Last Post: 22 Apr 2025, 09:41 PM
  2. German Language Pack
    By sketchhgal in forum Addon Language Packs
    Replies: 1
    Last Post: 27 Mar 2009, 04:49 PM
  3. german language pack for 1.3.8?
    By SAND in forum Addon Language Packs
    Replies: 1
    Last Post: 10 Jun 2008, 07:38 PM
  4. German Language Pack 1.3.5
    By hugo13 in forum Addon Language Packs
    Replies: 7
    Last Post: 14 Nov 2006, 11:23 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR