View Single Post
  #208  
Old 08-28-2013, 05:53 PM
 
costanza costanza is offline
 

Senior Member
  
Join Date: Apr 2011
Location: Canada
Posts: 152
 

Default Re: X-Cart - reBOOT - Responsive Template

I got a solution from Bill Brewer of Altered Cart - the large black box fix (when using Reboot with 1 page CO):

-----------------------------------------

Some skins will add default attributes to an image, which results in this square. Really, this image shouldn't even be here, it is a leftover from earlier versions of X-Cart. To remove this image make the following change:

skin/common_files/modules/Checkout_One/checkout_one_totals.tpl

Find this code near line 100:

<td colspan="4" height="1"><img src="{$ImagesDir}/spacer_black.gif" width="100%" height="1" alt="" /><br /></td>

Change it to:

<td colspan="4" style="height:0; border-bottom:1px solid #666;"></td>

Bill

--------------------------

Sorry for all the posts Phil - I am trying to meet a deadline on this skin, and I appreciate all your help so far.

To summarize my last 2 issues:

1. The phantom navigation link on the top menu bar of the AC 1 page checkout needs to be removed.

It is loading the language variable:

Name: lbl_reboot_navigation
Value: Navigation

This is on a desk top computer - I assume the this is the link that shows up on a phone for the top menu bar.

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.

Thanks for any help!
__________________
X-Cart Business 5.4.1.49
Reply With Quote