Commit Graph

221 Commits

Author SHA1 Message Date
vAugagneur
8db760ecb7 //fixed sql bad request in Cart::lastNoneOrderedCart() and in Cart::add() 2012-09-11 15:04:38 +00:00
rGaillard
4621f814c3 // Fix PSCFV-3840 2012-08-31 14:52:54 +00:00
rGaillard
111f8d7531 // Fix on product association deletion 2012-08-29 16:42:45 +00:00
dMetzger
a1d1158af1 // small bug fix on BO orders 2012-08-14 09:15:50 +00:00
mDeflotte
b3d1dbbadc [-] FO : #PSCFV-3268 - Fix bug with cache and cart rule discount calculation 2012-08-02 09:07:18 +00:00
rGaillard
668cc4c02e // Fix various bugs with customized products in backoffice order 2012-07-19 12:26:04 +00:00
fBrignoli
e63b31c29b [-] BO : Bug Fixed #PSCFV-3122 - Cart rules applied 2 times on shipping fees if the order is splitted 2012-07-13 13:42:21 +00:00
mDeflotte
6a849e1adf [-] FO : #PSCFV-3100 - With OPC shpping cost are not refreshed correctly 2012-07-09 08:07:46 +00:00
lLefevre
46edb85187 // Fix small bug when the product are not weight 2012-07-06 08:49:13 +00:00
mDeflotte
a55ee2446f [-] FO : #PSCFV-3016 - Fix bug on removing quantity of a product with a customisation 2012-07-06 07:40:32 +00:00
mDeflotte
3fa0d8ff9e [-] BO : #PSCFV-3066 - Fix bug on selecting delivery option 2012-07-05 13:20:38 +00:00
mDeflotte
fca0abf667 [-] BO : #PSCFV-3055 - Part 1 : Improving displaying of resume cart (payment step)
[-] BO : #PSCFV-3055 - Part 1 : If there is a rules with free shipping, shipping prices are not displayed
2012-07-05 12:40:40 +00:00
mDeflotte
abf35f7839 [-] FO : #PSCFV-2993 #PSCFV-2811 - Default carriers and carrier sorting where ignored 2012-07-04 14:24:56 +00:00
rGaillard
ee70b85d6b // Improve performance and bug fixes 2012-06-06 16:22:48 +00:00
rMalie
4de6cc643f // Fix Product::sqlStock() (use restrictions in left join instead of restrictions in where) 2012-06-06 09:16:03 +00:00
dMetzger
cb9c381957 // Fixed #PSCFV-2605 2012-06-04 08:23:28 +00:00
rMalie
803073cd49 // Webservice getters are now multishop 2012-06-01 07:45:41 +00:00
dMetzger
50a439ba3b // Cart rule display in cart summary 2012-05-30 09:29:55 +00:00
rGaillard
372a6fc472 // Performance optimizations 2012-05-29 08:32:13 +00:00
dMetzger
ef3bab9abf [-] FO : Cart products cache fixed (when you remove a product from the cart) 2012-05-25 11:27:33 +00:00
mDeflotte
93dd42218f // Fix bug with cart, multishipping and gift product 2012-05-22 14:07:16 +00:00
dMetzger
1e2c34ed95 // Fixed warning when calculating the order total of an empty cart 2012-05-21 18:56:19 +00:00
dMetzger
55527cfa91 // Cart display for free shipping 2012-05-21 18:53:30 +00:00
dMetzger
0ac0aadce4 // Cart display improved with free shipping 2012-05-21 17:33:51 +00:00
mDeflotte
21ed1ef008 // Fix bug with gift products and multishipping 2012-05-21 17:31:43 +00:00
dMetzger
1a420b5b4e [-] FO : wrong calcul of the free shipping in multi-shipping 2012-05-21 17:08:16 +00:00
dMetzger
da91bd1886 // typo 2012-05-21 16:17:53 +00:00
dMetzger
712b2d0a6d // Code cleaning and small fixes 2012-05-21 15:17:21 +00:00
dMetzger
f87ee2f2f6 // variable misnamed 2012-05-21 14:50:13 +00:00
dMetzger
9b092be840 // variable misnamed 2012-05-21 14:29:54 +00:00
dMetzger
c75f93d63e [-] FO : added the concept of product package (multi-shipping) for the cart rules in getContextualValue() 2012-05-21 14:19:54 +00:00
aNiassy
3cff645e26 [-] FO : #PSCFV-2478 : Fixed a problem with payment method which displays an error when a product created in multi-shop was chosen 2012-05-21 13:24:03 +00:00
dMetzger
442c27830d [-] FO : fixed a great part of the cart rules with multi-shipping 2012-05-21 13:15:15 +00:00
mDeflotte
2178329fb7 // Normalize php doc commentary 2012-05-21 09:59:26 +00:00
dMetzger
d6a120cfc0 [*] FO : cart summary is adapted to cart rules with a special "friendly" display 2012-05-19 13:26:21 +00:00
mDeflotte
cdb2013b08 // Change var name 2012-05-11 13:41:16 +00:00
mDeflotte
cdeb1eac86 [*] FO : #PSCFV-1463 & #PSCFV-1258 - Gift products and standard products are now displayed on seperate lines 2012-05-10 14:37:14 +00:00
aFolletete
4ccd85f553 [-] BO : fixed bug #PSCFV-1296 - Can't add a product in order (BO)
// Fix backward compatibility issue with updateQty method
2012-05-10 09:29:46 +00:00
mDeflotte
8a4a019e2a [-] FO : #PSCFV-2197 - Show which products is assigned to which carrier, when multiple carriers are proposed for the one delivery method 2012-05-04 14:21:02 +00:00
mDeflotte
f65e49a246 [-] FO : #PSCFV-2147 - Fix bug with date of delivery 2012-05-04 09:12:02 +00:00
tDidierjean
6f3912f5e6 [-] Classes : fix #PSCFV-1218 - Re-ordering customized products don't duplicate the customization 2012-05-03 08:13:46 +00:00
mDeflotte
599e485366 [-] FO : #PSCFV-2158 - Add warning message when a product cannot be delivered to an address 2012-05-03 08:10:09 +00:00
dMetzger
38ff4fbeac [-] FO : Cart rules local cache wasn't cleaned correctly #PSCFV-91 2012-05-02 09:35:04 +00:00
mDeflotte
9bd48dea6c [-] FO : Fixed bug #PSCFV-1251 & #PSCFV-1727 2012-04-30 13:40:46 +00:00
dMetzger
2ba501aeca [-] FO : free products emptied when there isn't any other products in the cart #PSCFV-300 2012-04-26 13:56:22 +00:00
dMetzger
82b58ec4b8 [-] FO : sometimes the cart rules total was doubled - fixed! #PSTEST-1202 2012-04-25 12:58:35 +00:00
dMetzger
6a58ab1ab9 [-] FO : cart rules are now removed when the cart is empty #PSTEST-1205 2012-04-24 17:10:32 +00:00
mDeflotte
6e83883bfb [-] FO : #PSFV-803 - Fix bugs with customization and cart summary 2012-04-20 14:55:21 +00:00
mDeflotte
92464e3546 [-] FO : #PSFV-815 - Moving an SQL request on the controller to the model 2012-04-19 09:55:13 +00:00
mDeflotte
da3dedaf75 [-] Project : #PSFV-820 - Cartrules are now reapplied each time we add/remove a product on/from the cart 2012-04-19 09:39:14 +00:00