Commit Graph

88 Commits

Author SHA1 Message Date
mDeflotte
70a94de245 // Fix some bad php doc 2011-12-01 16:43:07 +00:00
aFolletete
51d7d41e3b // fix little bug on AdminOrdersController
[~] Deprecated: Cart::getOrderShippingCost()
2011-11-30 17:25:27 +00:00
tDidierjean
0e89d3a195 // Changes to controller and AdminCustomers refactoring 2011-11-29 18:35:17 +00:00
mDeflotte
6772edb475 // Removing an elog 2011-11-29 08:03:53 +00:00
mDeflotte
d69eb5dd3f // Change sentence "Allow seperated package" 2011-11-28 16:47:50 +00:00
mDeflotte
26acff7c7b // Add "Allow seperated package" checkbox on the cart 2011-11-28 10:50:54 +00:00
fBrignoli
a07af2ceee [-] CO : incorrect left join conditions in getTaxRules 2011-11-25 10:22:58 +00:00
dMetzger
bb0d1bf865 // Order processing bugs fixed 2011-11-23 21:02:51 +00:00
rGaillard
fa356f6f80 // Fix PHP notice 2011-11-23 20:47:50 +00:00
mDeflotte
a60272d806 // BugFix with id_address_delivery 2011-11-23 19:27:57 +00:00
dMetzger
bffb7adec3 [+] BO : add new feature, Order edition 2011-11-23 17:45:52 +00:00
mDeflotte
79b0a87d8a // BugFix : use current($array instead of $array[0] 2011-11-23 16:22:08 +00:00
dMetzger
0a4e421226 // Avoid some crashes 2011-11-23 08:39:49 +00:00
mDeflotte
9c76b35ec4 // Multishipping : on opc, on putting multi-shipping to off, the cart is set to one address delivery 2011-11-22 17:18:30 +00:00
mDeflotte
78a862d0fa // BugFix Error on clicking carrier option in cart/opc 2011-11-22 15:07:08 +00:00
mDeflotte
4fc6f455b2 // Dont need to set the id_carrier in class Cart 2011-11-22 14:41:41 +00:00
mDeflotte
95a749de8b // Autoset id_carrier on the cart constructor + Replace a hookExec() 2011-11-22 14:09:52 +00:00
mDeflotte
3e56099041 // Re-put Cart->id_carrier + BugFix with shipping cost calculation 2011-11-22 13:50:53 +00:00
mDeflotte
a0809d91da // BugFix id_carrier in cart not defined + choosing address delivery for multishiping on opc 2011-11-22 09:28:22 +00:00
mDeflotte
9426e5d883 // BugFix with opc and multishipping 2011-11-21 10:42:14 +00:00
mDeflotte
b8520f7bc3 // Bug with sql query to duplicate product from the cart 2011-11-21 08:12:48 +00:00
mDeflotte
42b4711504 // BugFix with carrier module and multishipping 2011-11-18 14:14:06 +00:00
mDeflotte
1e398ba068 [-] allow_seperated_package need to be an int and not a boolean on class cart 2011-11-18 12:49:25 +00:00
mDeflotte
0df1a7e2eb // Merging multishipping branche on 1.5 2011-11-18 11:13:31 +00:00
rMalie
201cb34a4d // Some fix on objectModel children classes (fields not valid, etc.) 2011-11-09 12:16:37 +00:00
dMetzger
4fbb25168e // Retro compatibility and updater improved for Discount/CartRules 2011-11-02 14:23:44 +00:00
fSerny
d5e265f75e [*] PROJECT : New Module API (part 1) 2011-11-02 10:49:01 +00:00
dMetzger
7f830c2f4e // Retro compatibility for Discount 2011-11-02 10:47:01 +00:00
dMetzger
f266e8ffe1 // A few table name replaced 2011-11-01 19:06:26 +00:00
dMetzger
554783594e [+] Project : Vouchers are now replaced by cart rules 2011-11-01 18:50:42 +00:00
rGaillard
b19ddb50ab // Add CartController 2011-10-27 14:04:58 +00:00
rMalie
e6f45e54a6 // Replace shop->sqlAsso(), shop->sqlLang() and shop->sqlRestriction() with shop->addSqlAssociation(), shop->addSqlRestrictionOnLang() and shop->addSqlRestriction() 2011-10-17 09:46:08 +00:00
mDeflotte
3105fc5ddc // Add stock avaibility 2011-10-13 15:58:29 +00:00
rMalie
eeb5b16112 // Merge -> revision 9221 2011-10-11 12:45:12 +00:00
rMalie
9510337b1d // Remove bad _SQL_USE_SLAVE_ uses + normalize Db->executeS(), Db->execute() and Db->numRows() names 2011-10-10 12:18:56 +00:00
jmCollin
656c5aac3d // Fix shipping cost for virtual products 2011-10-05 16:02:12 +00:00
rMalie
468306a3ca // Merge -> revision 8952 2011-10-03 09:14:01 +00:00
jmCollin
8c1e2b8bf2 [+] FO : add files for combination
[*] FO : Create virtual products with no associated file
2011-09-29 16:40:44 +00:00
rMalie
fe96631b7b // Merge -> revision 8851 2011-09-28 16:03:30 +00:00
rMalie
6424bf8541 // Refacto of cartController 2011-09-28 15:40:28 +00:00
rMalie
91083e190c // Merge -> revision 8800 2011-09-27 14:30:06 +00:00
aFolletete
33f63ed144 [*] Classes : improve performances of "Feature detachable" feature 2011-09-24 15:03:21 +00:00
rMalie
2180359342 // Merge -> revision 8720 2011-09-22 15:45:10 +00:00
rMalie
7fd85b7ff7 // Remove Tools::buildQuery 2011-09-21 15:36:23 +00:00
rMalie
710e1125dd 2011-09-21 09:52:19 +00:00
rMalie
daff11df6b // Improve DbQuery 2011-09-20 16:49:22 +00:00
rMalie
ae8fe141a5 [+] Classes: add DbQuery class in order to build queries (usefull when working with chunks of queries) 2011-09-20 16:14:19 +00:00
rMalie
0fa9bdcf48 // norm 2011-09-16 08:40:26 +00:00
vChabot
875d5488e6 [*] FO : display initial price in the cart when a specific price is applied to a product 2011-09-15 12:37:44 +00:00
rMalie
fd5388209a // Merge -> revision 8363 2011-09-06 12:38:55 +00:00