[ic] Credit card disappearing, can't finish order

Jon interchange-users@icdevgroup.org
Thu Jan 23 23:29:00 2003


> >-----Original Message-----
> >From: interchange-users-admin@icdevgroup.org
> [mailto:interchange-users-admin@icdevgroup.org] On Behalf Of Brock
> Hargett
> >Sent: Wednesday, January 22, 2003 6:01 PM
> >To: interchange-users@icdevgroup.org
> >Subject: FW: [ic] Credit card disappearing, can't finish order
>
> Well, I figured out my problem. Can anyone tell me the correct way to do
> this? I was trying to correct the error in the foundaton checkout form
> where the shipping doesn't show for a user with no account. I was trying
> to require an account, so I added a [if session logged_in] right before
> the checkout forms.(I'm doing this from memory, not actual code so it
> may be off a bit) For some reason this screwed up my checkout. Can
> anyone tell me why?
>

    I thought it was   [if !session logged_in ] [bounce new_account] [/if]
or some such thing.

Jon