Commit Graph
7461 Commits
Author SHA1 Message Date
Xavier POITAU 57388850a3 When you set the "Fees by carrier, geographical zone, and ranges" (in the "Shipping" tab), the prices are tax excluded and displayed with 2 decimals, but the price is saved with 6 decimals in the database.
So when you define a shipping fee with 6 decimals it is saved without problem, but when you come back to edit the values, they are rounded (2 decimals) so you are forced to edit the values again, or else saving will replace the previous 6-decimals values with the displayed 2-decimals values.

Having 6 decimals displayed in the BO (not rounded, raw value from the database) is necessary because these values are tax excluded and are displayed tax included on the FO.
2012-11-22 14:14:02 +01:00
Vincent Augagneur 91a4a4955e [-] CORE : fixed bug #PSCFV-5400 - jquery.ui.core.css is never used 2012-11-19 18:23:21 +01:00
Vincent Augagneur 65eeb53992 //added .gitignore 2012-11-19 17:57:46 +01:00
rGaillard ee62ed8d27 [-] BO: FIX #PSCFV-5088 - cant add a tax rule to a group if one have already defined as unique 2012-11-16 16:48:23 +00:00
rGaillard 4aa0a69953 // small sql fix 2012-11-16 16:09:55 +00:00
rGaillard 59a602c274 [-] Core: Fix products duplication when using multiple taxe rule on the same country 2012-11-16 16:08:21 +00:00
rGaillard 72b04323ee [-] Core: Fix #PSCFV-5327 the computation of real stock quantities was bad sometimes 2012-11-16 13:38:32 +00:00
vAugagneur dd8f447c62 [-] BO : fixed bug #PSCFV-5141 - Product Url being rewritten when a product is edited 2012-11-16 13:21:53 +00:00
rGaillard f3dcd5bf54 [-] Core: fix regular expression patterns for some hosting which don't support unicode 2012-11-16 11:04:27 +00:00
sLorenzini bdb5e43a38 [-] FO : fixed bug #PSCFV-5481 2012-11-16 10:29:14 +00:00
sLorenzini d940168b03 [-] FO : fixed bug #PSCFV-5460 2012-11-16 10:26:43 +00:00
sLorenzini 5a247c1387 // modified valid hack IE 2012-11-16 10:20:06 +00:00
vAugagneur eef2d7e6ff [-] MO : fixed bug #PSCFV-5348 - cant load any tinymce in any bo module works only in cms pages 2012-11-16 10:16:57 +00:00
vAugagneur 7f43a5810a //removed useless comment 2012-11-16 10:09:15 +00:00
vAugagneur 709ff5cbe0 [-] CORE : fixed bug #PSCFV-5261 - No easy way to associate xxx_shop table for an object => added Shop:: addTableAssociation($table_name, $table_details) 2012-11-16 10:06:57 +00:00
sLorenzini 7c95217aac // add valid hack IE 2012-11-16 10:06:52 +00:00
sLorenzini ed83399e0b [-] FO : fixed bug #PSCFV-4783 2012-11-16 09:22:39 +00:00
rGaillard ec8563e9e3 [-] FO: Fix #PSCFV-5652 url redirection after a guest order was bas 2012-11-15 18:11:10 +00:00
rGaillard c925f8f9fb [-] BO: Fix #PSCFV-4284 combinations import should delete available stock for combinations and not for products 2012-11-15 16:26:24 +00:00
rGaillard fd39f51612 [-] BO: Remove useless warning #PSCFV-5122 2012-11-15 16:19:30 +00:00
rGaillard b0d9e82260 [-] BO : Fix #PSCFV-4949 position updating after deleting a category from a product 2012-11-15 15:56:05 +00:00
rGaillard 891666cf4a [-] BO: Fix #PSCFV-5109 translations of admin module controller 2012-11-15 15:39:51 +00:00
rGaillard d99a7c4394 [-] BO: Fix #PSCFV-5263 tax rule deletion on tax rules group deletion 2012-11-15 14:01:36 +00:00
rGaillard 3388a95761 [-] FO : Fix #PSCFV-5239 bad rewrite rule for category with no image 2012-11-15 13:42:47 +00:00
vAugagneur 851efcda95 [-] BO : fixed bug #PSCFV-4855 - AdminTab1.5 compatibility ; datepicker not included in listHeader 2012-11-15 13:35:28 +00:00
vAugagneur 846ef50821 [-] BO : fixed JS bug in category creation with URL rewrite field 2012-11-15 13:29:29 +00:00
vAugagneur 4854f9137c [-] FO : fixed bug #PSCFV-5324 - Product url rewrite contains "root/home/" 2012-11-15 13:26:44 +00:00
rGaillard 1b9a40489f [-] FO: Fix #PSCFV-5359 do not redirect to canonical url on 404 error 2012-11-15 09:43:07 +00:00
rGaillard 9c68663825 [-] BO: Fix language pack export 2012-11-15 09:25:05 +00:00
dMetzger 98bf8f93fc [-] FO : you cannot reset the password of a deactivated account anymore #PSCFV-5621 2012-11-15 08:14:03 +00:00
rGaillard 8db53b4b2c [-] Core: Fix #PSCFV-5238 cache_has_attachments field update 2012-11-14 18:18:53 +00:00
rGaillard 8c46e7cdf7 [-] BO: Fix #PSCFV-5344 stock reinjecting values on returning products with advanced stock management 2012-11-14 17:53:44 +00:00
dMetzger bc4ebdc6cb [-] FO : replaced order id by order reference in the contact form (but kept the id_order for retrocompatibility) #PSCFV-5491 2012-11-14 14:54:36 +00:00
vAugagneur e13799df77 // small fix 2012-11-14 14:54:17 +00:00
dMetzger 0d2aed15be [-] FO : replaced order id by order reference in the contact form (but kept the id_order for retrocompatibility) #PSCFV-5491 2012-11-14 14:47:26 +00:00
vAugagneur 78c4eb0107 [-] FO : fixed bug on mobile them with opc can't place order. 2012-11-14 13:57:38 +00:00
vAugagneur 714a757392 //put mobile warning in real warning 2012-11-14 13:34:46 +00:00
vAugagneur f2ed38cc0d //missing commit related to rev:17989 2012-11-14 13:32:13 +00:00
François Gaillard ee3c3e07a2 [*] BO : Mobile theme checks that the PayPal module is installed. 2012-11-14 13:29:54 +00:00
vAugagneur 224ad5fa1f [-] FO : fixed bug #PSCFV-5617 - fixed bug #PSCFV-5616 - mobile theme issues 2012-11-14 13:10:09 +00:00
dMetzger ea08ccc531 [*] BO : you can now search by order reference #PSCFV-5592 2012-11-14 11:00:13 +00:00
dMetzger 8c952b88ea [-] WS : cart rules were missing in the WS #PSCFV-5602 2012-11-13 18:21:10 +00:00
dMetzger af7720eb65 [-] BO : fixed form bug with voucher with a value < 1.00 #PSCFV-5523 2012-11-13 15:59:49 +00:00
dMetzger 8aaeb3a66d [-] FO : wrong cache ID fixed #PSCFV-5537 2012-11-13 15:52:31 +00:00
vAugagneur 1ed8a01f5f [-] FO : fixed bug #PSCFV-5368 - CMS pages are all blank in front but exists in admin 2012-11-13 15:50:31 +00:00
dMetzger 54a93d5b2d [-] FO : fixed geolocation issue (which caused some unexpected cart reset) 2012-11-13 15:25:29 +00:00
dMetzger b861516fc0 [-] FO : removed deprecated configuration var "PS_VOUCHERS" #PSCFV-5240
// Removed useless DOS protection
2012-11-13 13:56:21 +00:00
rGaillard a76ed36cae [-] FO : Fix error with geolocation enabled and satellite connection 2012-11-13 11:09:21 +00:00
rGaillard 9f51c6adc0 [-] FO : Fix 2 SSL links on order-follow tpl #PSCFV-5441 2012-11-12 18:48:35 +00:00
rGaillard 58fb547c6c [-] MO: Fix Bankwire validation link using SSL #PSCFV-5266 2012-11-12 18:29:14 +00:00