View Single Post
  #4  
Old 08-23-2007, 03:45 AM
 
kini25 kini25 is offline
 

Advanced Member
  
Join Date: Mar 2007
Posts: 30
 

Default Re: Going Crazy with Checkout pages

I am checking into upgrading.

I think I found the problem with the page but I am not sure.

The entire cart works fine. It is just when you go to checkout the page gets all messed up. If you log in to see the history of orders.. that is messed up. once you go back to the home page or click on the menu... The entire site looks messed up the same way.

I looked at skin1 and the skin1_org folders and found under customer the
home.tpl. I took the skin1_orig one and replaced the home.tpl file in skin1 folder and the cart appears somewhat like the original template that was purchased (3 columns) and it is not longer all messed up.. BUT the cart has been customized by someone else and I don't really know what he did... It should only have 2 columns.. One for menu and 1 for product, cart and everything else.......

Here is the code I think needs to be edited but not sure where to start.
Does anyone see a problem with this code... Please help!! I am also putting up a picture of how it looks in http://www.dawnsells.com/images/code.jpg


Code:
{* $Id: home.tpl,v 1.19.2.3 2006/06/30 10:26:07 max Exp $ *} {if $printable ne ''} {include file="customer/home_printable.tpl"} {else} {config_load file="$skin_config"} {if $config.SEO.page_title_format eq "A"} {section name=position loop=$location} {$location[position].0|strip_tags|escape} {if not %position.last%} :: {/if} {/section} {else} {section name=position loop=$location step=-1} {$location[position].0|strip_tags|escape} {if not %position.last%} :: {/if} {/section} {/if} {include file="meta.tpl" } {include file="rectangle_top.tpl" } {include file="head.tpl" } {if $active_modules.SnS_connector} {include file="modules/SnS_connector/header.tpl"} {/if} {if $active_modules.SnS_connector && $config.SnS_connector.sns_display_button eq 'Y'} {include file="modules/SnS_connector/button.tpl"} {/if} { include file="customer/categories.tpl" } {if $active_modules.Bestsellers ne "" and $config.Bestsellers.bestsellers_menu eq "Y"} { include file="modules/Bestsellers/menu_bestsellers.tpl" } {/if} {if $active_modules.Manufacturers ne "" and $config.Manufacturers.manufacturers_menu eq "Y"} { include file="modules/Manufacturers/menu_manufacturers.tpl" } {/if} { include file="customer/special.tpl" } {if $active_modules.Surveys && $menu_surveys} {foreach from=$menu_surveys item=menu_survey} {include file="modules/Surveys/menu_survey.tpl"} {/foreach} {/if} {/if} { include file="customer/menu_cart.tpl" } {if $login eq "" } { include file="news.tpl" } {else} { include file="authbox.tpl" } {/if} {if $active_modules.Interneka ne ""} { include file="modules/Interneka/menu_interneka.tpl" } {/if} { include file="help.tpl" } { include file="poweredby.tpl" } {include file="location.tpl"} {include file="dialog_message.tpl"} {if $active_modules.Special_Offers ne ""} {include file="modules/Special_Offers/customer/new_offers_message.tpl"} {/if} {include file="customer/home_main.tpl"} {include file="rectangle_bottom.tpl" } {/if}

Please if anyone sees a problem could you let me know.

Thanks
__________________
ver. 4.1.9
Reply With Quote