so how that can be fix?
#1
Posted 31 December 2011, 08:23
so how that can be fix?
#2
Posted 31 December 2011, 17:08
#3
Posted 31 December 2011, 19:36
#4
Posted 31 December 2011, 20:04
Working with osCommerce 2.3.1
Add-Ons so far Installed:
Add date and order number to invoice and packing slip,
Products Cycle Slideshow,
Detailed Monthly Sales,
Holiday Settings,
Tracking Module for 2.3
#5
Posted 31 December 2011, 20:08
#6
Posted 01 January 2012, 04:51
Edited by DarkWarder, 01 January 2012, 04:53.
#7
Posted 01 January 2012, 06:36
#8
Posted 07 January 2012, 00:03
#9
Posted 08 January 2012, 22:11
i have nearly the same problem with the encoding and i also don't understand why because imho it's ALL set to UTF-8.
Database:
show variables like 'character_%';
Variable_name Value
character_set_client utf8
character_set_connection utf8
character_set_database utf8
character_set_filesystem binary
character_set_results utf8
character_set_server latin1
character_set_system utf8
character_sets_dir /usr/share/mysql/charsets/
Database-Table and character columns (e.g. customers):
collation: utf8_general_ci
Frontend:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
This was set with the german language file german.php (line 46):
// charset for web pages and emails
define('CHARSET', 'utf-8');
If i add a new customer with the characters ä,ö,ü,ß,Ä,Ö,Ü as a name or address it is displayed correctly in the front and backend but there are some unreadable characters (äöüß) in the database.
Can that be a display issue of the phpMyAdmin or did i forget something to configure?
Any help would be appreciated.
THX
Edited by jollyjumper, 08 January 2012, 22:12.
#10
Posted 10 January 2012, 02:38
#11
Posted 10 January 2012, 08:25
MrPhil, on 07 January 2012, 00:03, said:
Yes i using 2.3.1 version
#12
Posted 10 January 2012, 21:57
Quote
Quote
#13
Posted 11 January 2012, 08:27
So what is the problem?
Neither you or your customer read the database when using the store
Working with osCommerce 2.3.1
Add-Ons so far Installed:
Add date and order number to invoice and packing slip,
Products Cycle Slideshow,
Detailed Monthly Sales,
Holiday Settings,
Tracking Module for 2.3
#14
Posted 11 January 2012, 15:55
#15
Posted 11 January 2012, 19:47
Xpajun, on 11 January 2012, 08:27, said:
So what is the problem?
Neither you or your customer read the database when using the store
The problem are the payment modules and the payment actions afterwards. The wrong name or address is stored and sent via email by the payment provider.
Any ideas of a solution.
#16
Posted 12 January 2012, 03:04















