[ic] Payment Method incorect on Order Tracking Page.

Darren interchange-users@icdevgroup.org
Sun Jan 5 16:40:01 2003


Thanks Ed.

I edited etc/log_transaction and added the following after the check for
COD and it worked great.

[elsif value mv_order_profile eq paypal]
	Payment: [value name=mv_payment set="PayPal"]
[/elsif]


Thanks,
Darren

>
>
>etc/log_transaction has changed quite a bit since the 4.8.x branch. If
you 
>are using the new 4.9 log_transaction, you are going to need to modify
the 
>[if ..][elsif ..][else][/if] block at the top of the file to account
for 
>your new payment method. It should be as easy as inserting this:
>
>[elsif value payment_method eq paypal]
>      [comment] do nothing [/comment]
>[/elsif]
>
>...right after where it checks if mv_order_profile eq cod.
>
>- Ed L.

>>
>>I have upgraded form IC 4.8.5 to IC 4.9.3.  I have setup paypal in my
>>store and it is working with one exception.  When a user selects
paypal
>>it will do the processing and work fine except that it says COD in the
>>payment method in the transaction table and in the orders screen.  The
>>email that gets send to me and the user says 'PayPal - Payment made to
>>sales@daboy.com' but it stores it as COD.
>>
>>Can someone Please help me figure this out.  It worked fine in 4.8.5.
>>
>>TIA
>>
>>Darren
>------------------------------