48 Commits

Author SHA1 Message Date
f97c314056 Modif de la route pour la création de client, pour les pbs de faux clients 2020-12-02 22:05:50 +01:00
66ce4ee218 Inital commit 2020-11-19 15:36:28 +01:00
Riotteau
0965a846a5 Missing translation with wrong password 2014-08-13 18:01:47 +02:00
Franck Allimant
30afbf1433 Added brands feed processing 2014-06-30 20:13:14 +02:00
Franck Allimant
96ebcf1880 Added the COUPON_CLEAR_ALL event, and a route to trigger it. 2014-06-12 16:39:27 +02:00
Benjamin Perche
e3d19f0dd0 Fix mail sending to ensure compatibility with secured SMTP
modifié:         local/modules/Front/Controller/ContactController.php
2014-06-11 14:30:12 +02:00
Franck Allimant
ab060486d0 Fixed Thelia\Model\Base uses. 2014-05-18 20:19:48 +02:00
Franck Allimant
392abff271 Free shipping for selected countries and/or shipping methods 2014-05-15 20:25:22 +02:00
Franck Allimant
683664cb07 Added Model\Module::getModuleInstance() method 2014-05-15 16:50:34 +02:00
Julien Chanséaume
dad74ba290 added missing dependency 2014-05-06 09:32:59 +02:00
Julien Chanseaume
bddda57601 small fixes 2014-05-05 07:22:52 +02:00
Julien Chanseaume
7e70ac8ac8 added new route and controller for feeds 2014-05-05 07:00:20 +02:00
Julien Chanseaume
751fcdeb59 php cs fixer 2014-05-03 11:39:12 +02:00
Julien Chanseaume
02e32d7871 sitemap can be generated according to a specific language and/or specific context (catalog, content) 2014-05-03 11:39:12 +02:00
Julien Chanséaume
5db1cf21ec ajout doc 2014-04-29 17:23:08 +02:00
Julien Chanséaume
d04ca672fb Reimplementing sitemap functionality using Thelia loop 2014-04-29 17:14:44 +02:00
Julien Chanséaume
9ee9a88156 Sitemap functionality 2014-04-29 15:45:36 +02:00
Manuel Raynaud
8aa5912a7a return redirectReponse insteadof sending it 2014-04-28 22:21:06 +02:00
Julien Chanséaume
ac51ab21e4 add estimated shipping functionnality in cart 2014-04-28 12:24:43 +02:00
Franck Allimant
9e0dedcb45 Fixed module translations 2014-04-22 12:12:53 +02:00
Manuel Raynaud
681d5503ac check customer order 2014-04-18 12:20:51 +02:00
Franck Allimant
e02d9c1611 Fix for #308 2014-04-18 00:09:26 +02:00
Franck Allimant
784ab68ca5 Restored previous version 2014-04-18 00:06:49 +02:00
Franck Allimant
a3883ef1b6 Fix for #308 2014-04-18 00:01:19 +02:00
Franck Allimant
917b05b65e Restored previous version 2014-04-18 00:00:25 +02:00
Franck Allimant
12c21b1239 Fixes #308 2014-04-17 19:46:21 +02:00
Manuel Raynaud
feeff10bd1 create new route for generating invoice pdf 2014-04-16 14:48:15 +02:00
Alban-io
ff8e7326a5 Fix route customer.password.change.view
Change _controller key
2014-04-15 11:14:11 +02:00
Franck Allimant
26d45dd90b Added orderFailed() method 2014-04-11 02:24:33 +02:00
Franck Allimant
112d2525b2 Added the order.failed route 2014-04-11 02:17:46 +02:00
Manuel Raynaud
4391e6334b fix modules cs 2014-03-11 15:43:48 +01:00
Michaël Espeche
03a62575ec Add Translator on all controllers & forms text strings 2014-02-21 12:05:27 +01:00
Manuel Raynaud
a6f0a38a7b allow possibility for payment module to return a response 2014-02-06 12:24:52 +01:00
Franck Allimant
89653f452b Removes container from all Thelia actions, but Modules (#198) 2014-01-31 20:06:42 +01:00
Franck Allimant
73680d3d01 Fixed TaxEngine usage. 2014-01-23 12:06:14 +01:00
Manuel Raynaud
1974d3e3c3 fix psr 2014-01-22 12:52:36 +01:00
Manuel Raynaud
4e1521775f alloow possibility to specify a ref for a customer 2014-01-17 11:15:55 +01:00
Etienne Roudeix
99038e688a Revert "Revert "Merge branch 'cleanmaster' into modules""
This reverts commit b3ac365b45.

Conflicts:
	Readme.md
	core/lib/Thelia/Controller/Admin/AbstractCrudController.php
	core/lib/Thelia/Core/Template/Assets/AssetManagerInterface.php
	core/lib/Thelia/Core/Template/Assets/AsseticAssetManager.php
	core/lib/Thelia/Core/Template/Smarty/SmartyParser.php
	core/lib/Thelia/Core/Template/TemplateDefinition.php
	core/lib/Thelia/Model/Base/Coupon.php
	core/lib/Thelia/Model/Base/CouponQuery.php
	core/lib/Thelia/Model/Base/CouponVersion.php
	core/lib/Thelia/Model/Base/CouponVersionQuery.php
	core/lib/Thelia/Model/Base/OrderCouponQuery.php
2014-01-06 11:25:25 +01:00
Etienne Roudeix
22efc21bfe dynamic delivery modules on delivery front template 2013-12-20 12:14:20 +01:00
Etienne Roudeix
b3ac365b45 Revert "Merge branch 'cleanmaster' into modules"
This reverts commit d0ff5260f7, reversing
changes made to 67d0101dbe.
2013-12-20 11:16:42 +01:00
Etienne Roudeix
d7c1ecf09a coupon management in order and cart process 2013-12-19 14:17:22 +01:00
touffies
fd0301022d Merge branch 'backoffice' into frontend 2013-11-25 10:24:29 +01:00
touffies
85d9c112d3 Replace company_name and contact_email by store_name & store_email 2013-11-22 17:40:04 +01:00
Manuel Raynaud
a85baf6994 remove specific code testing esi integration 2013-11-22 09:43:24 +01:00
Manuel Raynaud
a436adf438 add new route for testing esi tag 2013-11-20 14:45:40 +01:00
Manuel Raynaud
9446b33ee7 load custom router from Front module 2013-11-18 10:51:46 +01:00
OpenStudio
89e0bf8867 move front controller classes to Front module 2013-11-18 10:51:46 +01:00
Manuel Raynaud
597da57252 start Front module 2013-11-18 10:51:46 +01:00