Help with PayPal payment setup

 Can anyone help with payment setup for Dolphin 7 please. I have followed instruction as per below and get message:

"The vendor does not accept payments"

In the PayPal tab I have set the following values:

 PayPal ID in Settings > Payment Settings

Active [checkbox yes]
Mode Test 

Business business email (s.taubert@optusnet.com.au]
Process type [direct]
Connection type [HTML]
Identity token Sanbox email]http://fairygreenaustralia.com/m/payment/act_finalize_checkout/
SandBox Business sandbox biz name]s.taub_1265203339_per@optusnet.com.au 

 

 

Quote · 3 Feb 2010

Bumping this one too. Any ideas?

Quote · 7 Feb 2010

Okay I worked it out by debugging it through. The problem is that I added the payment details logged in as admin and I then added a store product as admin. Where as the ownership of the payment details was attributed to admin (id -1), the product ownership was attributed to the actual user who was admin (id 1). So the code attempted to look up payment details for a user with an id of 1 when there were none. So the following query set up in BxPmtBb.php in function  getOptions returns no result from table bx_pmt_user_values:

SELECT
`tpo`.`name` AS `name`,
`tuv`.`value` AS `value`
FROM `bx_pmt_providers_options` AS `tpo`
LEFT JOIN `bx_pmt_user_values` AS `tuv` ON `tpo`.`id`=`tuv`.`option_id`
WHERE 1 AND `tuv`.`user_id`='1'

So basically logging in with the admin user id via the normal log in form (not the admin login form) and entering in payment details for that user solved my issue.

Quote · 7 Feb 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.