Jump to content

my paypal module error


johnme

Recommended Posts

Hi

Can any body tell me. how to slove this error

I am using latest of Version of Prestashop 1.4.3 . Module also latest one

We are not able to process your payment using your PayPal account at this time. Please return to the recipient's website to complete your transaction using their regular checkout flow.



if another paypal id . it is working good

but my paypal id and api setting . it shows this error


can any help me please

Link to comment
Share on other sites

There seems some issue your Paypal account setting, I guess.
Can you Paypal account accept payment from other way?
Try to re-generate the API signature data and use the new ones.

If you still can not firgure out, I suggest you contact Paypal for help.

Link to comment
Share on other sites

Hello,

There is a bug with the hold PayPal module. Take this one unzip it. Remove the PayPal Module from your back office Prestashop. Replace the new folder in \prestashop_1.4\modules. Reinitialize it in your back office PrestaShop. Configure it. It should be working.

Normally with PrestaShop you don't need specific configuration on your account.

Thanks,
Alban

paypal.zip

Link to comment
Share on other sites

Hi ,

I use this model

when i press paybutton

its shows this error

Fatal error (OrderHistory -> id_order_state is empty)


how to reslove this please



but paymnet credited in paypal .. but show this error

Link to comment
Share on other sites

Hello Johnme,

To resolve this problem you need to add field in your Data Base.

Can you make this command line either in PHPmyAdmin either in your database command box ?

INSERT IGNORE INTO `PREFIX_configuration` (`name`, `value`, `date_add`, `date_upd`) VALUES
('PS_OS_CHEQUE', '1', NOW(), NOW()),
('PS_OS_PAYMENT', '2', NOW(), NOW()),
('PS_OS_PREPARATION', '3', NOW(), NOW()),
('PS_OS_SHIPPING', '4', NOW(), NOW()),
('PS_OS_DELIVERED', '5', NOW(), NOW()),
('PS_OS_CANCELED', '6', NOW(), NOW()),
('PS_OS_REFUND', '7', NOW(), NOW()),
('PS_OS_ERROR', '8', NOW(), NOW()),
('PS_OS_OUTOFSTOCK', '9', NOW(), NOW()),
('PS_OS_BANKWIRE', '10', NOW(), NOW()),
('PS_OS_PAYPAL', '11', NOW(), NOW()),
('PS_OS_WS_PAYMENT', '12', NOW(), NOW()),
('PS_IMAGE_QUALITY', 'jpg', NOW(), NOW());

Thanks,
Alban

Link to comment
Share on other sites

can any body help me . how to insert this code in my database

please tell me


i am using cpanel




INSERT IGNORE INTO `PREFIX_configuration` (`name`, `value`, `date_add`, `date_upd`) VALUES
(‘PS_OS_CHEQUE’, ‘1’, NOW, NOW),
(‘PS_OS_PAYMENT’, ‘2’, NOW, NOW),
(‘PS_OS_PREPARATION’, ‘3’, NOW, NOW),
(‘PS_OS_SHIPPING’, ‘4’, NOW, NOW),
(‘PS_OS_DELIVERED’, ‘5’, NOW, NOW),
(‘PS_OS_CANCELED’, ‘6’, NOW, NOW),
(‘PS_OS_REFUND’, ‘7’, NOW, NOW),
(‘PS_OS_ERROR’, ‘8’, NOW, NOW),
(‘PS_OS_OUTOFSTOCK’, ‘9’, NOW, NOW),
(‘PS_OS_BANKWIRE’, ‘10’, NOW, NOW),
(‘PS_OS_PAYPAL’, ‘11’, NOW, NOW),
(‘PS_OS_WS_PAYMENT’, ‘12’, NOW, NOW),
(‘PS_IMAGE_QUALITY’, ‘jpg’, NOW, NOW);

Link to comment
Share on other sites

when i try to run this command

#1146 - Table 'myeletroshop_shopnew.PREFIX_configuration' doesn't exist

Please help me


"INSERT IGNORE INTO `PREFIX_configuration` ( `name` , `value` , `date_add` , `date_upd` )
VALUES (
‘PS_OS_CHEQUE’, ‘1’, NOW, NOW
), (
‘PS_OS_PAYMENT’, ‘2’, NOW, NOW
), (
‘PS_OS_PREPARATION’, ‘3’, NOW, NOW
), (
‘PS_OS_SHIPPING’, ‘4’, NOW, NOW
), ("

Link to comment
Share on other sites

  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...