Rémi Gaillard
44d26d5804
[-] BO: Fix id_shop for configuration variables in global context for orders
2013-02-04 16:05:01 +01:00
Damien Metzger
067e055858
Merge pull request #164 from Shagshag/patch-7
...
[-] BO : OrderHistory::changeIdOrderState
2013-02-01 10:00:10 -08:00
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
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
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
rGaillard
260619d773
[-] Core: fix set of current_state on orders
2012-10-11 10:00:52 +00:00
rGaillard
844b97318e
[-] Core: Fix PSCFV-3092
2012-08-03 14:40:31 +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
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
330b85cfe2
[-] BO : #PSCFV-3112 - Fix bug with payment by cheque and multishipping
2012-07-09 16:30:12 +00:00
vAugagneur
61d8ea6f70
//small fix on total_paid_real
2012-07-05 15:23:45 +00:00
mDeflotte
f981d8f37b
[-] FO : #PSCFV-2920 - Hidding order number, use order reference instead
2012-06-26 15:19:35 +00:00
aNiassy
e2079093ae
[-] FO : #PSCFI-5795 : fixed a bug where the opc freeze when an Order is to 0
2012-06-13 08:10:12 +00:00
aFolletete
313aac8a53
[-] Classes : fixed bug #PSCFV-2681 - issue with updating of current_state column on order table
2012-06-06 15:00:52 +00:00
mDeflotte
c060909bd1
[-] Project : #PSCFV-2633 #PSCFV-2622 - Fix problems with multishipping and order payment & invoice
2012-06-01 15:40:32 +00:00
tDidierjean
dbae669d5f
// #PSTEST-1229 - remove virtual combinations
2012-04-24 13:23:02 +00:00
bMancone
662f94c93a
// Fixed stock_available when ordering products
2012-04-16 13:39:15 +00:00
tDidierjean
5b82d0c920
[-] Classes : PSTEST-1104 - mail for product download is not sent when command state is updated
2012-03-28 13:28:16 +00:00
rMalie
1dc629a949
// Welcome 2012²
2012-02-23 16:33:10 +00:00
fSerny
01846fa9b4
[+] BO : New hooks added (helpers + order history)
2012-02-15 13:54:50 +00:00
aFolletete
ab5ee06405
[-] Classes : fixed bug #PSTEST-550 - Add current_state attribute on Order class
...
[~] Deprecated : OrderHistory::getLastOrderState()
2012-02-01 14:34:17 +00:00
bMancone
ecd661b31b
// Fixed norm
2012-01-16 12:57:15 +00:00
bMancone
6f63860662
// #PSTEST-473 Fixed OrderHistory
2012-01-16 11:34:46 +00:00
bMancone
30cf2a1f1e
// #PSTEST-473 Fixed OrderHistory
2012-01-16 11:29:19 +00:00
bMancone
e9ce54daa3
// Fixed OrderHistory for Packs
2012-01-11 10:11:24 +00:00
bMancone
53db54e6e0
// Improved Pack management
2012-01-10 15:40:46 +00:00
bMancone
176798ff90
// updated stock for Pack
2012-01-09 18:23:01 +00:00
rMalie
d9e0f26e7c
// Refactoring of Hook class
2012-01-02 14:42:05 +00:00
bMancone
48c3fb3b15
// Orders : fixed stock (available quantity & Stock)
2011-12-21 14:24:34 +00:00
bMancone
be11fb5d44
// OrderHistory : fixed r11441
2011-12-21 11:10:52 +00:00
mMarinetti
d35a16c6b0
// minor notice fix when new order, related to OrderHistory::getLastOrderState() returning false instead of an object
2011-12-20 19:04:56 +00:00
mDeflotte
e99634ffd7
// Removing some id_warehouse
...
// Adding some checks with advanced_stock_management product attribute
2011-12-19 16:01:41 +00:00
aFolletete
039b2388b9
// fixed bug on automatic payment addition when put the order to a paid status
...
// fix "Free shipping" when create a new invoice
2011-12-16 17:17:13 +00:00
jBreux
ccb0731126
[*] BO : Improvement invoices management
2011-12-16 09:14:11 +00:00
rMalie
c022f4e0e5
// Format definitions
2011-12-13 13:41:54 +00:00
bMancone
4180588c40
// Updated OrderHistory / StockManager. Added feature to StockCover: it is now possible to display the number of sales per product / and highlight products which coverage is less than a given threshold
2011-12-13 09:48:52 +00:00
rMalie
1c39ab4685
[*] Classes: Remove $fieldsRequired, $fieldsSize and $fieldsValidate (and lang properties) properties, use $definition instead
2011-12-12 18:10:38 +00:00
rMalie
7ca01e1619
// Remove useless code in OrderHistory
2011-12-12 18:08:09 +00:00
bMancone
7673d5ab91
// OrderHistory: fixed synchronize/updateQuantity conflits
2011-12-12 15:39:48 +00:00
bMancone
741c952bc2
// Updated re-stock
2011-12-12 15:25:51 +00:00
bMancone
9a75ad714a
// Re-stock (Prices fixed/warehouse fixed)
2011-12-12 13:54:17 +00:00
mDeflotte
e6c523a2b1
// Stock decrementation
2011-12-09 13:09:32 +00:00
rMalie
561f61c311
// Remove unused $tables property from ObjectModel + improve Cache
2011-12-09 10:24:48 +00:00