Gregory Roussac
12a3ef3a12
Merge pull request #486 from PhpMadman/patch-1
...
[-] FO : In stock sort is now removed when Stock managment is disabled
2013-08-06 15:08:55 +02:00
Seynaeve
4d29142907
Allow B2B to navigate through the form with Tab
...
With
$('#company').blur(function(){
VAT only appears when we leave the input and therefore does not allow to navigate through the form with Tab
With
$('#company').on('input',function(){
that work
2013-08-06 14:15:45 +02:00
Gregory Roussac
818e82c09c
Merge pull request #486 from PhpMadman/patch-1
...
[-] FO : In stock sort is now removed when Stock managment is disabled
2013-08-06 02:49:48 -07:00
gRoussac
fe0afeadc9
[-] MO : mod='blockmyaccount' missing in blockmyaccountfooter.tpl (translation doesnt work), thanks @mypresta-eu
2013-08-06 11:45:29 +02:00
gRoussac
adceb5ccf5
[-] Fo : Bad date format in order-detail, merge from https://github.com/PrestaShop/PrestaShop/pull/476 thanks @gbelorgey
2013-08-05 19:16:44 +02:00
gRoussac
8c2af798a4
// small change on pack css
2013-08-05 12:01:40 +02:00
gRoussac
8a9376ae22
[-] FO : Fix bug #PSCFV-9993 could not see product quantity in pack content
2013-08-01 14:28:36 +02:00
gRoussac
2b6b65a303
// norms
2013-08-01 14:27:50 +02:00
gRoussac
184a1c561c
[-] FO : Fix bug #PSCFV-9847 Cart Rule not updated when address is updated on Checkout Page
2013-08-01 11:44:00 +02:00
Jérôme Nadaud
aa9a6e66b8
[-] FO : FixBug #PSCFV-9951 Syntax error - Thanks to Oleacorner-Olivier B
2013-07-29 17:44:14 +02:00
Gregory Roussac
30c689df22
Merge pull request #584 from Captain-FLAM/patch-3
...
[-] FO : product with declinaisons without reductions, reduction price is showed anyway
2013-07-26 00:58:00 -07:00
gRoussac
ae7ee01028
[*] FO : Fix bug #PSCFV-9611, autocomplete to off on opc page and other pages
2013-07-25 12:26:57 +02:00
Jérôme Nadaud
541a4525b5
[-] FO : FixBug #PSCFV-9879 Email confirmation message not present
2013-07-24 19:24:22 +02:00
Captain FLAM
2e860d6750
Update product.js
...
if product with declinaison without reduction : reduction price is showed !!
because of this comparison after (line ~400):
if (productPriceWithoutReductionDisplay > productPriceDisplay)
and :
var tmp = productPriceDisplay * group_reduction;
is unused
2013-07-22 18:58:59 +01:00
gRoussac
a6a700c9d8
// parse error
2013-07-18 18:40:19 +02:00
Jérôme Nadaud
2c6978e97c
[-] BO : FixBug #PSCFV-6140 Pagination link error
2013-07-18 14:55:28 +02:00
gRoussac
d55f31d3b5
Merge branch 'tools-fileAttachment' of https://github.com/PrestaEdit/PrestaShop into PrestaEdit-tools-fileAttachment
...
Conflicts:
classes/Tools.php
controllers/front/ContactController.php
2013-07-17 15:35:18 +02:00
gRoussac
6ea4a2c553
[-] FO : Fix bug #PSCFV-9662 udpate payments means after delete thanks @maofree
2013-07-15 10:08:16 +02:00
gRoussac
9c44faf295
[-] FO : Fix bug #PSCFV-9754 do not use back url on cart summary link in steps
2013-07-12 16:59:11 +02:00
gRoussac
105ae7e59f
[*] FO : Retrieve invoice address in OPC + guest checkout, thanks @Piotr Moćko
2013-07-10 18:16:09 +02:00
gRoussac
8b16bd44aa
[*] FO : Fix bug #PSCFV-9440 add another address in guest checkout in OPC
2013-07-10 17:43:36 +02:00
gRoussac
cf849077ed
// small css fix on history
2013-07-05 17:43:10 +02:00
gRoussac
9f0867b700
[-] FO : could not see old_price_display when specific price on one combination
2013-07-05 14:42:39 +02:00
gRoussac
91cd196cf6
// remove console.log sorry bad commit
2013-07-05 12:29:29 +02:00
gRoussac
128ceffcc0
[-] FO : Bad specific price for a combination // sorry
2013-07-05 12:28:10 +02:00
gRoussac
268f1fd030
[-] FO : Bad specific price for a combination
2013-07-05 12:11:02 +02:00
gRoussac
df7b5c9861
[-] FO : Fix bug #PSCFV-9669, update total price on order-payment
2013-07-04 17:25:00 +02:00
François Gaillard
1da44dbb7a
[-] Mobile : Bug fix - Order address template fixed
2013-07-01 16:52:16 +02:00
Staging
68cb702350
[-] Mobile : Bug fix : Authentication & phone number
2013-07-01 11:08:14 +02:00
ldecoker
a617bec39b
Update shopping-cart.tpl
...
To access template "shopping-cart-product-line.tpl", it should use the $tpl_dir variable.
2013-06-28 16:46:12 +02:00
Vincent Augagneur
dfc7456980
//replace some escape:'html' by addslashes in .tpl with javascript
2013-06-28 11:06:08 +02:00
Damien Metzger
75cddbae99
// Protected smarty variable in JS
2013-06-27 16:41:57 +02:00
Damien Metzger
57dd992c28
[-] FO : fixed entities issue in javascript alerts #PSCFV-9001
2013-06-26 16:22:57 +02:00
gRoussac
699053da27
[-] FO : Fix bug #PSCFV-8412 no zipcode for countries when default country has no zip code in adress format
2013-06-25 16:17:58 +02:00
Vincent Augagneur
502472dfba
[-] FO : fixed bug #PSCFV-7454
2013-06-25 15:47:46 +02:00
gRoussac
2b2d6762f2
[-] FO : Css fix on first address and avaibility
2013-06-25 14:47:27 +02:00
Vincent Augagneur
faa975750d
[-] MO : fixed bug #PSCFV-8910 - Productcomments module allows post only one comment per product
2013-06-25 10:26:13 +02:00
gRoussac
2e8c89e543
[-] FO : Fix #PSCFV-9414 submitGuestAccount is not submitAccount
2013-06-21 10:39:58 +02:00
gRoussac
7244ec1389
[-] FO : Fix bug #PSCFV-9525 escape double quote in address formated fields
2013-06-20 10:44:24 +02:00
Damien Metzger
1c2d2a0d87
[-] FO : fixed alternative row color on shopping cart summary #PSCFV-9208
2013-06-18 16:59:35 +02:00
Damien Metzger
eae2a16442
// Removed button hide in contact form (create issues with the back button in the browser for example)
2013-06-14 11:56:47 +02:00
Vincent Augagneur
a73326bfb2
[-] FO - fixed bug #PSCFV-9075
2013-06-10 10:22:44 +02:00
Vincent Augagneur
0334f593da
[-] FO : fixed bug #PSCFV-9092 - conflict on the company field during account creation
2013-06-10 10:10:56 +02:00
sLorenzini
2f40c3126b
[-] FO: fixed w3c errors
2013-06-07 18:08:29 +02:00
sLorenzini
b5748e8a46
[-] FO: solved some W3C errors
2013-06-07 17:49:24 +02:00
sLorenzini
06af6bdfb5
[-] FO: some W3C errors corrected
2013-06-07 16:30:45 +02:00
PhpMadman
77864b88ae
[-] FO : In stock sort is now removed when Stock managment is disabled on default theme.
...
Not to be confused for my pull #465 , which was for default mobile theme.
This is for the default regular theme.
2013-06-07 10:41:02 +02:00
Damien Metzger
6222974430
// W3C
2013-06-06 15:48:46 +02:00
Damien Metzger
ca64179950
// W3C
2013-06-06 15:27:29 +02:00
gRoussac
e5e93a6100
[-] FO : Report of #PSCFI-7240 typos in cms.tpl
2013-06-06 10:39:03 +02:00