Rémi Gaillard
284f758cb4
[-] FO: Fix quantity discount table display for non default attribute #PSCFV-9942
2013-08-12 18:40:52 +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
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
Vincent Augagneur
a73326bfb2
[-] FO - fixed bug #PSCFV-9075
2013-06-10 10:22:44 +02:00
Gregory Roussac
50b7e77a0c
[-] FO : Fix bug #PSCFV-8967 large image instead of thickbox when one image
2013-05-02 22:19:28 +02:00
sLorenzini
f1c2d431a9
// FO: improve jqzoom product
2013-05-02 15:56:55 +02:00
sLorenzini
9e78586d2b
[-] FO: fixed bug: Solved a javascript problem on the new 1.5.4.1 with the full image on product page - PSCFV-8967
2013-05-02 15:06:57 +02:00
Gregory Roussac
028bffd363
// remove unused .show()
2013-04-29 23:14:57 +02:00
gRoussac
d2d4b68f7c
// typo
2013-04-29 17:19:07 +02:00
gRoussac
140b9b2bba
// rework of https://github.com/PrestaShop/PrestaShop/commit/5f6d0614df4bf7d354988dd7320d012238488401#commitcomment-3108107
2013-04-29 17:12:17 +02:00
gRoussac
7afdb08a56
// revert from commit 5f6d0614df
2013-04-29 17:03:41 +02:00
vAugagneur
50528a5fe3
[*] FO : Wait for the image to be loaded before displaying the big image on product page - thanks to @romainberger
2013-04-22 09:40:48 +02:00
gRoussac
188cddb465
[-] Fo : Fix big pic alt with jqzoom
2013-04-16 10:22:46 +02:00
Rémi Gaillard
f30749449f
// fix for commit 3cbd8444d6
2013-04-12 10:49:30 +02:00
Rémi Gaillard
8d06ff3044
[-] FO: Fix #PSCFV-8722 displayed specific prices on product page was sometimes wrong
2013-04-11 18:09:35 +02:00
gRoussac
a1ef60043e
[-] FO : Do not fade out on bigpic source change
2013-04-04 16:55:29 +02:00
gRoussac
01b088370c
[-] FO : Fix bug #PSCFV-7743 and #PSCFV-8286, bigpic source change
2013-04-04 12:20:14 +02:00
gRoussac
9a881d4b58
[-] FO : Fix bug #PSCFV-8286, displayImage bad selector called
2013-04-03 19:07:48 +02:00
Rémi Gaillard
d90902b569
// fix for price computation with combination in product page FO
2013-03-26 11:04:07 +01:00
gRoussac
df2e121a60
[-] FO : Avoid flashing of availability_statut
2013-03-12 18:34:24 +01:00
Rémi Gaillard
51c6e2384f
[-] FO: Fix display specific prices for combinations in product page #PSCFV-7807
2013-02-18 20:30:53 +01:00
gRoussac
3e9d0dda55
[-] FO : Fix Bug #PSCFV-7339 available date on product page
2013-02-12 16:40:26 +01:00
Francois Gaillard
8baf87eef5
// Welcome 2013
2013-01-04 11:19:03 +01:00
vAugagneur
fde175ac4f
revert modif on product.js
2012-12-17 18:05:22 +01:00
vAugagneur
6a4100687f
//small fix with js on product page
2012-12-03 14:47:38 +01:00
Milow
76819eff1c
Fixup js/product.js
...
Error fixes:
1. Added missing semicolons to lines 94, 103, and 680
General fixes:
1. Replace new Array() with []
2. Replace new Number with simply 0. If not, === checks will be broken
3. Replace == with === and != with !==
4. Fixed a couple variable scopes
5. Removed var from line 423 that was not needed because it was already
defined
6. Added vars to for loops
2012-11-23 22:45:47 -06:00
Francois Gaillard
d6bebf2864
Merge pull request #27 from prestarocket/product.js
...
[*] FO : Clean product.js
2012-11-23 10:12:41 -08:00
adonis karavokyros
2818d46568
Clean product.js
...
Jquery Selector : keep it simple
2012-11-22 21:37:44 +01:00
vAugagneur
be946319be
//remove svn keyword @version Release: $
2012-11-22 11:57:40 +01:00
rGaillard
3b4bdc1e63
// Fix #PSCFV-3994
2012-09-20 15:24:57 +00:00
rGaillard
ef08bdb6fa
[-] FO: Fix PSCFV-3996
2012-09-13 12:39:17 +00:00
rGaillard
31f48a12bb
// Fix #PSCFV-3971
2012-09-12 14:07:14 +00:00
rGaillard
a9cad22cec
// Fix PSCFV-3822
2012-09-05 09:18:49 +00:00
rGaillard
6360d73f53
[-] FO: Fix PSCFV-2911
2012-08-28 12:43:09 +00:00
lLefevre
bdbd4b260f
[-] TR : fix #PSCFV-3229
2012-07-26 09:56:43 +00:00
rGaillard
1ffcd622de
// Small fixes
2012-07-13 18:25:39 +00:00
mDeflotte
dda1b78da0
// Normalization
2012-06-18 13:31:03 +00:00
rGaillard
4491986f65
// ajax.php clean and bug fixes
2012-06-15 13:22:07 +00:00
vChabot
4794ec7138
[-] FO : BugFix : #PSCFV-2628 : Combination is not selected from the URL (at least on firefox)
2012-05-30 14:26:35 +00:00
rGaillard
5658f392da
// Fix price displaying on product page when using an amount reduction
2012-05-21 15:52:58 +00:00
fBrignoli
1c7262a6e0
// strike price + group reduction
2012-05-19 11:56:10 +00:00
rMalie
beb95276bd
// Fix attr('checked'), attr('disabled') and attr('selected') with jquery update #PSCFV-2142
2012-05-02 08:29:30 +00:00
nPellicari
b9370f9b73
[*] MO : updated controllers for mobile theme
2012-03-13 17:34:18 +00:00
vChabot
c79f96b98c
// saving customization improved
2012-03-13 17:10:35 +00:00
vAugagneur
34c8e1d647
[-] BO : #PSFV-587 - product image cover does not change on product page
2012-03-06 15:00:41 +00:00
rMalie
1dc629a949
// Welcome 2012²
2012-02-23 16:33:10 +00:00
mDeflotte
c32c7c9dd3
[-] MO : #PSFV-532 - Fix bug on the module Loyalty - "points" are not upgrading on changing combination
2012-02-17 13:36:29 +00:00
mDeflotte
6372a91b26
// Fix bug with product image color loading on firefox
2012-02-14 15:36:11 +00:00