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.
|