Initial Commit
This commit is contained in:
32
local/modules/Paypal/README.md
Normal file
32
local/modules/Paypal/README.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# PayPal
|
||||
|
||||
* I) <a href="#i--installation-1">Install notes</a>
|
||||
* II) <a href="#ii-how-to-use">How to use</a>
|
||||
* III) <a href="#iii-integration">Integration</a>
|
||||
|
||||
## I) Installation
|
||||
|
||||
### Manually
|
||||
|
||||
* Copy the module into ```<thelia_root>/local/modules/``` directory and be sure that the name of the module is ```Paypal```.
|
||||
* Activate it in your thelia administration panel
|
||||
|
||||
### Composer
|
||||
|
||||
Add it in your main thelia composer.json file
|
||||
|
||||
```
|
||||
composer require thelia/paypal-module:~2.0.0
|
||||
```
|
||||
|
||||
## II) How to use
|
||||
|
||||
To use the module, you first need to activate it in the back-office, tab Modules, and click on "Configure" on the line
|
||||
of paypal module. Enter your paypal login informations and save.
|
||||
Don't forget to do some fake orders in sandbox mode ( check "Active sandbox mode" box in tab Configure sandbox in the
|
||||
configuration page, and save ).
|
||||
|
||||
## III) Integration
|
||||
|
||||
There is an integration example in the directory <module path>/templates/frontOffice/deufault
|
||||
You must do a page containing a internal error message called gotopaypalfail.html and a order cancel page called ordercanacled.html
|
||||
Reference in New Issue
Block a user