- 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)
So when you define a shipping fee with 6 decimals it is saved without problem, but when you come back to edit the values, they are rounded (2 decimals) so you are forced to edit the values again, or else saving will replace the previous 6-decimals values with the displayed 2-decimals values.
Having 6 decimals displayed in the BO (not rounded, raw value from the database) is necessary because these values are tax excluded and are displayed tax included on the FO.
So when you define a shipping fee with 6 decimals it is saved without problem, but when you come back to edit the values, they are rounded (2 decimals) so you are forced to edit the values again, or else saving will replace the previous 6-decimals values with the displayed 2-decimals values.
Having 6 decimals displayed in the BO (not rounded, raw value from the database) is necessary because these values are tax excluded and are displayed tax included on the FO.