By default Dolphin has Payment module with PayPal integration in it. This module is used to add shopping cart functionality to Dolphin and process payments. For example, default Dolphin's Store module is integrated with Payment module. So, if you want to use Store to sell something on your site you need to start from setting up Payment module.
- You need to install Payment module via Dolphin administration panel -> Tools -> Modules.
- Now you are ready to set it up in Dolphin administration panel -> Modules -> Payment and first of all you need to fill in your PayPal requisites in 'Payment Details' block. Take a look at the form parts:
- Mode. You may use PayPal in 2 modes (live and test). If you want to test payment on your site before going live you need to select 'test' mode and enter your sandbox email address in the last field of the form (Sandbox). If you ready to go live select 'live' mode. In this mode sandbox email is not needed.
- Business. You need to specify your PayPal email address here.
- Process type. You may use three types. They are direct, PDT and IPN. The easiest way is to use direct mode. In this mode you don't need to do any changes in your PayPal account. The second one is PDT. If you want to use it, you need enable PDT in your PayPal account and get a token there. Then you need to put it in the 'Identity token' field. This method is more secure then the 'Direct' one. The last one is 'IPN' mode. In this mode you need to configure your PayPal account too. Use URL like the following http://www.your_domain.com/path_to_dolphin/m/payment/act_finalize_checkout as notification URL in your PayPal. In this mode PayPal will notify Dolphin script about processed payment automatically when the payment was completed. It's useful when you have a lot of payments with eCheck or pending payments which are not processed immediately.
- Connection type. You may use SSL or HTML. If your server supports SSL then it would be better for you to use SSL connection, because it's more secure.
- Check 'Active' checkbox and save the form. Now you should be able to sell products in the Store.
There is an example of the easiest configuration.
Active: checked
Mode: live
Business: your PayPal email
Process type: direct
Connection type: HTML
Identity token: leave empty
Sandbox: leave empty
many users use dolphin to run adult websites and CCBILL is the leader in adult payments industry.
thank you.
several language
CCBILL
Payment by phone and credit card
http://www.123ticket.com/public/index_d.php -
http://www.allopass.com/uk
and a button to save, no options at all any ideas?
it's possible ?
thanks
fab
I am trying to run PayPal Payment in LIVE or TEST mode and rid of message "The vendor does not accept payments"
In the PayPal tab I have set the following values:
Modules > Payment > Payment Details
Active: checked
Mode: live
Business: xxx@xxx.ru my PayPal email (Business Account Type)
Process type: IPN
Connection type: HTML
Identity token: 4MO1IzWGXyu1Nahui8NU1Qw69_ZasT7rAhuiwnKXuiotut7OlELJN0Ey4hn (my PayPal Identity token )
Sandbox: leave empty see more
that's it? nothing else to enter ..anyone else had this problem?
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 see more
thanks for your post!
Euros in Dolphin 7: I know I can change the curreny code and sign in the payment settings, but the dollar sign '$' for "Pricing for '......' membership level" in 'Membership Leves -> Levels -> Pricing' beyond the left side item "Settings" is not influenced by this change. I tried to replace the '$' -> '€' in ../administration/memb_levels.php, but without succes.... ;-(
Do you know where or in which file I can change the dollar sign see more
To replace the $ -> € sign in "Settings -> Membership Level -> "Level -> Pricing"
change the values in table "sys_options":
'currency_code' -> EURO (maybe EUR ?)
'currency_sign' -> €
'available_values' - €$
Then there is also the € sign for "Pricing for '......' Membership Level"
Example: 365 Days - 30 €
Using these settings, either EURO and EUR, I did not get the error message "The vendor see more
======================
Return to Merchant
This recipient either does not accept payments denominated in EUR or has specified an invalid currency code on his web site. Please contact the seller and ask him either to update his payment receiving preferences to accept this currency or to correct his web site to specify a valid currency code.
PayPal. The safer, easier way to see more
The vendor does not accept the payment
Furious...because on RC5, it was Ok for me
@+
This is great stuff .I do have one question about setting up a payment system on my Dolphin site. I would like to charge for events only. What I mean by that is when one of my users posts an upcoming event I would like to charge them a fee.
Thanks
I think Events in Dolphin can be posted for free only. But you may create some paid membership level and allow create event action to it. So your users need to purchase it to be able to post events.