oxidio / module-paypalplus

OXID eShop 的 PayPal Plus 付款模块

安装: 945

依赖项: 1

建议者: 0

安全性: 0

星标: 1

关注者: 2

分支: 0

开放问题: 0

类型:oxideshop-module

v3.0.3 2019-09-21 01:49 UTC

This package is auto-updated.

Last update: 2024-09-18 17:34:43 UTC


README

==Title==
PayPal Plus

==Author==
PayPal (Europe) S.à r.l. et Cie, S.C.A.

==Prefix==
payp

==Shop Version==
6.0.x

==Version==
3.0.x

==Link==
https://www.paypal.com

==Mail==
service@paypal.com

==Description==
PayPal Plus payments module for OXID eShop

==Installation==
 * Copy files from copy_this/ folder to eShop root directory
 * Activate PayPal Plus module in administration back end: under "Extensions -> Modules -> PayPal Plus", tab "Overview" press "Activate" button
 * Enter PayPal API Client ID and Secret key and adjust other settings in "Extensions -> Modules -> PayPal Plus", tab "Settings"
 * Optionally configure eShop shipping methods and shipping cost rules

==Extend==
 * language_main
    -- save
 * order_list
    -- render
    -- _prepareWhereQuery
    -- _buildSelectString
    -- _prepareOrderByQuery
 * basket
    -- render
 * order
    -- init
 * payment
    -- render
    -- validatePayment
    -- getPaymentErrorText
 * oxviewconfig
 * oxAddress
    -- save
 * oxBasket
    -- afterUpdate
    -- getPaymentCost
    -- getTotalDiscountSum
    -- getTsProductId
 * oxOrder
    -- save
    -- delete
 * oxPaymentGateway
    -- executePayment
 * oxUser
     -- save
 * thankyou
    -- init
    -- render     

==Modules==

==Modified original templates==

==Uninstall==
 * Disable the module in administration area
 * Delete module folder
 * Optionally, execute docs/uninstall.sql on the database to remove PayPal Plus related entries