pay pal configuration

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 14 años
hello,
I recently started building my online store with nopCommerce :)
everything went good so far and I got stop doing the paypal configuration.

In my payment methods I don't find the paypal listed
how to add that?

or where to start with configuration?

thank you
Hace 14 años
Go to Admin area > Configuration > Payment > Payment Methods. There should be 4 PayPal payment methods (Standard, Direct, Express, PayFlow)
Hace 14 años
thanks for response

however I have just 4 payment methods over there and none is paypal :(
is it possible the paypal are hidden?
how to add paypal method?
Hace 14 años
Can someone help me out
thanks
Magda
Hace 14 años
http://yfrog.com/1rprtscreenp

that's the print screen from my payments method
Hace 14 años
I would guess someone has deleted them.  You can add them back in manually using the add new in the top right had corner.

If using PayPal Standard.

Name: PayPal Standard
Configuration Template: Payment\PayPalStandard\ConfigurePaymentMethod.ascx
user template path: ~\Templates\Payment\PayPalStandard\PaymentModule.ascx
class name: NopSolutions.NopCommerce.Payment.Methods.PayPal.PayPalStandardPaymentProcessor, Nop.Payment.PayPal

Hope this helps.

Thanks,
Matthew
Hace 14 años
Thank you Matthew

I didn't delete them, however first I installed nop with sample contest
then unistalled and reinstalled again

do you think that might make the paypal methods disappear?
how many method are in that list?

how to get them back?


regards,
Magda
Hace 14 años
If the Payment Methods are deactivated (IsActive field in database set to false), then they are invisible in the admin interface.
I don't know any other way to activate them, but to set the IsActivefield in the database manually (using SQL Server Management Studio).

Use following SQL query to activate them all:

UPDATE [Nop_PaymentMethod]
   SET [IsActive] = 1

After that you can deactivate ones you don't need in the admin interface.

@Developers: Will there be a possibility to activate/edit the non active payment methods in the next release?
Hace 14 años
bojan.hrnkas thanks:)

now can someone tell me how to do this step by step?
or is there any other way to activate that?

I am very newbie, need your help :)

Magda
Hace 14 años
Matthew,

Could you please write the codes for Paypal Express also?

thank you

Magda
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.