Commit Graph

249 Commits

Author SHA1 Message Date
vAugagneur
459ce4fab8 [-] CORE : email with virtual products info was not send to the customer 2013-01-22 11:23:05 +01:00
Shagshag
868effab13 [-] Fix: OrderHistory::changeIdOrderState
&$id_order break compatibility with existing codes :

1/ it's unnecessary : Objects are passed by references by default
2/ it causes fatal errors: 
```PHP
$foo->changeIdOrderState((int)$id_order_state, (int)$id_order);
```
Fatal error: Only variables can be passed by reference
2013-01-08 10:51:42 +01:00
Francois Gaillard
8baf87eef5 // Welcome 2013 2013-01-04 11:19:03 +01:00
vAugagneur
bfff958b1f Merge pull request #75 from @sebastienhouzet 2012-12-12 11:24:56 +01:00
vAugagneur
885e44c58d //fixed code error in a pull request 2012-11-26 10:09:27 +01:00
PrestaEdit
dc43452f8d // Class OrderHistory: changeIdOrderState() & Order current_state 2012-11-25 22:42:31 +01:00
vAugagneur
be946319be //remove svn keyword @version Release: $ 2012-11-22 11:57:40 +01: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
vAugagneur
1415f86566 //fix for 1.5.2.0 2012-10-22 12:41:28 +00:00
rGaillard
fc19914c85 [-] Core: Fix cache issue and order slip pdf generation 2012-10-22 12:40:15 +00:00
lLefevre
ece74e27c2 // Revert Revision 17891 : #PSCFV-5017 : update bad licenses in all files 2012-10-17 10:13:43 +00:00
lLefevre
07ca3c5258 // #PSCFV-5017 : update bad licenses in all files 2012-10-17 09:35:11 +00:00
lLefevre
6588f9514c // Revert Revision 17884 : #PSCFV-5017 : update bad licenses in all files 2012-10-17 09:29:43 +00:00
lLefevre
398d345362 // #PSCFV-5017 : update bad licenses in all files 2012-10-17 06:18:59 +00:00
rGaillard
d1959d1d5b // Fix #PSCFV-4916 2012-10-12 13:25:12 +00:00
lLefevre
f6297b081d [-] BO : fix #PSCFV-4933 : add recursively index.php file 2012-10-12 12:17:04 +00:00
rGaillard
260619d773 [-] Core: fix set of current_state on orders 2012-10-11 10:00:52 +00:00
rGaillard
1dd63c93b0 [-] BO: Fix ecotax product backoffice management && rounding issue 2012-10-09 12:58:08 +00:00
rGaillard
dd588905c9 // Fix Ecotax breakdown on invoices 2012-10-08 12:51:39 +00:00
rGaillard
a3ca8c326d // Fix #PSCFV-4543 2012-10-03 14:05:21 +00:00
rGaillard
a70a6ee5da // fix for tax computation on multishop ordering within sharing order 2012-10-02 12:24:08 +00:00
rGaillard
c3a9472414 // Fix #PSCFV-4136 2012-09-17 17:36:11 +00:00
rGaillard
c946ab87b7 // Fix #PSCFV-4094 2012-09-17 09:43:45 +00:00
rGaillard
1bdf6c32b4 [*] Core: Image covers is now multishop 2012-09-14 14:25:44 +00:00
rGaillard
a45ef3436a // Fix #PSCFV-4033 2012-09-13 14:25:32 +00:00
dMetzger
4fec500c7a [-] BO : original product price was saved without decimals #PSCFV-3968 2012-09-10 09:30:19 +00:00
rGaillard
f7bd5e3d56 // Small fix 2012-09-06 09:19:31 +00:00
rGaillard
76fa906070 // Some fields of order_slip was stored as int against float 2012-09-05 16:37:40 +00:00
rGaillard
e3a61e620c // Amount of order payment may be negative 2012-09-05 14:10:29 +00:00
dMetzger
d172b90921 // Fixed #PSCFV-3702 2012-08-21 13:21:16 +00:00
dMetzger
060e626f98 // Huge code cleaning on order edition, a lot of values were inconsistent 2012-08-13 16:26:40 +00:00
dMetzger
57912f6fef // Order::_deleteProduct rewritten (a lot of fields were missing) 2012-08-13 16:04:34 +00:00
rGaillard
44c9be03e5 [-] Core: Fix #PSCFV-3581 missing db_prefix 2012-08-09 17:17:21 +00:00
rGaillard
c7105bfe11 [-] BO: Invoices and products order detail are now not empty after deleting a product 2012-08-07 12:20:10 +00:00
rGaillard
844b97318e [-] Core: Fix PSCFV-3092 2012-08-03 14:40:31 +00:00
rGaillard
324b06cfac [-] BO: Fix PSCFV-2994 2012-08-01 14:43:44 +00:00
rGaillard
193aa5602d [*] Core: you can now associate modules to order states in order to add extra mail vars 2012-07-31 09:18:41 +00:00
aFolletete
c9a4158b96 [-] Classes : fixed bug #PSCFV-3260 - Bug when add product to existing order 2012-07-25 13:53:42 +00:00
mDeflotte
321cf45847 [-] FO : #PSCFV-3318 - Guest Tracking must use order reference and not order id 2012-07-25 13:00:43 +00:00
lLefevre
93d7b7176d [-] TR : fix #PSCFV-3269 : remove call to PSQL() which is unnecessary 2012-07-25 09:02:39 +00:00
lLefevre
5cd384336e [-] Bo : replace constant _PS_THEME_DIR_ by _PS_MAIL_DIR_ when send a email 2012-07-25 08:34:17 +00:00
lLefevre
ed19ef4b67 [-] BO : fix #PSCFV-3278 : add a parameter id_shop in a method Mail::send() && normalize 2012-07-24 14:13:11 +00:00
mDeflotte
f29691f264 // Little fix 2012-07-17 14:15:51 +00:00
rGaillard
222db03651 [-] Core: Fix PSCFV-3161 storage specific prices in orders 2012-07-16 08:29:59 +00:00
rGaillard
1ffcd622de // Small fixes 2012-07-13 18:25:39 +00:00
rGaillard
8815280d7f [-] Core: Fix PSCFV-3161 stockage of reduction was bad in database 2012-07-13 15:20:53 +00:00
dMetzger
7a3af1ff7c [-] BO : original product price was not set in the order detail table #PSCFV-3159 2012-07-13 07:37:15 +00:00
fBrignoli
6589124290 // missing file 2012-07-12 16:48:54 +00:00
fBrignoli
6e1dda9572 [-] PDF : Canadian taxes 2012-07-12 16:45:14 +00:00
lLefevre
1c43abc605 [-] BO : fix #PSCFV-3143 2012-07-12 16:12:41 +00:00