[ic] Online Check Possible Bug 4.8.3 (fixed)

Paul Jordan interchange-users@interchange.redhat.com
Mon May 13 13:03:01 2002


> OK I have removed online checks for now.
> http://www.northwoodwreath.com
> Now when I goto check out  at the bottom it still asks for a credit
> card number. If I click place order it says
>
> There were errors in your last submission:
>   Credit Card Information: Card is expired.
> The areas you need to correct are shown in this color below.
>
> Then the credit card stuff goes away and I can
>
> I have modified the checkout.html page to not display this.
> code snippet
> [comment]     [if !value payment_method]                     [/comment]
> [comment]      [or value payment_method eq credit]           [/comment]
>
> [if value payment_method eq credit]
>
> Hope this was the correct way to do this.
> I am using IC 4.8.5, Redhat 7.0 and Apache 1.3.22 but the catalog
> was built
> under 4.8.3
>

Scott Kennedy wrote:
------------------------------------
By the way, how would I specify PayPal as a "standard" payment method?
I have the payment method set to Credit Cards right now, I commented
out the code for the credit card info so that it won't show up on the
page, and so not to get an error message when submitting the checkout
form, I put in hidden fields for the expiration date and I have a
hidden field using the Visa card test number.  I figure that there is a
better way to deal with this.  I'd appreciate anyone's help on this.
I'm also gonna add a payment method for checks once the client I'm
working on this store for gets a security certificate.  --Scott
-------------------------------------


May be of some use if you run into problems. Ugly hack, but some Jedi may
have helped him out. He posted on the 11th of May.


Paul