X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Going Crazy with Checkout pages (https://forum.x-cart.com/showthread.php?t=33392)

kini25 08-21-2007 11:55 AM

Going Crazy with Checkout pages
 
After you add something to the cart and click checkout. After your logged in you see your order but it is in place of the menu. You can still see catagory list but nothing else but your order. The order should appear in the middle of the page. This is the default template....... I am not sure what template this is??? I did not edit it and have no clue how to edit it...

cart.php?mode=checkout

Any Help??? Please.

Thanks,
Cyndi

kini25 08-21-2007 12:38 PM

Re: Going Crazy with Checkout pages
 
I have a folder that says orig_skin1... with all the same files in it. I do not have the orig files that were downloaded because I am taking over this site from someone else who couldn't finish it.

I did upload the orig. tpl file for checkout.tpl but the same thing happens. I can find out what template I need to edit...... The cart.php does not change in the address bar.................... but it shows mode=checkout

At the very bottom of the internet explorer window it says error on page

the error:

Line 365
Char 2
Error document checkout_form is null or not an object
code 0

Does any know anything about this error... or maybe how I can get files for my version of x-cart.

balinor 08-21-2007 12:57 PM

Re: Going Crazy with Checkout pages
 
4.1.2 was an EXTREMELY buggy early release of X-Cart. I'd start by upgrading to the stable release which is 4.1.8.

kini25 08-23-2007 03:45 AM

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


All times are GMT -8. The time now is 07:34 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.