Milow
bceb2ee3f9
Fixup js/tools.js
...
1. Replace == with === and != with !==
2. Add missing semicolons to lines 238 and 241
2012-11-23 22:58:54 -06:00
Milow
1a2a714a16
Fixup js/stores.js
...
1. Replace == with === and != with !==
2. Fixed variable scrope issue
3. Added missing () to constructors on lines 165 and 186
2012-11-23 22:53:44 -06:00
Milow
f6e26c66cb
Fixup js/scenes.js
...
Replace == with ===
2012-11-23 22:49:34 -06:00
Milow
4e46f39360
Fix up js/products-comparison.js
...
Replace == with ===
2012-11-23 22:48:16 -06:00
Milow
f15e8399ff
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
Milow
b6052413c6
Fixup js/order-opc.js
...
Error fixes:
1. Added missing var on line 89
2. Added missing semicolons on lines 98, 104, 110, 181, 766, 781
General fixes:
1. Replace == with === and != with !==
2. Added missing var to for loops
3. Moved a few var scopes to the correct location
2012-11-23 22:23:28 -06:00
Milow
0f6d6e9747
Fixup js/order-address.js
...
Replace == with === and != with !==
Added var to for loop
2012-11-23 22:09:15 -06:00
Milow
766a9677e2
Fixup js/history.js
...
Change == to === and != to !==
2012-11-23 22:06:11 -06:00
Milow
2ed7b970a8
Fixup js/cart-summary.js
...
Cleanup of cart-summary.js
Error fixes:
1. Added two missing semicolons on line 34 and line 622
2. Fix var scrope around lines 229 and 805
General fixes:
1. Changed all == to === and != to !==
2. Added missing var to undefined variables in for loops
2012-11-23 22:02:11 -06:00
Milow
a6db212acf
Fix css errors
...
In css/admin.css, cellpadding and cellspacing are not valid css, so
replace them with the correct css equivalent.
In css/product.css, simply remove an extra 6 on color.
2012-11-23 20:37:20 -06:00
François Gaillard
ac3a72baf2
Merge pull request #26 from prestarocket/history.js
...
[*] FO : Clean history.js
2012-11-23 10:13:57 -08:00
François Gaillard
b0e8a6240a
Merge pull request #27 from prestarocket/product.js
...
[*] FO : Clean product.js
2012-11-23 10:12:41 -08:00
François Gaillard
a02f12bcea
Merge pull request #28 from prestarocket/order-opc
...
[*] FO : Clean order-opc.js
2012-11-23 10:08:32 -08:00
Rémi Gaillard
1a240dcd3f
[-] FO: Availability was not displayed anymore on product listing #PSCFV-5698
2012-11-23 17:59:41 +01:00
Damon Skelhorn
6f063ff303
Missing dbl quote on href
2012-11-23 15:18:21 +00:00
vAugagneur
7131148991
[-] : FO : fixed bug #PSCFV-5811 Can't choose a carrier when using OPC with tab / smartphone
2012-11-23 15:32:16 +01:00
DamienMetzger
50f5b20f00
[-] 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
Vincent Augagneur
ca4ff12afc
Merge pull request #18 from Caleydon/patch-8
...
[+] FO : Update themes/default/password.tpl added rel="nofollow" parameters
2012-11-23 00:33:53 -08:00
adonis karavokyros
a17ab9d1ea
Clean order-opc.js
...
Jquery Selectors : keep it simple
2012-11-22 21:46:03 +01:00
adonis karavokyros
a177e1bc54
Clean product.js
...
Jquery Selector : keep it simple
2012-11-22 21:37:44 +01:00
adonis karavokyros
bcac1037fb
Clean history.js
...
js selectors should be more simple in order to be more flexible in
theme development
2012-11-22 21:19:12 +01:00
Sarah Lorenzini
92541b8aca
[-] FO : fixed bug #PSCFV-5649 - Product comparison error when Features are not set
2012-11-22 18:42:56 +01:00
DamienMetzger
308b27d22b
[-] FO : store locator working hours fixed #PSCFV-5709
2012-11-22 18:13:53 +01:00
Caleydon Media
8c39de52bb
Update themes/default/password.tpl
...
- fix for properly displaying breadcrumb on password recovery page (Home > My Account > Forgot your password). Breadcrumb now displaying real user location.
- SEO improvement (added link rel="nofollow" parameters)
- just suggestion: rename customer entry page from "My Account" to "Authentication". "My Account" is good name for customer page where he can manage his account, not for multi-function entry page.
2012-11-22 17:42:39 +01:00
vAugagneur
3048713f2c
//fix from sarah
2012-11-22 16:48:21 +01:00
vAugagneur
a1db83ef41
//remove svn keyword @version Release: $
2012-11-22 11:57:40 +01:00
DamienMetzger
9b1f6fd07f
[*] FO : fixed wrong display of weight units in product comparaison #PSCFV-5662
2012-11-22 11:08:13 +01:00
Rémi Gaillard
3e2de4986b
[-] 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
sLorenzini
d940168b03
[-] FO : fixed bug #PSCFV-5460
2012-11-16 10:26:43 +00:00
sLorenzini
5a247c1387
// modified valid hack IE
2012-11-16 10:20:06 +00:00
sLorenzini
7c95217aac
// add valid hack IE
2012-11-16 10:06:52 +00:00
dMetzger
0d2aed15be
[-] 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
224ad5fa1f
[-] FO : fixed bug #PSCFV-5617 - fixed bug #PSCFV-5616 - mobile theme issues
2012-11-14 13:10:09 +00:00
vAugagneur
1ed8a01f5f
[-] FO : fixed bug #PSCFV-5368 - CMS pages are all blank in front but exists in admin
2012-11-13 15:50:31 +00:00
rGaillard
9f51c6adc0
[-] FO : Fix 2 SSL links on order-follow tpl #PSCFV-5441
2012-11-12 18:48:35 +00:00
dMetzger
6566d9c1e0
// Missing translation #PSCFV-5532
2012-11-09 14:37:54 +00:00
dMetzger
ad62133539
[-] FO : restored the display of available cart rules in the cart #PSCFV-5473 (clean)
2012-11-09 14:20:08 +00:00
dMetzger
38765f51b9
[-] FO : restored the display of available cart rules in the cart #PSCFV-5473
2012-11-09 13:08:28 +00:00
vAugagneur
65ef66d889
[-] FO : fixed bug #PSCFV-5398 - "In stock" in the product page write in red
2012-11-05 14:02:45 +00:00
vAugagneur
538e104dda
[-] FO : fixed bug #PSCFV-5039
2012-10-30 14:40:27 +00:00
rGaillard
674fe09c2c
[-] FO: Fix #PSCFV-5181
2012-10-23 13:34:38 +00:00
rGaillard
36e47776d5
[-] FO: Fix #PSCFV-5061
2012-10-23 13:04:27 +00:00
rGaillard
48d3458b4d
[-] FO: Fix #PSCFV-5158
2012-10-22 17:10:58 +00:00
lLefevre
007f4d31f6
// #PSCFV-5017 : update bad licenses in all files
2012-10-17 13:19:18 +00:00
lLefevre
946dd2caf7
// Revert Revision 17891 : #PSCFV-5017 : update bad licenses in all files
2012-10-17 10:13:43 +00:00
lLefevre
04fc63c2b6
// #PSCFV-5017 : update bad licenses in all files
2012-10-17 09:35:11 +00:00
lLefevre
779cf350af
// Revert Revision 17884 : #PSCFV-5017 : update bad licenses in all files
2012-10-17 09:29:43 +00:00
lLefevre
046b51ab99
// #PSCFV-5017 : update bad licenses in all files
2012-10-17 06:18:59 +00:00
vAugagneur
1f0beac65b
[-] FO : fixed bug #PSCFV-5007
2012-10-16 12:57:50 +00:00
vAugagneur
78f557c29f
[-] FO : fixed bug #PSCFV-4702
2012-10-16 09:58:13 +00:00