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
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
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.
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.
- 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.
- 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.
SEO and accessibility improvement
- added link title and rel parameters
- improving dynamically displayed sitemap links (different list of link for logged/unlogged customer)
SEO and accessibility improvement
- added link title and rel parameters
- improving dynamically displayed sitemap links (different list of link for logged/unlogged customer)