Search:

Type: Posts; User: cjcraven

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    88
    Views
    21,178

    Re: Flexible Footer Columns Menu for 1.5.x

    I had to change the collation to utf8_general_cl in the data base table flexible_footer_menu_content field age_title. For good measure I changed the other fields col_header and col_header_text
  2. Replies
    88
    Views
    21,178

    Re: Flexible Footer Columns Menu for 1.5.x

    Found it thank you! Does't seem to support double-bit text - trying to figure that out now.
  3. Replies
    88
    Views
    21,178

    Re: Flexible Footer Columns Menu for 1.5.x

    Was this module ever made multilingual? If not are there plans to do so?
  4. v155 Re: Future Japanese Language Pack Status, version 1.5.5 and beyond...

    In order to properly sell in the Japanese market these issues need to be resolved, unfortunately I'm not a programmer and it is beyond my skill.
  5. v155 Re: Future Japanese Language Pack Status, version 1.5.5 and beyond...

    This is from the 1.5.1 admin/customers.php file, notice about 5 modifications for Kana. Download the Japanese version to better see these changes.

    $customers_firstname =...
  6. v155 Re: Future Japanese Language Pack Status, version 1.5.5 and beyond...

    In order to get the address format correct the database table "Address_Format" needs to be modified.

    Add one row
    address_format_id "7"
    address_format "$lastname $firstname...
  7. v155 Re: Future Japanese Language Pack Status, version 1.5.5 and beyond...

    I tried before to get Kana to work but without luck. Please see my old post:

    www.zen-cart.com/showthread.php?212913-Trouble-with-kana-fields&p=1244221#post1244221

    Besides the database changes,...
  8. v155 Re: Future Japanese Language Pack Status, version 1.5.5 and beyond...

    There are various changes to the core files too but I can't find them all at the moment.
  9. v155 Re: Future Japanese Language Pack Status, version 1.5.5 and beyond...

    The Japanese localize script adds 2 fields to the database;

    ALTER TABLE address_book ADD entry_firstname_kana varchar(32) NOT NULL default '';
    ALTER TABLE address_book ADD entry_lastname_kana...
  10. v155 Re: Future Japanese Language Pack Status, version 1.5.5 and beyond...

    I seem to be doing something similar, trying to match older Japanese version with English 1.5.4. I am upgrading our store from 1.5.1. Japanese names have many different readings, to get the correct...
  11. Replies
    796
    Views
    130,565

    Sticky: v150 Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Sorry but I don't think this is a Super Orders issue, I found the following;

    Zen Cart v1.5.1 is compatible with PHP 5.2.14 thru PHP 5.3.x. Requires some patches to work with PHP 5.4

    I either...
  12. v155 Re: Future Japanese Language Pack Status, version 1.5.5 and beyond...

    I only have Japanese version 1.5.1, where did you find 1.5.4?

    The annoying part I find about ZenCart JP version is the admin configuration menus are fixed in Japanese, they should be multilingual...
  13. Replies
    796
    Views
    130,565

    Sticky: v150 Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Zen Cart 1.5.1
    PHP Version: 5.3.29 (Zend: 2.3.0)
    Database: MySQL 5.5.44
    HTTP Server: Apache/2
    Super Orders 4.0.9 (I think)
    Edit Orders 4.1.4

    I have a problem since the host upgraded PHP to...
  14. Replies
    1,159
    Views
    176,889

    v151 Re: Responsive Sheffield Blue

    I can see ezpages in the footer and a sidebox but not the header menu.
  15. Replies
    1,159
    Views
    176,889

    v151 Re: Responsive Sheffield Blue

    I can't seem to get the top header "Info" "Useful Links" to display anything, where is this controlled?

    Our site is www.uskgj.com, click on the US flag for English.
  16. Replies
    297
    Views
    86,544

    Re: Multi-Language Support for EZ-Pages

    Where non-English text remains as ?????, in my case it turned out to be database collation settings, mine were originally a latin setting, I needed to change to to utf8_general_ci to make the...
  17. Replies
    8
    Views
    2,414

    v151 Re: Customers Name - Last Name, First Name

    Ouch, actually this coding caused a problem with the ordering process and results in an error. The customer cannot complete the order.
  18. Replies
    8
    Views
    2,414

    v151 Re: Customers Name - Last Name, First Name

    It became as follows;
    $sql_data_array = array('customers_id' => $_SESSION['customer_id'],
    //modification for Japanese name order
    if ($order_language_id == '7') {
    $customers_name_order =...
  19. Replies
    8
    Views
    2,414

    v151 Re: Customers Name - Last Name, First Name

    Japanese language ID is 7, I will give it a shot and report back.
  20. Replies
    8
    Views
    2,414

    v151 Re: Customers Name - Last Name, First Name

    Would changing includes/classes/order.php work?

    Line 595 'customers_name' => $this->customer['firstname'] . ' ' . $this->customer['lastname'],

    To

    Line 595 'customers_name' =>...
  21. Replies
    8
    Views
    2,414

    v151 Customers Name - Last Name, First Name

    In the script there are a few places where customers_name is used instead of first_name last_name. It seems if customers_name is used the name order becomes first last name.

    With Japanese the name...
  22. Thread: Base Price

    by cjcraven
    Replies
    12
    Views
    1,309

    v151 Re: Base Price

    The second solution works perfect in Japanese and English, thank you!!
  23. Thread: Base Price

    by cjcraven
    Replies
    12
    Views
    1,309

    v151 Re: Base Price

    Wow - I will test your other solution.
  24. Thread: Base Price

    by cjcraven
    Replies
    12
    Views
    1,309

    v151 Re: Base Price

    A solution is to change the English "$100 and up", not perfect but okay. Japanese is more finicky so the word order "$100 より" (yori) is perfect.

    Follow the steps explained by lat9

    Change two...
  25. Thread: Base Price

    by cjcraven
    Replies
    12
    Views
    1,309

    v151 Re: Base Price

    and shucks now I see that will become confusing to an English reader since the word order in English will be strange.
  26. Thread: Base Price

    by cjcraven
    Replies
    12
    Views
    1,309

    v151 Re: Base Price

    Thank you for your help. I will try the template modification lat9 suggested.

    Thank you mc12345678 for suggesting a more permanent solution, I hope the feature is added in future versions.
  27. Thread: Base Price

    by cjcraven
    Replies
    12
    Views
    1,309

    v151 Base Price

    The Base Price in the store in English is "Starting at" $00.00. In Japanese the order needs to be reversed to $00.00 "From" (yori). Is this possible?
  28. Replies
    8
    Views
    1,536

    v151 Re: Trouble with kana fields

    Okay, files sent separately.
  29. Replies
    8
    Views
    1,536

    v151 Re: Trouble with kana fields

    I am happy to help Zen Cart all I can, can send all the required files and observations needed. Just let me know how to proceed.
  30. Replies
    8
    Views
    1,536

    v151 Re: Trouble with kana fields

    I tried to reply twice but they are not posted, are they getting through?
  31. Replies
    8
    Views
    1,536

    v151 Re: Unable to Create New Customer with Upgraded 1.5.1

    This is not a upgrade issue, sorry about posting in wrong spot.
  32. Replies
    8
    Views
    1,536

    v151 Re: Unable to Create New Customer with Upgraded 1.5.1

    Okay, I figured it out. For all of you trying to run a store in Japan and who want Kana fields - it is pretty complicated! Besides the database changes, the customers.php file needs to be changed in...
  33. Replies
    8
    Views
    1,536

    v151 Trouble with kana fields

    Upgraded from 1.3.9h to 1.5.1, I tested and seemed to be fine. An existing customer placed order no problem. Today a new customer tried to register but could not complete. I tried to make a new test...
  34. Replies
    796
    Views
    130,565

    Sticky: v150 Re: Super Orders v4.0 Support Thread

    When I had Zen Cart 1.3.9h and Super Orders 3 installed, the order number (ID) changed color to reflect the status of the order, red for canceled and green for complete. With version 4 the text color...
  35. Replies
    1,159
    Views
    176,889

    v151 Re: Responsive Sheffield Blue

    I didn't find any post regarding this so just in case, the "tell a friend" button was missing in includes/language/english (or other language) button_names.php. I added the following lines to see the...
  36. Replies
    1,159
    Views
    176,889

    v151 Re: Responsive Sheffield Blue

    Thank you!
  37. Replies
    1,159
    Views
    176,889

    v151 Re: Responsive Sheffield Blue

    Hi Anne,
    I installed your responsive template and I believe following all of well documented instructions. When I reduce the size of the browser on my PC or view in a mobile device the language icon...
  38. Replies
    841
    Views
    100,746

    Re: Sheffield Blue Template Support Thread

    Got it, thanks
  39. Replies
    841
    Views
    100,746

    Re: Sheffield Blue Template Support Thread

    Hi Anne,
    I am looking at your demonstration site http://zenlyzen.com/responsive/, not my test site. I think this is the template for mobile applications. Please point me to the correct location for...
  40. Replies
    841
    Views
    100,746

    Re: Sheffield Blue Template Support Thread

    With the PC if I make the browser small, to the point the side boxes disappear, the language icon too will disappear too.
  41. Replies
    841
    Views
    100,746

    Re: Sheffield Blue Template Support Thread

    Hi Anne,
    I looked at your demostration http://zenlyzen.com/responsive/index.php? in both a PC and mobile unit. I still don't see the language icon in the header when viewing with a mobile unit. This...
  42. Replies
    841
    Views
    100,746

    Re: Sheffield Blue Template Support Thread

    Thank you for this template. When viewing our test site from a PC the header has the language icon properly displayed. When viewing with a mobile application (HTC Butterfly/Sony Xperia) the language...
  43. Replies
    1
    Views
    350

    v139h Re: Atribute Pricing

    Any ideas?, maybe my question is not clear. When pricing by atribute the lowest price is listed like so;

    Starting at $5.00

    To make this correct in another language I want to change the order...
  44. Replies
    1
    Views
    350

    v139h Atribute Pricing

    Our product page is a general one from which customers pick items. Each item is an attribute and the lowest price is listed in the header of the product page "Starting at"

    The format is "text:...
  45. Replies
    1
    Views
    577

    v139h Location of Price

    The product page gives the price as;

    Starting at: (value)

    In Japanese it needs to be the reverse;

    (value) Yori (from)

    How can that be done? At the present all I can do is edit the text in...
  46. v139h Re: blank screen with a "0" in the upper LH corner

    I think their server is okay and I'm not sure if there is any relationship to the scrip errors - they were found in the logs so I posted them. With WinMerge I went through the files and made sure the...
  47. v139h Re: blank screen with a "0" in the upper LH corner

    I checked the error log in cache and found this error;
    PHP Parse error: syntax error, unexpected $end, expecting T_FUNCTION in ***/includes/classes/order.php on line 1051

    Checking line 1051 I...
  48. v139h blank screen with a "0" in the upper LH corner

    Zen Cart 1.3.9h
    Server OS: Linux 3.0.9-nx
    Database: MySQL 5.0.91-log
    HTTP Server: Apache/2
    PHP Version: 5.2.17 (Zend: 2.2.0)
    PHP Memory Limit: 128M PHP Safe Mode: Off
    PHP File Uploads: On...
  49. v150 Re: Why is my site not displaying on the internet?

    For those of you looking for resolution, for whatever reason the scripts in my site were damaged. The solution was to install the backup or in case you don't have one reinstall ZenCart. Backup the...
  50. v150 Re: The Gift Fairy

    This message is repeated in the error logs, not sure if it is related.

    20110303T004536: XXXX.com/XX/index.php
    Failed loading /usr/local/lib/ioncube/ioncube_loader_lin_5.1.so: ...
Results 1 to 50 of 149
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR