[ic] PayPal works, but receipt is incorrect

interchange-users@icdevgroup.org interchange-users@icdevgroup.org
Wed May 28 21:15:01 2003


Josh - 185 Performance wrote:

> > Did you set fax_order value in checkout.html?
> > Look there, you may find your problem.
>
> yes, in checkout.html I already had:
>
> *** toward the top:
> <SELECT NAME="payment_method"onChange="this.form.submit()">
>    [if variable PAYPAL_ACCEPTED]
>    <option [selected payment_method paypal] value="paypal">PayPal
>    [/if]
> </SELECT>
>
> *** then at the end of the credit card section:
>         [elsif value payment_method eq paypal]
>         <input type=hidden name=fax_order value=4>

But you told me this was in your profiles.order:

[elsif value fax_order == 6]
&set = mv_payment PayPal
[/elsif]


So, you need to set the fax_order value to 6, not 4. That should do
it.

[snip rest of code]

Good luck!

Curt Hauge

//////////////////////////////////////////////////////////////////
// Web Design - Interchange Hosting - Small Business Consulting //
// 1644 133rd Ln NE                         www.mnwebdesign.com //
// Ham Lake, MN 55304                  www.iwantaconsultant.com //
// Phone 612-598-5530                      info@mnwebdesign.com //
//////////////////////////////////////////////////////////////////