68 Commits

Author SHA1 Message Date
Vincent Augagneur
99b162d16b [-] CORE : fixed bug #PSCFV-10175 - No virtuel download email send after accepted payment 2013-08-27 10:09:35 +02:00
gRoussac
a1786b97b3 [-] FO : expiration date not displayed in email for downloadable product 2013-08-07 17:08:50 +02:00
jeromenadaud
9ff0d60158 [-] BO : FixBug #PSCFV-7839 No invoice file attached to payment email confirmation 2013-08-05 09:41:46 +02:00
gRoussac
42c5335f27 [*] WS : order history add(POST) send customer email if sendemail=1 url parameter, thanks @gerdus 2013-07-26 17:55:53 +02:00
Gregory Roussac
cf04c18ce6 Merge pull request #537 from PrestaEdit/patch-43
[-] FO: OrderHistory - Unclosed tag
2013-07-17 08:53:31 -07:00
Axome
1c960da57a [*] BO : Not increment stock if statut change fom Error to Canceled
Not increment stock if statut change fom Error => Canceled or Canceled => Error (stock should stay the same).
Add a code simplification too
2013-07-12 11:22:42 +02:00
PrestaEdit
86bdcd99e9 [-] FO: OrderHistory - Unclosed tag 2013-07-02 17:08:49 +02:00
Rémi Gaillard
4c5b060e92 [-] Core: Hook actionPaymentConfirmation should also be called for PS_OS_WS_PAYMENT order statuse 2013-06-04 12:08:31 +02:00
vAugagneur
3328c7a653 [-] BO : remove deprecated parameter when call Tools::displayDate() 2013-05-20 16:55:52 +02:00
Rémi Gaillard
41786587ba [-] BO: Fix #PSCFV-8179 shop domain used in emails sometimes was for the wrong shop 2013-05-02 18:42:01 +02:00
vAugagneur
a0867d3a92 [-] CORE : fixed PHP Notice: Undefined index: date_expiration on virtual product 2013-04-26 10:15:54 +02:00
gRoussac
c5ed733cfc [-] CORE : Fix bug #PSCFV-8705 stocks update for when no current state 2013-04-22 12:09:35 +02:00
gRoussac
1acd07e063 [-] CORE :Fix #PSCFV-8631 when order directly in payment state does not update stocks 2013-04-22 11:33:13 +02:00
gRoussac
6384a74c1d [-] BO : Fix bug : #PSCFV-8631 no download-product.tpl in languages packs 2013-04-08 10:50:03 +02:00
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