Hi !
I got an error that I didn't receive before and I have no idea why it's here now. The message I receive is;
1366 Incorrect decimal value: '35,6' for column 'order_tax' at row 1
in:
[INSERT INTO shop_orders (customers_id, customers_name, customers_company, customers_street_address, customers_suburb, customers_city, customers_postcode, customers_state, customers_country, customers_telephone, customers_email_address, customers_address_format_id, delivery_name, delivery_company, delivery_street_address, delivery_suburb, delivery_city, delivery_postcode, delivery_state, delivery_country, delivery_address_format_id, billing_name, billing_company, billing_street_address, billing_suburb, billing_city, billing_postcode, billing_state, billing_country, billing_address_format_id, payment_method, payment_module_code, shipping_method, shipping_module_code, coupon_code, cc_type, cc_owner, cc_number, cc_expires, date_purchased, orders_status, order_total, order_tax, currency, currency_value, ip_address)
VALUES ('3', 'Kenneth', '', 'Street 13', '', 'Nynäshamn', '149 41', 'ta bort', 'Sweden', '08-123 456', 'kenneth##########################', '1', 'Kenneth', '', 'Street 13', '', 'Nynäshamn', '149 41', 'ta bort', 'Sweden', '1', 'Kenneth', '', 'Street 13', '', 'Nynäshamn', '149 41', 'ta bort', 'Sweden', '1', 'Förskottsbetalning', 'moneyorder', 'Per produkt (Postgång)', 'item', '', '', '', '', '', now(), '2', '178', '35,6', 'SEK', '1.00000000', '127.0.0.1 - 213.114.123.123')]
The error part is 'order_tax' and '35,6'. This is the swedish VAT (moms), if you redraw 20% from 178, the price, you will have 35,6. Can someone please help me ?
Using XP, ZC 1.0.3.2 and the swedish language pack 1.0.3.1. I hope you have all the information you need to help me to solve this strange message...
Bookmarks