Quote:
1. The phantom navigation link on the top menu bar of the AC 1 page checkout needs to be removed.
|
In skin/reboot/custom/header/categories_header.tpl
Replace...
Code:
<label for="menu-dropdown-0" class="toggle_menu_label">{$lng.lbl_reboot_navigation}</label>
With...
Code:
{if $main ne "checkout"}<label for="menu-dropdown-0" class="toggle_menu_label">{$lng.lbl_reboot_navigation}</label>{/if}
Quote:
2. Internet Explorer is showing product lists grid view, and I have lists set to show products by rows. It is fine in FF & Chrome & cache is not the issue.
|
This is an IE8 issue only, I'll investigate.