Popis
Adds the YOOZ payment gateway as a WooCommerce payment gateway, including
support for the WooCommerce Cart & Checkout blocks.
Development / Build Instructions
The human-readable source for the WooCommerce Blocks integration lives in /src/index.js.
The compiled output in /build/index.js is generated from that source using @wordpress/scripts.
To rebuild after modifying the source:
-
Install Node.js dependencies:
npm install -
Build the production bundle:
npm run build(Use
npm startfor a development watch build.) -
Install PHP dependencies:
composer install –no-dev
Build tools used: Node.js, npm, @wordpress/scripts (webpack-based).
PHP dependency management: Composer.
Instalace
- Upload the plugin folder to /wp-content/plugins/.
- Activate the plugin via the Plugins menu in WordPress.
- Configure your Merchant ID and API token under WooCommerce > Settings > Payments > Yooz Payment Gateway.
Recenze
Pro tento plugin nejsou žádné recenze.
Autoři
Yooz Payment Gateway je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPřeložte “Yooz Payment Gateway” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
1.0.0
- Initial release.