pay pal configuration

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 лет назад
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
14 лет назад
Go to Admin area > Configuration > Payment > Payment Methods. There should be 4 PayPal payment methods (Standard, Direct, Express, PayFlow)
14 лет назад
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?
14 лет назад
Can someone help me out
thanks
Magda
14 лет назад
http://yfrog.com/1rprtscreenp

that's the print screen from my payments method
14 лет назад
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
14 лет назад
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
14 лет назад
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?
14 лет назад
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
14 лет назад
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.