Commit Graph
6365 Commits
Author SHA1 Message Date
Vincent Augagneur 2542260f64 [-] CORE : fixed bug #PSCFV-5514 - Override of module language file type fr.php in theme 2012-11-21 17:41:53 +01:00
Vincent Augagneur fccac59bbe [-] CORE : fixed bug #PSCFV-5514 - Override of module language file type fr.php in theme 2012-11-21 17:41:53 +01:00
DamienMetzger 70f9f7ed3a [-] BO : you can search a product by supplier reference again #PSCFV-5723 2012-11-21 13:42:40 +01:00
DamienMetzger b18f222c7f [-] BO : you can search a product by supplier reference again #PSCFV-5723 2012-11-21 13:42:40 +01:00
DamienMetzger 9c8f31b42d [-] BO : added missing width and height of the logo in the supplier order PDF 2012-11-21 10:31:37 +01:00
DamienMetzger 8b292d0765 [-] BO : added missing width and height of the logo in the supplier order PDF 2012-11-21 10:31:37 +01:00
Rémi Gaillard 3e2de4986b [-] FO: Fix: many fixes - domain for cookies with different url for ssl / add to cart button for minimal quantities with product attributes 2012-11-20 19:05:21 +01:00
Rémi Gaillard cba080ccd8 [-] FO: Fix: many fixes - domain for cookies with different url for ssl / add to cart button for minimal quantities with product attributes 2012-11-20 19:05:21 +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 6f35cc3df4 [-] CORE : fixed bug #PSCFV-5400 - jquery.ui.core.css is never used 2012-11-19 18:23:21 +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 b997f7b8af [-] 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 84a253548e // 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 b9289df687 [-] 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
rGaillard eac368cf10 [-] Core: Fix #PSCFV-5327 the computation of real stock quantities was bad sometimes 2012-11-16 13:38:32 +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
rGaillard fc523f368e [-] Core: fix regular expression patterns for some hosting which don't support unicode 2012-11-16 11:04:27 +00:00
vAugagneur 7f43a5810a //removed useless comment 2012-11-16 10:09:15 +00:00
vAugagneur e4c93d23f4 //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
vAugagneur 92a015941a [-] 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
rGaillard b0d9e82260 [-] BO : Fix #PSCFV-4949 position updating after deleting a category from a product 2012-11-15 15:56:05 +00:00
rGaillard b5d9afc158 [-] 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 ef13038a6d [-] 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 2c1e7f504b [-] 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
rGaillard a7e7ebd2cd [-] FO : Fix #PSCFV-5239 bad rewrite rule for category with no image 2012-11-15 13:42:47 +00:00
vAugagneur 4854f9137c [-] FO : fixed bug #PSCFV-5324 - Product url rewrite contains "root/home/" 2012-11-15 13:26:44 +00:00
vAugagneur a0a6a3d3b6 [-] FO : fixed bug #PSCFV-5324 - Product url rewrite contains "root/home/" 2012-11-15 13:26:44 +00:00
rGaillard 8db53b4b2c [-] Core: Fix #PSCFV-5238 cache_has_attachments field update 2012-11-14 18:18:53 +00:00
rGaillard 79d8836f5f [-] Core: Fix #PSCFV-5238 cache_has_attachments field update 2012-11-14 18:18:53 +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
dMetzger 3166887d0e [-] 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
dMetzger 8c952b88ea [-] WS : cart rules were missing in the WS #PSCFV-5602 2012-11-13 18:21:10 +00:00
dMetzger aa708231f6 [-] WS : cart rules were missing in the WS #PSCFV-5602 2012-11-13 18:21:10 +00:00
dMetzger 8aaeb3a66d [-] FO : wrong cache ID fixed #PSCFV-5537 2012-11-13 15:52:31 +00:00
dMetzger c65753bc35 [-] FO : wrong cache ID fixed #PSCFV-5537 2012-11-13 15:52:31 +00:00
dMetzger 54a93d5b2d [-] FO : fixed geolocation issue (which caused some unexpected cart reset) 2012-11-13 15:25:29 +00:00
dMetzger 7f4097a4bd [-] FO : fixed geolocation issue (which caused some unexpected cart reset) 2012-11-13 15:25:29 +00:00
rGaillard a76ed36cae [-] FO : Fix error with geolocation enabled and satellite connection 2012-11-13 11:09:21 +00:00
rGaillard 5ee9b10b2b [-] FO : Fix error with geolocation enabled and satellite connection 2012-11-13 11:09:21 +00:00
rGaillard b7d03a3513 [-] BO : fix the change of advanced stock management in the products on GroupShop context #PSCFV-5521 2012-11-12 13:28:35 +00:00
rGaillard c026a07504 [-] BO : fix the change of advanced stock management in the products on GroupShop context #PSCFV-5521 2012-11-12 13:28:35 +00:00
rGaillard 05fd7d5ba2 [*] WS : add accessories association to product webservices 2012-11-12 10:03:37 +00:00
rGaillard 1d29ab3dea [*] WS : add accessories association to product webservices 2012-11-12 10:03:37 +00:00