View Single Post
  #5  
Old 03-10-2004, 07:02 PM
 
concepts concepts is offline
 

Senior Member
  
Join Date: Nov 2003
Posts: 104
 

Default

Sorry, I looked at the way it works, the credit card portion is actually an include inside checkout.tpl

the best thing for you to do is change the home.tpl

and make 2 versions

one with the original frame being drawn

and then a separate one

{if $main eq checkout}
dont load frames here

this way, when it is in checkout, it will not load any frames or leave that section out and take the entire window.


etc etc. I am sure one of the pros of x-cart or html can help you code this.
Reply With Quote