[Release] Paymentwall Webshop Script

Angerfist

Active Member
Joined
Apr 7, 2009
Messages
190
Reaction score
40
learned a lot here on ******** and i decided to share my script
Below you can see Paymentwall script designed for savoy webshop and some basic instructions...

1. Register on paymentwall.com
2. Go to "Account Settings" -> Edit the details.
3. Go to "Payout Settings" -> Edit the details.
PS: before payout you will need to fill a tax form (W8BEN)
. Go to "Applications" -> "Application Settings" -> Edit the details.
4. Click on the left on "Payment systems" -> Enable the methods which you want to use.
5. Execute Query.txt on MuOnline database
6. Move the paymentwall.php to the root of your webshop path
7. Click on the left on "Pingback" -> URL = location to the paymentwall.php script.
yoursite.com: The Leading Website Site on the Net
8. Click on the left on "Widgets" -> Make a new widget.
9. After this go to wshconf.php
10. Add this:

$webshop['paymentwall']['secret-key'] = 'your secret key';
$webshop['paymentwall']['application-key'] = 'your application key';


11. Go to Menu_Config.inc and add:

// Donate
$menu -> item('<span style="color:gold">Donate</span>', 'index.php?sy=donate');


12. Go to wshmodules.php and add:

define('donate', moddir.'/donate.php');

13. Move the donate.php in modules folder in your webshop.
14. Once you're ready, go to "Applications" -> "List of applications" -> request the application to go live,and wait about 48h for approve.

PS:This system uses GeoLocation so it will change language and payment gateways to user's location.
Example:If from UK=>>English;ES=>>Spanish;RU=>>Russian

Sorry for my bad English,hope you'll enjoy it :)

Screenshot:


Credits:NexT
 

Attachments

  • PaymetWallWebshop.zip
    1.7 KB · Views: 84