Download the PHP package spryker/tax-app-vertex without Composer
On this page you can find all versions of the php package spryker/tax-app-vertex. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package tax-app-vertex
⚠️ Abandoned
This package is abandoned. Use spryker-eco/vertex instead.
tax-app-vertex
This is an example of project-side integration with Spryker and ACP Vertex app. This code can be used as a starting point or for a demo.
If you want to add specific Vertex Codes for a specific products, etc., you have to add JSON file with path {projectRootDir}/data/import/vertex_codes.json with contents like this:
In this case values which are specified in this file will override original default values in package. The logic will work in 2 ways:
- If you've provided custom mapping. For example you are specified
"DE--1": "VC1"in customerCodes section (which means customer with customer refereceDE--1should have vertex xodeVC1). If customer will be found in the cart or order it will be populated wuth this code. If not it will be populated with random Vertex Code you've provided. - If you've not provided cusomt mappins. It will work the same but will use internal mapping which you could find in
Spryker/Zed/TaxAppVertex/Communication/VertexCodeMapper.php.
All versions of tax-app-vertex with dependencies
PHP Build Version
Package Version
The package spryker/tax-app-vertex contains the following files
Loading the files please wait ...