Please also have a look at this post:
http://www.zen-cart.com/forum/showpo...&postcount=115
Please also have a look at this post:
http://www.zen-cart.com/forum/showpo...&postcount=115
Thanks for the link (nice site btw)
I have started this thread to support utf-8 only.
I am guessing that your language pack contains a mix between utf-8 and iso-8859-1 characters.
To fix the display of your characters you need to decide between the 2 forms of encoding. The latest pack is version 1.3.9.1 Utf-8
Please check your includes/languages/german.php and admin/includes/languages/german.php files for
If this reads iso-8859-1 then change it to utf-8.Code:// charset for web pages and emails define('CHARSET', 'utf-8');
Next you will need to merge your install files with the files contained in the latest language pack.
Then you need to make sure that any customised translations contain the characters as per the Umlaute.txt file contained in the latest language pack.
The latter part of the /includes/languages/german/button_names.php file should read:
That should fix the issue with your css buttons.Code:/* * ALT tags used for buttons */ define('BUTTON_CREATE_ACCOUNT_ALT', 'Neues Konto erstellen'); define('BUTTON_LOG_OFF_ALT', 'Abmelden'); define('BUTTON_ADD_TO_CART_ALT', 'In meinen Warenkorb'); define('BUTTON_ADD_ADDRESS_ALT', 'Adresse hinzufügen'); define('BUTTON_ADD_PRODUCTS_TO_CART_ALT', 'Ausgewählte Artikel in den Warenkorb'); define('BUTTON_BACK_ALT', 'Zurück'); define('BUTTON_BUY_NOW_ALT', 'Jetzt kaufen'); define('BUTTON_CANCEL_ALT', 'Abbrechen'); define('BUTTON_CHANGE_ADDRESS_ALT', 'Adresse ändern'); define('BUTTON_CHECKOUT_ALT', 'Zur Kasse'); define('BUTTON_CONFIRM_SEND_ALT', 'Gutschein senden'); define('BUTTON_CONFIRM_ORDER_ALT', 'Bestellung bestätigen'); define('BUTTON_CONTINUE_ALT', 'Weiter'); define('BUTTON_CONTINUE_SHOPPING_ALT', 'Weiter einkaufen'); define('BUTTON_DELETE_ALT', 'Löschen'); define('BUTTON_DELETE_SMALL_ALT', 'Löschen'); define('BUTTON_DOWNLOAD_ALT', 'Download'); define('BUTTON_EDIT_SMALL_ALT', 'Bearbeiten'); define('BUTTON_IN_CART_ALT', 'In den Warenkorb '); define('BUTTON_LOGIN_ALT', 'Anmelden'); define('BUTTON_NEXT_ALT', 'Nächster'); define('BUTTON_PREVIOUS_ALT', 'Vorheriger'); define('BUTTON_REDEEM_ALT', 'Einlösen'); define('BUTTON_RETURN_TO_PROD_LIST_ALT', 'Zurück zur Artikelliste'); define('BUTTON_REVIEWS_ALT', 'Zu den Bewertungen'); define('BUTTON_SEARCH_ALT', 'Suche'); define('BUTTON_SEND_ALT', 'Jetzt senden'); define('BUTTON_SEND_ANOTHER_ALT', 'Einen weiteren Gutschein versenden'); define('BUTTON_SEND_A_GIFT_CERT_ALT', 'Einen Gutschein senden'); define('BUTTON_SHIPPING_ESTIMATOR_ALT', 'Voraussichtliche Versandkosten'); define('BUTTON_SOLD_OUT_ALT', 'Ausverkauft'); define('BUTTON_SOLD_OUT_SMALL_ALT', 'Ausverkauft'); define('BUTTON_SUBMIT_ALT', 'Information senden'); define('BUTTON_TELL_A_FRIEND_ALT', 'An einen Freund senden'); define('BUTTON_TELLAFRIEND_ALT', 'An einen Freund senden'); define('BUTTON_UNSUBSCRIBE', 'Abbestellen'); define('BUTTON_UPDATE_ALT', 'Aktualisieren'); define('BUTTON_VIEW_SMALL_ALT', 'Anzeigen'); define('BUTTON_WRITE_REVIEW_ALT', 'Bewertung schreiben'); define('BUTTON_READ_REVIEWS_ALT', 'Bewertung lesen'); define('BUTTON_GOTO_PROD_DETAILS_ALT', 'Lesen Sie die detailierte Produktbeschreibung'); define('BUTTON_MORE_REVIEWS_ALT', 'Lesen Sie weitere Bewertungen'); ?>
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
How it looks
I am under the assumption somewhere I need to indicate to use the picture files and not the Css designed directions?
If you copy that image (I think it is button_update_cart.gif - not sure) from includes/templates/YOUR_TEMPLATE/buttons/english to includes/templates/YOUR_TEMPLATE/buttons/german then you should be OK
Yeah thats what I thought too... I did that for all language packs installed, but only a few of them actually updated. Hence my questions, its annoying me because it sets off the site. Little details always get in the way.
I have seen lot of bugs in almost of the german version.
There are no close tags (?>)in so many codes.
This brings about so many white spaces.
I have translated the English version to German again.
No bugs and nothing...
Anyone who needs it should let me know and l will upload it here..
The spanish also have the same problem...
Cheers...
Before you go any further you may be well advised to read the numerous discussions about the closing ?> being intentionally omitted in 1.3.9 versions (english original and other language copies). DrByte has explained this repeatedly in detail. I suggest you search the forums accordingly
No need to re-invent the wheel. This version of the German language pack is an exact clone of the official standard 1.3.9h version - the only differences being the renaming of the english folders to german and the translation of the language defines.I have translated the English version to German again.
No bugs and nothing...
You may want to add a disclaimer to that version pointing out that it may not conform to the standards of the official english version of ZC 1.3.9hAnyone who needs it should let me know and l will upload it here..
yes, for exactly the same reason: it is a clone of the official standard 1.3.9h version which has been working fine as designed by the devs ...The spanish also have the same problem...
To save you some searching have a look at this post from DrByte
Hi Frank thanks for the reply.
Sure, l have read the link you provided
http://www.zen-cart.com/forum/showpo...67&postcount=2
and this is opposite to what l get.
When l click on a product in German version and tries to actualise it (warenkorb aktualisiueren) by increasing the product, l only get a white scrren.
when l use my mouse to go back, then the product will be increased as l wanted.
the problem is to get this white window away..
What l did was to use the English folder, and rename them as German and use your German translation to replace them.. Its a tough job , but this is the only way l have come across...
If you have any solutions , l will be much greatful.. .9
best Regards)
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?
Bookmarks