Tom Panier
9a26cf02a8
Turned "true" and "false" strings to proper booleans
...
It's cleaner this way, and matches how it is done on similar templates.
2013-10-25 16:36:39 +02:00
Jerome Nadaud
6f57093f50
[-] BO : FixBug #PSCFV-10600 - Unmatched Boundary with mod_security
2013-10-24 18:36:36 +02:00
gRoussac
2ffc296279
FO : https://github.com/PrestaShop/PrestaShop/pull/878
2013-10-24 12:03:33 +02:00
gRoussac
81945cef71
[-] FO : Follow up https://github.com/PrestaShop/PrestaShop/pull/879
2013-10-24 10:00:19 +02:00
Tom Panier
6d3640e895
Conditions to hide VAT fields fail if there are no company fields
...
"Company" fields may or may not be rendered on this form, whereas "VAT" fields are always rendered and depend on the former ones to be shown (or hidden) with CSS.
This fixes an edge case where there are no "Company" fields rendered and "VAT" fields still wrongly appear, which was caused by the fact that `$('#field').val() != ''` is truthy when `$('#field').length` is zero (since `'' != undefined`).
2013-10-24 09:43:50 +02:00
PhpMadman
373604fc97
[-] FO: removed width on message product select
...
Limiting select could make the user think the select is not working if they click to much to the left on bigger screens
2013-10-23 11:52:35 +02:00
gRoussac
101b37b40a
Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development
2013-10-23 11:45:26 +02:00
gRoussac
ad4ecefcf9
[-] FO : Prevent fatal error on getUniqReference when order not loaded
2013-10-23 11:44:12 +02:00
Gregory Roussac
5bb4d48ddd
Merge pull request #870 from djfm/development
...
[*] LO : Fixed a few bugs with currency formats in Back-Office orders
2013-10-22 10:17:11 -07:00
PhpMadman
e857fb5978
[*] FO: Removed missplaced </li> on mobile theme
2013-10-22 13:34:52 +02:00
gRoussac
c9d20f35b3
// norms
2013-10-21 00:00:17 +02:00
gRoussac
f2d70076bd
[-] : Fix bug #PSCFV-4859, could not register invoice address or invoice country in OPC as guest, and phone not required in standard registration
2013-10-20 23:52:48 +02:00
gRoussac
6b1d69dd7d
[-] FO : $back value twice escaped
2013-10-17 12:18:23 +02:00
gRoussac
80f6f4e223
[-] FO : Fix bug #PSCFV-10688, bad priceDisplay in order-carrier
2013-10-14 15:34:47 +02:00
djfm
5e407db21e
[*] LO : Fixed a few bugs with currency formats in Back-Office orders
2013-10-14 09:30:45 +00:00
Fabio Chelly
9e3b82e8ed
[*] BO Module productcomments: JS variables are correctly escaped. Padding in error message has also been pushed to theme tpl
2013-10-11 16:37:26 +02:00
Francois Gaillard
77b2b4b6ca
// Manual merge PS 1.5.6.0
2013-10-07 18:22:55 +02:00
tucoinfo
8f09d49ffc
[*] FO : add variable $nofollow to mobile theme header.tpl
...
Copied from normal theme which already manages the NoFollow variable
2013-10-03 12:19:10 +02:00
thoma202
1ccc25f56c
Merge branch 'development' of github.com:202-ecommerce/PrestaShop into development
2013-10-02 14:38:44 +02:00
thoma202
eb7655e318
[+] Added hook in maintenance page
2013-10-02 11:58:35 +02:00
Jerome Nadaud
340f6cebe4
[-] FO : FixBug #PSCFV-10542 - Category description view problem
2013-10-01 10:20:33 +02:00
Julien
dd5cd33bb4
[-] BO : fix pre-selection of id_contact in contact-form.tpl
2013-09-30 14:38:06 +02:00
Fabio Chelly
6d8cc454e1
[-] MO productcomments: prevents guests to add comments when guest comment is disabled in backoffice
...
(cherry picked from commit 345d4cd )
2013-09-27 11:30:42 +02:00
Fabio Chelly
345d4cdbcf
[-] MO productcomments: prevents guests to add comments when guest comment is disabled in backoffice
2013-09-27 11:27:58 +02:00
gRoussac
1d6593612f
[-] FO : Fix #PSCFV-10480 again css fix
2013-09-24 12:21:10 +02:00
gRoussac
b3a425c73a
[-] MO : Blockcart, wrong tbody
2013-09-23 18:20:35 +02:00
gRoussac
92382e347c
[-] FO : Fix bug #PSCFV-10478 could not see auto added cart rule voucher on product page
2013-09-23 16:08:44 +02:00
Fabio Chelly
a1555c3fc8
Merge remote-tracking branch 'origin/development' into development
2013-09-23 11:24:26 +02:00
Fabio Chelly
31697fde3c
[-] MO productcomments: confirmation message takes moderation mode into account
2013-09-23 11:24:14 +02:00
Jerome Nadaud
5206496f64
[-] BO : Fix Bug For new Fancy Box events
2013-09-23 11:22:51 +02:00
Vincent Augagneur
322654cacf
//small fix with mode catalog and cart button
2013-09-17 14:54:38 +02:00
romainberger
876be3b452
[*] FO : removed extra slash and point
2013-09-12 14:07:45 +02:00
Fabio Chelly
9377775eca
[-] MO productcomments :
...
- Module was broken and works now
- A message is displayed to indicate when a comment has been added.
- Error li are correctly indented
#PNM-753
#PNM-1601
#PNM-1660
#PNM-1609
#PNM-1491
#PNM-1311
#PNM-1233
#PNM-1232
#PNM-937
#PNM-775
2013-09-06 17:54:12 +02:00
gRoussac
824a6b90f3
[-] FO : Fix bug #PSCFV-10118 quantity not updated when cart rules give the same product as gift
2013-09-05 11:07:41 +02:00
Vincent Augagneur
ad428dfb2b
//MERGE branche release
2013-08-26 10:59:36 +02:00
Rémi Gaillard
a21d3fd22e
// shipping block was missplaced on order-detail
2013-08-22 15:41:34 +02:00
gRoussac
533b28ce32
Merge branch 'prestarocket-duplicate_id' into release
2013-08-13 18:26:51 +02:00
gRoussac
f459af7090
Merge branch 'duplicate_id' of https://github.com/prestarocket/PrestaShop into prestarocket-duplicate_id
2013-08-13 18:26:22 +02:00
Krystian Podemski
dab86dffe1
* [MO] : blocknewsletter improvements
2013-08-13 16:45:40 +02:00
Damien Metzger
f9fdcb1103
[-] FO : fixed html tags that should not appear in blockcategories
2013-08-13 16:22:38 +02:00
Rémi Gaillard
284f758cb4
[-] FO: Fix quantity discount table display for non default attribute #PSCFV-9942
2013-08-12 18:40:52 +02:00
Jerome Nadaud
06cdeb45a5
[-] FO : FixBug #PSCFV-10058 - Missing required form fields in address format
2013-08-12 15:17:21 +02:00
Jerome Nadaud
4c47c980f8
// Javascript error if address does not exist
2013-08-12 11:57:40 +02:00
Jérôme Nadaud
f119b8e64f
[-] FO : FixBug #PSCFV-10058 Invalid id country after allow to select no country
2013-08-09 19:00:18 +02:00
Jérôme Nadaud
7b41098a5d
[-] FO : FixBug CGV does not pop-up in Fancy Box
2013-08-09 18:59:00 +02:00
Jerome Nadaud
8be3344e41
// W3C validation error
2013-08-09 18:49:47 +02:00
gRoussac
8733b968f5
[-] FO : input token missplaced in address.tpl
2013-08-09 14:31:59 +02:00
Jerome Nadaud
a38fe5ddd3
// W3C validation error
2013-08-09 14:10:38 +02:00
Jérôme Nadaud
84ded9f3db
[-] FO : FixBug #PSCFV-10058 Invalid id country after allow to select no country
2013-08-08 23:30:31 +02:00
Jérôme Nadaud
f5e28b9212
[-] FO : FixBug CGV does not pop-up in Fancy Box
2013-08-08 21:28:55 +02:00