Page 3 of 6 FirstFirst 12345 ... LastLast
Results 21 to 30 of 56
  1. #21
    Join Date
    Apr 2007
    Posts
    182
    Plugin Contributions
    0

    Default Re: CKD-Zen-Cart Japanese Pack

    Hi Everyone,

    I am sorry to report that I found an error. I messed up the encoding on the includes/classes/order.php file.

    To fix this you can download the pack again, and upload that file or edit that file yourself

    Manual fix, you need to open that file, change the encoding to UTF-8.

    Then go to line 922 and
    Make sure this line reads as
    PHP Code:
    $this->customer['lastname'] . ' ' $this->customer['firstname'] . '様' "\n\n" 
    Because of the wrong encoding, the 様 got all messed up.

    Sorry for this,

    CKD

  2. #22
    Join Date
    Aug 2006
    Posts
    11
    Plugin Contributions
    0

    Default Re: CKD-Zen-Cart Japanese Pack

    Quote Originally Posted by CrystalKoi View Post
    Hi Everyone,

    I am sorry to report that I found an error. I messed up the encoding on the includes/classes/order.php file.

    To fix this you can download the pack again, and upload that file or edit that file yourself

    Manual fix, you need to open that file, change the encoding to UTF-8.

    Then go to line 922 and
    Make sure this line reads as
    PHP Code:
    $this->customer['lastname'] . ' ' $this->customer['firstname'] . '様' "\n\n" 
    Because of the wrong encoding, the 様 got all messed up.

    Sorry for this,

    CKD


    thanks CKD,
    you don't need to say sorry about.

    i read through all your site and how to.

    and tested in a sample store, its work great.

    i think most of the Japaneses afraid to shopping at a english site.

    as i am Chinese, i also mess up the "first name", "last name" at the beginning.

    your script help many store owners.

  3. #23
    Join Date
    Jun 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: CKD-Zen-Cart Japanese Pack

    Hi,

    Firstly, thanks for the Japanese pack. I have it running on a client's site in English/Japanese.

    Couple of minor issues:

    1. In the navmainwrapper, the English page displays 'Home' and 'Log In' fine. However the Japanese page displays this:
    z [ and O C Instead of the Japanese characters.

    2. It does the same thing in the Google Adsense box, top left sidebar. So I just removed the characters for that particular section.

    Due to Privacy issues I have PM the URL to you.

    Your assistance would be appreciated.

    Thanks.

  4. #24
    Join Date
    Jun 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: CKD-Zen-Cart Japanese Pack

    Quote Originally Posted by mamjap View Post
    Hi,

    Firstly, thanks for the Japanese pack. I have it running on a client's site in English/Japanese.

    Couple of minor issues:

    1. In the navmainwrapper, the English page displays 'Home' and 'Log In' fine. However the Japanese page displays this:
    z [ and O C Instead of the Japanese characters.

    2. It does the same thing in the Google Adsense box, top left sidebar. So I just removed the characters for that particular section.

    Due to Privacy issues I have PM the URL to you.

    Your assistance would be appreciated.

    Thanks.
    UPDATE.

    Also not displaying Japanese characters in navBreadCrumb.

    Cheers

  5. #25
    Join Date
    Jun 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: CKD-Zen-Cart Japanese Pack

    CrystalKoi

    Thanks very much for your help and tips.

    I really appreciate it and it seems to be working fine now.

    Cheers

  6. #26
    Join Date
    Jun 2008
    Location
    Japan
    Posts
    114
    Plugin Contributions
    5

    Default Re: CKD-Zen-Cart Japanese Pack

    CrystalKoi

    Thanks very much for this pack!
    It is the only one which really works when you need different languages. UTF8 is the way to go.
    Main trouble I had was because of files that were not properly UTF-8 encoded like withe 様 in your pack.
    In fact my trouble were more with shipping and payment modules.

    Did you succeed in adding a new "size" property to product?
    Actually if you want to use Sagawa or Yamato calcution will be good for small packets and heavy one but wrong for big but light ones...
    It will be a great option too for Yubinkyoku. Their price depends on weight but especially for international shipping there is a maximum size (and weight) over which category pricing change.

    Except that I still have an issue with the new product box where I can't make the month display correctly in Japanese. I think it is something with the PHP function that can't get back the month correctly. It appears like that: ??

    If you have an idea about this one?
    Thanks again for all you good work!

  7. #27
    Join Date
    Apr 2007
    Posts
    182
    Plugin Contributions
    0

    Default Re: CKD-Zen-Cart Japanese Pack

    @pilou2

    Did you find an encoding error in my pack, for the Sama? I thought I found them all.


    As for the month thing, can you show me a url, you can pm it to me if you like and I will look at it. Sounds like and encoding error. We have a site we are finishing up, that is running this pack with no issues at all.

    So let me know, I am sure its fixable.

    As for the payment modules, I took them from the old pack, and just left them there. This is in case someone wants to work on them. For shipping I just use the table module a lot, and clone ones that I need and make them work the way I need. Kuroneko does a weird weight size thing, and the module that they have for that, doesn't really address that issue anyways.

    Well let me know about the month thing and I will look at it.

    Regards,

    CKD

  8. #28
    Join Date
    Jun 2008
    Location
    Japan
    Posts
    114
    Plugin Contributions
    5

    Default Re: CKD-Zen-Cart Japanese Pack

    Nothing is wrong with the sama kanji. It is just that I download your pack before you fixed it...
    For the month I put it back in english. I have to modify it again (and remember where it was...) and will send you an url.
    As you said probably an encoding trouble but in which file? I couldn't find.

    For Kuroneko I think I saw the calculation in the class or function file and it was programmed to use size. It just need an argument from the cart I thing.

    About your great guide there is some explanation that is not clear here:
    http://www.srw2d.com/content/japanese-zones-english
    You wrote "1. Go into your admin->State -" but in fact it should be:
    1. Go into your admin->Configuration->Customur details->State -
    As I am new to Zencart it took me some time to find out where it was.

    Not much at all.

    Well I will end with another question... I have some trouble with the drop down zone menu. It works perfectely in address book but not in create account and shipping adress. Whatever I do I always have a full menu containing all database zones even if I delete the file 'jscript_addr_pulldowns.php' in the page/create_account folder!
    This file has made as you said and looks fine. Are these 3 files exatly the same? For me it seems so.
    ありがとうございます。

  9. #29
    Join Date
    Apr 2007
    Posts
    182
    Plugin Contributions
    0

    Default Re: CKD-Zen-Cart Japanese Pack

    @pilou2

    If you can pm me your email, then you can let me take a look at your code. It's probably my instructions, I'm not writer at all!

    Thanks for finding the error on the directions there, I will fix them.

    Regards,
    CKD

  10. #30
    Join Date
    Apr 2007
    Posts
    182
    Plugin Contributions
    0

    Default Re: CKD-Zen-Cart Japanese Pack

    I updated the instructions to this

    1. Go into your admin->Configuration->Customer Details->State - Always display as pulldown? ->true->update

 

 
Page 3 of 6 FirstFirst 12345 ... LastLast

Similar Threads

  1. Japanese Language Pack
    By namasa in forum Addon Language Packs
    Replies: 74
    Last Post: 22 Dec 2008, 03:29 PM
  2. Japanese Localization Pack based on zen-car-v1.3.0.2
    By shinchi in forum Addon Language Packs
    Replies: 14
    Last Post: 14 Jun 2007, 07:28 AM
  3. japanese language pack...
    By fish_who in forum Addon Language Packs
    Replies: 1
    Last Post: 10 Aug 2006, 04:20 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