Hello There,
i'm currently trying to theme the checkout form but i can't do it. The system does not accept my customization and i don't know why.
I'm trying to do it like this:
function theme_uc_cart_checkout_form($form) {
$output .= 'test test';
}
but the full checkout page does appear. What am i doing wrong? Normaly there should only appear a "test test" on the page?
Mmmmh. And i think my further costumization will be the same like this.
Do i have a fundamental problem of understanding??
Thanks
Sarah



