Commit Graph

393 Commits

Author SHA1 Message Date
vAugagneur fc7ea8ef14 //retro compat smarty variable name 'onr_phone_at_least' 2013-01-02 11:53:43 +01:00
vAugagneur a4eb2cc7a9 //Merge branch release 2013-01-02 09:56:20 +01:00
Rémi Gaillard 8b44ef218b [-] FO: Fix PHP warning on category controller 2012-12-31 10:04:53 +01:00
Gregory Roussac 33f09fb92f [-] FO : Fix #PSCFV-6209 required phone with Guest Checkout 2012-12-27 18:05:26 +01:00
Damien Metzger 691932f2bd [-] FO : vouchers created in the backend order creation are not displayed in the frontend anymore 2012-12-27 17:44:24 +01:00
Gregory Roussac dbb8a9f2e0 [-] FO : Fix html entities in order messages and threads 2012-12-27 12:23:10 +01:00
Damien Metzger d26616f769 [-] FO : fixed CR/LF on supplier/manufacturer description #PSCFV-6001 2012-12-26 10:25:53 +01:00
Rémi Gaillard b4217046ae [-] Core: the gift wrapping taxes is now handled by tax rules group 2012-12-21 18:01:43 +01:00
vAugagneur ef0eb49ba9 [-] CORE : fixed bug #PSCFV-4754 Image sizes are the same for all shops and themes 2012-12-18 14:59:34 +01:00
Damien Metzger 689a10d9bd [-] FO : fixed default order by manufacturer #PSCFV-6105 2012-12-14 10:30:13 +01:00
vAugagneur 89e9f90cf1 //small variable name fix 2012-12-04 18:35:10 +01:00
vAugagneur 13ebd3afef Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development 2012-12-03 14:14:54 +01:00
vAugagneur ed3e0e1a58 [+] CORE : now you can choose the redirect option when your product is disable 2012-12-03 14:13:50 +01:00
Rémi Gaillard 088cb759f0 [-] FO: js was missing on order follow #PSCFV-5441 2012-12-03 10:44:32 +01:00
vAugagneur 12cb5316ee //remove debug 2012-12-02 20:05:39 +01:00
vAugagneur 2d30a966c3 [*] FO : improve SEO and http error code 2012-12-02 19:46:09 +01:00
vAugagneur 639590c535 //remove comment 2012-11-29 18:36:18 +01:00
vAugagneur 24d2e87e8e [-] FO : fixed bug #PSCFV-5563 - address can't be changed when making an order as a guest 2012-11-29 18:35:05 +01:00
vAugagneur 317938d883 [-] FO : fixed bug #PSCFV-5776 - Converting a guest account via GuestTrackingController allows empty passwords, warns of an invalid password but DOES convert the account 2012-11-29 18:06:34 +01:00
Rémi Gaillard 4188bb5f58 [-] FO: Don't display categories in breadcrumb if there are not associated to the shop 2012-11-29 18:01:39 +01:00
Vincent Augagneur 3b63713cdd Merge pull request #3 from damonsk/development
[-] FO : fixed bug #PSCFV-5637 - Order reference (string) if passed in from a 1.4 theme...
2012-11-29 06:15:56 -08:00
vAugagneur 30b8f81e36 //small fix in controllers/front/OrderController.php thanks to @Butterback 2012-11-29 09:07:02 +01:00
(d)oekia 2735ff47bc unset should go after usage of by reference value 2012-11-26 15:08:32 +01:00
(d)oekia a11fa5fd14 Merge/simplify statements 2012-11-26 15:03:42 +01:00
(d)oekia 489fd28012 [-] FO: PSCFV-4181: pruneoff unavailable products 2012-11-26 14:11:35 +01:00
PrestaEdit 7ac2970aff // PSCFV-5569: remove warning if module "blocksuppliers" and "blockmanufacturer" is deleted 2012-11-25 23:08:47 +01:00
DamienMetzger 0468bdbc03 [-] FO : fixed a problem with quantity of customized products #PSCFV-5630
[-] FO : removed cart rules already in the cart from available cart rules in the cart summary
2012-11-23 10:39:04 +01:00
DamienMetzger ff55d6e6bb [-] FO : removed useless extra parameter not implemented in Manufacturer::getManufacturers() #PSCFV-5771 2012-11-23 09:48:51 +01:00
DamienMetzger fdfe27dcd8 [-] FO : fixed parse error on ContactController.php #PSCFV-5803 2012-11-22 19:30:05 +01:00
Rémi Gaillard b4922dae3e [-] FO: Fix #PSCFV-5052 update the cart rules in the cart when the address is changed 2012-11-22 16:46:12 +01:00
vAugagneur be946319be //remove svn keyword @version Release: $ 2012-11-22 11:57:40 +01:00
DamienMetzger a4d4f6feeb [-] FO : added missing e-mail control on identity controller #PSCFV-5645 2012-11-22 11:33:33 +01:00
Damon Skelhorn f562cd875d Bug #PSCFV-5637 - Order reference (string) if passed in from a 1.4 theme in id_order is cast into a integer which destroys the value. 2012-11-21 15:02:59 +00:00
Rémi Gaillard cba080ccd8 [-] FO: Fix: many fixes - domain for cookies with different url for ssl / add to cart button for minimal quantities with product attributes 2012-11-20 19:05:21 +01:00
rGaillard 893b26327a [-] FO: Fix #PSCFV-5652 url redirection after a guest order was bas 2012-11-15 18:11:10 +00:00
rGaillard 5ee4949e73 [-] FO: Fix #PSCFV-5359 do not redirect to canonical url on 404 error 2012-11-15 09:43:07 +00:00
dMetzger c2880ddfac [-] FO : you cannot reset the password of a deactivated account anymore #PSCFV-5621 2012-11-15 08:14:03 +00:00
dMetzger 4d2ebaa0f5 [-] FO : replaced order id by order reference in the contact form (but kept the id_order for retrocompatibility) #PSCFV-5491 2012-11-14 14:54:36 +00:00
vAugagneur abbbdae2b4 // small fix 2012-11-14 14:54:17 +00: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 0ff6dca920 [-] FO : fixed bug on mobile them with opc can't place order. 2012-11-14 13:57:38 +00:00
vAugagneur 63a8688a30 [-] FO : fixed bug #PSCFV-5617 - fixed bug #PSCFV-5616 - mobile theme issues 2012-11-14 13:10:09 +00:00
vAugagneur 555039dfc5 [-] FO : fixed bug #PSCFV-5368 - CMS pages are all blank in front but exists in admin 2012-11-13 15:50:31 +00:00
dMetzger 43d3af7246 [-] FO : removed deprecated configuration var "PS_VOUCHERS" #PSCFV-5240
// Removed useless DOS protection
2012-11-13 13:56:21 +00:00
dMetzger 853aaeb5e4 [-] FO : restored the display of available cart rules in the cart #PSCFV-5473 (clean) 2012-11-09 14:20:08 +00:00
dMetzger 9e79db962b [-] FO : restored the display of available cart rules in the cart #PSCFV-5473 2012-11-09 13:08:28 +00:00
dMetzger 613e934900 [-] FO : missing vars in contact email replaced #PSCFV-4852 2012-11-08 13:33:12 +00:00
vAugagneur e59573e0f0 [-] FO : fixed bug #PSCFV-5304 - theme tools.js needed in OrderFollowController.php and OrderSlipController.php 2012-11-05 13:52:36 +00:00
rGaillard 647752817f [-] FO: Fix #PSCFV-5220 exception when birthday date is invalid 2012-10-29 11:32:35 +00:00
rGaillard d811ec7bdb [-] FO : Fix #PSCFV-5216 specific prices on cart refreshment when deleting product 2012-10-25 15:37:10 +00:00