Page 7 of 10 FirstFirst ... 56789 ... LastLast
Results 61 to 70 of 91
  1. #61
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Japanese Pack 1.3.7 (Crystal Koi)

    You're doing a great job on this CK. Hopefully everybody will understand the need to combine this contribution with actually making a living. If I can provide any help, please let me know.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  2. #62
    Join Date
    Apr 2007
    Posts
    182
    Plugin Contributions
    0

    Default Re: Japanese Pack 1.3.7 (Crystal Koi)

    @kuroi, thanks so much for the support. I would love for some help, I will send you a link to my guide and if you could go through it and give me you input that would be great. This is when its done. Do you speak Japanese? Anyways, pm me your email if you can.

    Regards,
    CK

  3. #63
    Join Date
    Feb 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Japanese Pack 1.3.7 (Crystal Koi)

    I was able to install the Japanese Language pack without a problem. But now there are a lot of little bugs that I cannot fix. For example, when I enter a catagory in the catalog, I will put in the English version of the title and the Japanese version of the title, but the Japanese version of the title gets cut off when I update the site. For instance, I enter Necklaces in English but when I enter Necklaces in Japanese and look at it on the site...it reads NEKU only (A MAXIMUM OF 4 CHARACTERS WILL SHOW UP) and the other part of the word is not showing up (in all catagories). What can I do to correct this problem?

    I also have an issue with the Yen symbol not showing up on my product pages (some other strange symbol shows up) and the conversion from Dollar to Yen is incorrect. I am new to Zen Cart and hope someone can help.

    Thanks

  4. #64
    Join Date
    Apr 2007
    Posts
    182
    Plugin Contributions
    0

    Default Re: Japanese Pack 1.3.7 (Crystal Koi)

    @crisstyle

    Hi, I know its hard to deal with these little "bugs" at 1st. I will be going through a lot of them. I am going to try and finish up the Japanese Pack, at least up to 1.3.7 version of zen-cart this Friday/Saturday. It might be a chore to get it all worked out by then, but I am meeting with a customer on Saturday, and its my goal to have the pack installed by then. I am also creating a write up for the install as I go through it. I will try to address as many issues as I can.

    For the name, it can depend on your database limit.

    Make sure to always enter information into the site when the cart is in Japanese. That might fix things for you.

    As for the yen symbol, I would just use "yen" for now, as that is accepted practice in Japan, I know this isn't a great fix, but it should work for now.

    I will post back when I have the pack up and going. Also Mr. Seiji Matusumoto is going to help in creating the Japanese pack for 1.3.8. He works at a college here in Japan dealing with open source projects...what college I can't remember off the top of my head, but he is a great guy and his work is top notch.

    Regards,

    CKD

  5. #65
    Join Date
    Jan 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Japanese Pack 1.3.7 (Crystal Koi)

    Quote Originally Posted by crisstyle View Post
    For example, when I enter a catagory in the catalog, I will put in the English version of the title and the Japanese version of the title, but the Japanese version of the title gets cut off when I update the site.
    As CK says, try having the Admin pages set to Japanese when inputting page data. I read that requirement somewhere, it stuck, and that's the way we've done it all along. It works well. This may not be related but at one point we were entering keywords somewhere that were not showing up correctly. I had to ensure the page encoding was EUC, not JIS then all was well.

    I also have an issue with the Yen symbol not showing up on my product pages (some other strange symbol shows up)
    I ran into this specific problem. My computer is not set up to input Japanese, my wife's is, but I'm building the site for the most part. At first I tried copying & pasting the Yen symbol from Word but that didn't work. I had my wife email me a Yen symbol from her computer which I copy/pasted in and that worked. In other words, I think the computer (or the source computer for the symbol) has to be set up to type Japanese characters. Also, to get the Yen symbol to show up correctly in customer emails, the email format has to be set to HTML. Otherwise, you get the hex (I guess) code for the Yen symbol instead of the symbol itself.
    and the conversion from Dollar to Yen is incorrect.
    I ran into this as well but solved it by brute force. We're only selling to Japan so the dollar doesn't matter for our cart. I only have one currency set up (Yen) so there is no conversion taking place. Before I did that, conversions behaved oddly and since I didn't need them, I didn't spend time debugging the problem.

    CD

  6. #66
    Join Date
    Apr 2007
    Posts
    182
    Plugin Contributions
    0

    Default Re: Japanese Pack 1.3.7 (Crystal Koi)

    As for the yen symbol you can use the html accent entity code
    PHP Code:
    &yen
    see if that works.

  7. #67
    Join Date
    Feb 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Japanese Pack 1.3.7 (Crystal Koi)

    Quote Originally Posted by CrystalKoi View Post
    As for the yen symbol you can use the html accent entity code
    PHP Code:
    &yen
    see if that works.
    I just figured out a way to get the YEN Kanji symbol in.
    I pasted in the the following character: 円 and it worked fine.


    The other problems I spoke about are still not resolved. I type all of the descriptions in Japanese but the product description is still getting cut off at 4 characters.

    I also have another problem I recently discovered. When I click on a category, all of the sideboxes on the right are being pushed out of the container. I have a really strong feeling that this has to do with the size or font of the Japanese characters, but again, I dont know how to change it. Any suggestions?? (CSS changes for sidebarcontents are not working)

    Thanks

  8. #68
    Join Date
    Apr 2007
    Posts
    182
    Plugin Contributions
    0

    Default Re: Japanese Pack 1.3.7 (Crystal Koi)

    Using the Yen Kanji, I could see where that would cause problems in some peoples machines if you are using both English and Japanese, just Japanese you might be fine.

    Using the yen entity code would be the best universal solution and I have checked and it works just fine.
    HTML Code:
    ¥
    As for your product descriptions getting cut off, can you show us an example. I have done many sites with no problem here.

    As for layout, that will be a css html issue. You could post an example of that here and maybe would could help you out with that, but I don't really get into peoples css issues, also please note that the pack you downloaded was beta, and the new pack is being worked on currently, most issues that you probably don't even know about yet, will be resolved in the upcoming pack.

    Regards,

    CKD

  9. #69
    Join Date
    Mar 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: Japanese Pack 1.3.7 (Crystal Koi)

    Quote Originally Posted by crisstyle View Post
    the Japanese version of the title gets cut off when I update the site. For instance, I enter Necklaces in English but when I enter Necklaces in Japanese and look at it on the site...it reads NEKU only (A MAXIMUM OF 4 CHARACTERS WILL SHOW UP) and the other part of the word is not showing up (in all catagories). What can I do to correct this problem?
    Try this;
    make it view by japane language, before you go to the page to fill up the product name. ( i just see that cutiedevil gave out this solution. anyway it work to me this way.)


    Quote Originally Posted by crisstyle View Post
    The other problems I spoke about are still not resolved. I type all of the descriptions in Japanese but the product description is still getting cut off at 4 characters.
    so your title got cutoff or descriptions? or both of them?
    Last edited by etoytokyo; 26 Feb 2008 at 06:48 AM.

  10. #70
    Join Date
    Feb 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Japanese Pack 1.3.7 (Crystal Koi)

    Quote Originally Posted by cutiedevil View Post
    As CK says, try having the Admin pages set to Japanese when inputting page data. I read that requirement somewhere, it stuck, and that's the way we've done it all along. It works well. This may not be related but at one point we were entering keywords somewhere that were not showing up correctly. I had to ensure the page encoding was EUC, not JIS then all was well.


    I ran into this specific problem. My computer is not set up to input Japanese, my wife's is, but I'm building the site for the most part. At first I tried copying & pasting the Yen symbol from Word but that didn't work. I had my wife email me a Yen symbol from her computer which I copy/pasted in and that worked. In other words, I think the computer (or the source computer for the symbol) has to be set up to type Japanese characters. Also, to get the Yen symbol to show up correctly in customer emails, the email format has to be set to HTML. Otherwise, you get the hex (I guess) code for the Yen symbol instead of the symbol itself.

    I ran into this as well but solved it by brute force. We're only selling to Japan so the dollar doesn't matter for our cart. I only have one currency set up (Yen) so there is no conversion taking place. Before I did that, conversions behaved oddly and since I didn't need them, I didn't spend time debugging the problem.

    CD

    Thanks for the info. However, when I try to load the Japanese admin pages all I get is a blank white screen. I checked the php and everything looks fine so I dont know why the page wouldnt load. I also tried setting the language on the website to Japanese before I entered the info but that still didnt work.

 

 
Page 7 of 10 FirstFirst ... 56789 ... LastLast

Similar Threads

  1. Japanese Language Pack problem
    By i.chan in forum Addon Language Packs
    Replies: 1
    Last Post: 14 Jun 2009, 11:21 PM
  2. Japanese Language Pack
    By namasa in forum Addon Language Packs
    Replies: 74
    Last Post: 22 Dec 2008, 03:29 PM
  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