Configuration
Plugin Configuration
You can find the Configuration of Swark in the Plugin Manager in the Shopware Backend.
Ark wallet address
Insert your ark address that should be used for payments. You can just use one single wallet or insert multiple separated by semicolons. When you configured multiple wallets the application random select a wallet for the payment.
Example:
Main node api url
Insert the http url for the request that will be used mainly.
Example:
Backup node api url
Same as the main node api url. Will be used when the main node isn't available.
Example:
Explorer Link
Link to the explorer that should be used for links in the shop.
Example:
Confirmations
Define how much network confirmations the transaction need to have at least.
Example:
Payment Status
Select the payment status that should be set after the transaction is confirmed.
Example:
VendorField Layout
Define the vendorField template that should be used to identify the correct transaction. The Placeholder {$ordernumber} is dynamically filled with the shopware ordernumber.
Example:
Send order status mail
If set on Yes
the order status mail will be sent out when the order reached the configured payment status.
Example:
Currency precision
The decimal places that are displayed when the Ark Currency is selected.
Example:
Payment Method Configuration
Open the shopware backend and navigate to
Configuration -> Payment methods
.Select
Ark
and check theactive
checkbox if you want to activate the Ark payment method.
Currency Configuration
Open the shopware backend and navigate to
Configuration -> Basic Settings -> Shop settings -> Currencies
.Select
Ark
and configure it to your needs!
Activate Currency in the Shop
Open the shopware backend and navigate to
Configuration -> Basic Settings -> Shop settings -> Shops
.Select the shop you want to configure.
Select currency
Ark
in theSelect currencies
selection and click onSave
.
Cronjob Configuration
Check Transactions
This Cronjob is active by default and checks every 15 minutes the Ark transactions and if any transaction reach the minimum confirmations to update the order status.
Open the Cronjob settings in the Shopware backend under
Configuration -> Basic settings -> System -> Cronjobs
.Select "Check Ark Transactions" from list and configure it to your needs.`
Update Currency Factor
This Cronjob is not active by default. It updates the factor of the Ark currency every 15 minutes
Open the Cronjob settings in the Shopware backend under Configuration -> Basic settings -> System -> Cronjobs.
Select "Check Ark transactions" from list and configure it to your needs.
Last updated
Was this helpful?