View Single Post
  #209  
Old 09-02-2013, 07:12 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

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.
__________________
xcartmods.co.uk
Reply With Quote