Release 7.1.0
@@ -1,3 +1,11 @@
|
|||||||
|
# 7.1.0
|
||||||
|
## Feature
|
||||||
|
- Support subscription payment methods
|
||||||
|
- Support Shopware 6.7.2.0
|
||||||
|
|
||||||
|
## Bugfix
|
||||||
|
- Fixed issue with shipping costs not being processed correctly
|
||||||
|
|
||||||
# 7.0.1
|
# 7.0.1
|
||||||
## Feature
|
## Feature
|
||||||
- Add plugin version metric
|
- Add plugin version metric
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
# 7.1.0
|
||||||
|
– Unterstützung für Abonnement-Zahlungsmethoden
|
||||||
|
– Support für Shopware 6.7.2.0
|
||||||
|
– Problem mit fehlerhafter Bearbeitung der Versandkosten behoben
|
||||||
|
|
||||||
# 7.0.1
|
# 7.0.1
|
||||||
- Plugin-Versionsmetrik hinzugefügt
|
- Plugin-Versionsmetrik hinzugefügt
|
||||||
- Fehlermeldung behoben, wenn der Rückerstattungsbetrag den Gesamtbetrag überschreitet
|
- Fehlermeldung behoben, wenn der Rückerstattungsbetrag den Gesamtbetrag überschreitet
|
||||||
|
|||||||
@@ -13,10 +13,10 @@ Please note that this plugin is for versions 6.5, 6.6 or 6.7. For the 6.4 plugin
|
|||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
- For English documentation click [here](https://docs.plugin-documentation.vr-payment.de/vr-payment/shopware-6/7.0.1/docs/en/documentation.html)
|
- For English documentation click [here](https://docs.plugin-documentation.vr-payment.de/vr-payment/shopware-6/7.1.0/docs/en/documentation.html)
|
||||||
- Für die deutsche Dokumentation klicken Sie [hier](https://docs.plugin-documentation.vr-payment.de/vr-payment/shopware-6/7.0.1/docs/de/documentation.html)
|
- Für die deutsche Dokumentation klicken Sie [hier](https://docs.plugin-documentation.vr-payment.de/vr-payment/shopware-6/7.1.0/docs/de/documentation.html)
|
||||||
- Pour la documentation Française, cliquez [ici](https://docs.plugin-documentation.vr-payment.de/vr-payment/shopware-6/7.0.1/docs/fr/documentation.html)
|
- Pour la documentation Française, cliquez [ici](https://docs.plugin-documentation.vr-payment.de/vr-payment/shopware-6/7.1.0/docs/fr/documentation.html)
|
||||||
- Per la documentazione in tedesco, clicca [qui](https://docs.plugin-documentation.vr-payment.de/vr-payment/shopware-6/7.0.1/docs/it/documentation.html)
|
- Per la documentazione in tedesco, clicca [qui](https://docs.plugin-documentation.vr-payment.de/vr-payment/shopware-6/7.1.0/docs/it/documentation.html)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@@ -61,6 +61,8 @@ Configure supported methods (e.g., credit cards, Apple Pay) via the [VR Payment
|
|||||||
|
|
||||||
**Automatic Updates**: Payment methods sync dynamically via the VRPayment API.
|
**Automatic Updates**: Payment methods sync dynamically via the VRPayment API.
|
||||||
|
|
||||||
|
**Subscriptions**: Make recurring payments with Subscriptions (Shopware Commercial) and VRPayment.
|
||||||
|
|
||||||
## Compatibiliity
|
## Compatibiliity
|
||||||
|
|
||||||
___________________________________________________________________________________
|
___________________________________________________________________________________
|
||||||
|
|||||||
@@ -59,5 +59,5 @@
|
|||||||
"vrpayment/sdk": "^4.0.0"
|
"vrpayment/sdk": "^4.0.0"
|
||||||
},
|
},
|
||||||
"type": "shopware-platform-plugin",
|
"type": "shopware-platform-plugin",
|
||||||
"version": "7.0.1"
|
"version": "7.1.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/vr-payment/shopware-6/releases/tag/7.0.1/">
|
<a href="https://github.com/vr-payment/shopware-6/releases/tag/7.1.0/">
|
||||||
Source
|
Source
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
<div class="ulist">
|
<div class="ulist">
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<p>Shopware Version: 6.5.x oder 6.6.x (see <a href="#compatibility">Kompatibilitätstabelle</a>).</p>
|
<p>Shopware Version: 6.5.x, 6.6.x oder 6.7.x (see <a href="#compatibility">Kompatibilitätstabelle</a>).</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>PHP: Mindestversion, wie von Ihrer Shopware-Installation erforderlich (z.B. 7.4+).</p>
|
<p>PHP: Mindestversion, wie von Ihrer Shopware-Installation erforderlich (z.B. 7.4+).</p>
|
||||||
@@ -77,22 +77,28 @@
|
|||||||
</colgroup>
|
</colgroup>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Shopware Version</strong></p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Shopware-Version</strong></p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Plugin Version</strong></p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Plugin-Version</strong></p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>PHP Version</strong></p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>PHP-Version</strong></p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Support Until</strong></p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Unterstützt bis</strong></p></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="tableblock halign-left valign-top"><p class="tableblock">6.7.x</p></td>
|
||||||
|
<td class="tableblock halign-left valign-top"><p class="tableblock">7.x.x</p></td>
|
||||||
|
<td class="tableblock halign-left valign-top"><p class="tableblock">PHP 8.2 und 8.3</p></td>
|
||||||
|
<td class="tableblock halign-left valign-top"><p class="tableblock">Laufend</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">6.6.x</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">6.6.x</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">6.x.x</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">6.x.x</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">PHP 8.2 and 8.3</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">PHP 8.2 und 8.3</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">Ongoing</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">Dezember 2025</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">6.5.x - Deprecated</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">6.5.x – Veraltet</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">5.x.x</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">5.x.x</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">PHP 8.2 and 8.3</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">PHP 8.2 und 8.3</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">October 2024</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">Oktober 2024</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table> </div>
|
</table> </div>
|
||||||
@@ -185,7 +191,7 @@ php bin/console plugin:install --activate --clearCache VRPaymentPayment</code></
|
|||||||
</div>
|
</div>
|
||||||
<div class="chapter-body">
|
<div class="chapter-body">
|
||||||
<div class="paragraph">
|
<div class="paragraph">
|
||||||
<p>Gehen Sie zu <a href="https://gateway.vr-payment.de/user/login/user/login">VR Payment</a> und erstellen Sie ein Konto, falls Sie noch keines haben.</p>
|
<p>Gehen Sie zu <a href="https://gateway.vr-payment.de/user/login">VR Payment</a> und erstellen Sie ein Konto, falls Sie noch keines haben.</p>
|
||||||
</div><div class="admonitionblock tip">
|
</div><div class="admonitionblock tip">
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -714,10 +720,20 @@ Die Tokenisierung ist für Gast-Checkouts nicht verfügbar
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div> </div>
|
</div> </div>
|
||||||
|
</div> <div class="section" id="_wiederkehrende_zahlungen">
|
||||||
|
<div class="section-title">
|
||||||
|
<h2>
|
||||||
|
<span class="title-number">8.7</span>Wiederkehrende Zahlungen </h2>
|
||||||
|
</div>
|
||||||
|
<div class="section-body">
|
||||||
|
<div class="paragraph">
|
||||||
|
<p>Shopware bietet das Paket "Shopware Commercial" mit zusätzlichen Funktionen, unter anderem Abonnements. Dieses Plugin unterstützt Zahlungen, die für Abonnements geeignet sind. Solange der Konnektor der Zahlungsmethode
|
||||||
|
Tokenisierung unterstützt, kann er für Abonnements verwendet werden. Die wiederkehrende Zahlung wird vollständig vom Shopware Commercial Plugin verwaltet. Weitere Informationen finden Sie in deren Dokumentation.</p>
|
||||||
|
</div> </div>
|
||||||
</div> <div class="section" id="_hauptfunktionen">
|
</div> <div class="section" id="_hauptfunktionen">
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<h2>
|
<h2>
|
||||||
<span class="title-number">8.7</span>Hauptfunktionen </h2>
|
<span class="title-number">8.8</span>Hauptfunktionen </h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="section-body">
|
<div class="section-body">
|
||||||
<div class="ulist">
|
<div class="ulist">
|
||||||
@@ -734,12 +750,15 @@ Die Tokenisierung ist für Gast-Checkouts nicht verfügbar
|
|||||||
<li>
|
<li>
|
||||||
<p><strong>Automatic Updates</strong>: Zahlungsmethoden werden dynamisch über die VR Payment API synchronisiert.</p>
|
<p><strong>Automatic Updates</strong>: Zahlungsmethoden werden dynamisch über die VR Payment API synchronisiert.</p>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><strong>Wiederkehrende Zahlungen</strong>: Führen Sie wiederkehrende Zahlungen mit Abonnements (Shopware Commercial) und VRPayment durch.</p>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div> </div>
|
</div> </div>
|
||||||
</div> <div class="section" id="_fehlerbehebung">
|
</div> <div class="section" id="_fehlerbehebung">
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<h2>
|
<h2>
|
||||||
<span class="title-number">8.8</span>Fehlerbehebung </h2>
|
<span class="title-number">8.9</span>Fehlerbehebung </h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="section-body">
|
<div class="section-body">
|
||||||
<div class="ulist">
|
<div class="ulist">
|
||||||
@@ -771,7 +790,7 @@ tail -f var/log/whitelabelname_payment*.log</code></pre>
|
|||||||
</div> <div class="section" id="_faqs">
|
</div> <div class="section" id="_faqs">
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<h2>
|
<h2>
|
||||||
<span class="title-number">8.9</span>FAQs </h2>
|
<span class="title-number">8.10</span>FAQs </h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="section-body">
|
<div class="section-body">
|
||||||
<div class="paragraph">
|
<div class="paragraph">
|
||||||
@@ -965,18 +984,23 @@ A: Ja, das Plugin unterstützt Wallets wie Apple Pay.</p>
|
|||||||
<span class="item-title">Tokenisierung</span>
|
<span class="item-title">Tokenisierung</span>
|
||||||
</a>
|
</a>
|
||||||
</li> <li class="nav-level-2">
|
</li> <li class="nav-level-2">
|
||||||
<a href="#_hauptfunktionen">
|
<a href="#_wiederkehrende_zahlungen">
|
||||||
<span class="item-number">8.7</span>
|
<span class="item-number">8.7</span>
|
||||||
|
<span class="item-title">Wiederkehrende Zahlungen</span>
|
||||||
|
</a>
|
||||||
|
</li> <li class="nav-level-2">
|
||||||
|
<a href="#_hauptfunktionen">
|
||||||
|
<span class="item-number">8.8</span>
|
||||||
<span class="item-title">Hauptfunktionen</span>
|
<span class="item-title">Hauptfunktionen</span>
|
||||||
</a>
|
</a>
|
||||||
</li> <li class="nav-level-2">
|
</li> <li class="nav-level-2">
|
||||||
<a href="#_fehlerbehebung">
|
<a href="#_fehlerbehebung">
|
||||||
<span class="item-number">8.8</span>
|
<span class="item-number">8.9</span>
|
||||||
<span class="item-title">Fehlerbehebung</span>
|
<span class="item-title">Fehlerbehebung</span>
|
||||||
</a>
|
</a>
|
||||||
</li> <li class="nav-level-2">
|
</li> <li class="nav-level-2">
|
||||||
<a href="#_faqs">
|
<a href="#_faqs">
|
||||||
<span class="item-number">8.9</span>
|
<span class="item-number">8.10</span>
|
||||||
<span class="item-title">FAQs</span>
|
<span class="item-title">FAQs</span>
|
||||||
</a>
|
</a>
|
||||||
</li> </ul>
|
</li> </ul>
|
||||||
|
|||||||
|
After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 97 KiB |
|
After Width: | Height: | Size: 9.2 KiB |
|
After Width: | Height: | Size: 47 KiB |
|
After Width: | Height: | Size: 105 KiB |
|
After Width: | Height: | Size: 83 KiB |
|
After Width: | Height: | Size: 121 KiB |
|
After Width: | Height: | Size: 116 KiB |
|
After Width: | Height: | Size: 79 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 44 KiB |
|
After Width: | Height: | Size: 87 KiB |
|
After Width: | Height: | Size: 309 KiB |
|
After Width: | Height: | Size: 372 KiB |
|
After Width: | Height: | Size: 128 KiB |
|
After Width: | Height: | Size: 99 KiB |
|
After Width: | Height: | Size: 152 KiB |
|
After Width: | Height: | Size: 90 KiB |
|
After Width: | Height: | Size: 49 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 106 KiB |
|
After Width: | Height: | Size: 193 KiB |
|
After Width: | Height: | Size: 60 KiB |
@@ -23,7 +23,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/vr-payment/shopware-6/releases/tag/7.0.1/">
|
<a href="https://github.com/vr-payment/shopware-6/releases/tag/7.1.0/">
|
||||||
Source
|
Source
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -50,11 +50,13 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="chapter-body">
|
<div class="chapter-body">
|
||||||
<div class="paragraph">
|
<div class="paragraph">
|
||||||
<p>Shopware Version: 6.5.x or 6.6.x (see <a href="#compatibility">compatibility table</a>).</p>
|
<p>Shopware Version: 6.5.x, 6.6.x or 6.7.x (see <a href="#compatibility">compatibility table</a>).</p>
|
||||||
</div><div class="paragraph">
|
</div><div class="paragraph">
|
||||||
<p>PHP: Minimum version as required by your Shopware installation (e.g., 7.4+).</p>
|
<p>PHP: Minimum version as required by your Shopware installation (e.g., 7.4+).</p>
|
||||||
</div><div class="paragraph">
|
</div><div class="paragraph">
|
||||||
<p>VR Payment Account: Obtain Space ID, User ID, and API Key from VR Payment Portal (see <a href="#portal-startup-guide">Portal Start-up Guide</a>).</p>
|
<p>VR Payment Account: Obtain Space ID, User ID, and API Key from VR Payment Portal (see <a href="#portal-startup-guide">Portal Start-up Guide</a>).</p>
|
||||||
|
</div><div class="paragraph">
|
||||||
|
<p>For using recurring payments, you also need Showpare Commercial package, which is a paid product.</p>
|
||||||
</div> </div>
|
</div> </div>
|
||||||
</div> <div class="chapter" id="compatibility">
|
</div> <div class="chapter" id="compatibility">
|
||||||
<div class="chapter-title">
|
<div class="chapter-title">
|
||||||
@@ -77,10 +79,16 @@
|
|||||||
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Support Until</strong></p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Support Until</strong></p></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
<td class="tableblock halign-left valign-top"><p class="tableblock">6.7.x</p></td>
|
||||||
|
<td class="tableblock halign-left valign-top"><p class="tableblock">7.x.x</p></td>
|
||||||
|
<td class="tableblock halign-left valign-top"><p class="tableblock">PHP 8.2 and 8.3</p></td>
|
||||||
|
<td class="tableblock halign-left valign-top"><p class="tableblock">Ongoing</p></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">6.6.x</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">6.6.x</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">6.x.x</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">6.x.x</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">PHP 8.2 and 8.3</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">PHP 8.2 and 8.3</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">Ongoing</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">December 2025</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">6.5.x - Deprecated</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">6.5.x - Deprecated</p></td>
|
||||||
@@ -179,7 +187,7 @@ php bin/console plugin:install --activate --clearCache VRPaymentPayment</code></
|
|||||||
</div>
|
</div>
|
||||||
<div class="chapter-body">
|
<div class="chapter-body">
|
||||||
<div class="paragraph">
|
<div class="paragraph">
|
||||||
<p>Go to <a href="https://gateway.vr-payment.de/user/login/user/login">VR Payment</a> and create an Account if you do not already have one.</p>
|
<p>Go to <a href="https://gateway.vr-payment.de/user/login">VR Payment</a> and create an Account if you do not already have one.</p>
|
||||||
</div><div class="admonitionblock tip">
|
</div><div class="admonitionblock tip">
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -727,10 +735,20 @@ Tokenization is not available for guest checkouts.
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div> </div>
|
</div> </div>
|
||||||
|
</div> <div class="section" id="_recurring_payments">
|
||||||
|
<div class="section-title">
|
||||||
|
<h2>
|
||||||
|
<span class="title-number">8.7</span>Recurring payments </h2>
|
||||||
|
</div>
|
||||||
|
<div class="section-body">
|
||||||
|
<div class="paragraph">
|
||||||
|
<p>Shopware provides the package "Shopware Commercial" with additional features, among others, subscriptions. This plugin supports making payments that are suitable for subscriptions. As long as the payment method’s conector supports
|
||||||
|
tokenization, it can be used for subscriptions. The recurring payment is fully managed by Shopware Commercial plugin. Please refer to their documentation for more information.</p>
|
||||||
|
</div> </div>
|
||||||
</div> <div class="section" id="_key_features">
|
</div> <div class="section" id="_key_features">
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<h2>
|
<h2>
|
||||||
<span class="title-number">8.7</span>Key Features </h2>
|
<span class="title-number">8.8</span>Key Features </h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="section-body">
|
<div class="section-body">
|
||||||
<div class="ulist">
|
<div class="ulist">
|
||||||
@@ -747,12 +765,15 @@ Tokenization is not available for guest checkouts.
|
|||||||
<li>
|
<li>
|
||||||
<p><strong>Automatic Updates</strong>: Payment methods sync dynamically via the VR Payment API.</p>
|
<p><strong>Automatic Updates</strong>: Payment methods sync dynamically via the VR Payment API.</p>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><strong>Recurring payments</strong>: Make recurring payments with Subscriptions (Shopware Commercial) and VRPayment.</p>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div> </div>
|
</div> </div>
|
||||||
</div> <div class="section" id="_troubleshooting">
|
</div> <div class="section" id="_troubleshooting">
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<h2>
|
<h2>
|
||||||
<span class="title-number">8.8</span>Troubleshooting </h2>
|
<span class="title-number">8.9</span>Troubleshooting </h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="section-body">
|
<div class="section-body">
|
||||||
<div class="ulist">
|
<div class="ulist">
|
||||||
@@ -783,7 +804,7 @@ Tokenization is not available for guest checkouts.
|
|||||||
</div> <div class="section" id="_faqs">
|
</div> <div class="section" id="_faqs">
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<h2>
|
<h2>
|
||||||
<span class="title-number">8.9</span>FAQs </h2>
|
<span class="title-number">8.10</span>FAQs </h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="section-body">
|
<div class="section-body">
|
||||||
<div class="paragraph">
|
<div class="paragraph">
|
||||||
@@ -980,18 +1001,23 @@ Tokenization is not available for guest checkouts.
|
|||||||
<span class="item-title">Tokenization</span>
|
<span class="item-title">Tokenization</span>
|
||||||
</a>
|
</a>
|
||||||
</li> <li class="nav-level-2">
|
</li> <li class="nav-level-2">
|
||||||
<a href="#_key_features">
|
<a href="#_recurring_payments">
|
||||||
<span class="item-number">8.7</span>
|
<span class="item-number">8.7</span>
|
||||||
|
<span class="item-title">Recurring payments</span>
|
||||||
|
</a>
|
||||||
|
</li> <li class="nav-level-2">
|
||||||
|
<a href="#_key_features">
|
||||||
|
<span class="item-number">8.8</span>
|
||||||
<span class="item-title">Key Features</span>
|
<span class="item-title">Key Features</span>
|
||||||
</a>
|
</a>
|
||||||
</li> <li class="nav-level-2">
|
</li> <li class="nav-level-2">
|
||||||
<a href="#_troubleshooting">
|
<a href="#_troubleshooting">
|
||||||
<span class="item-number">8.8</span>
|
<span class="item-number">8.9</span>
|
||||||
<span class="item-title">Troubleshooting</span>
|
<span class="item-title">Troubleshooting</span>
|
||||||
</a>
|
</a>
|
||||||
</li> <li class="nav-level-2">
|
</li> <li class="nav-level-2">
|
||||||
<a href="#_faqs">
|
<a href="#_faqs">
|
||||||
<span class="item-number">8.9</span>
|
<span class="item-number">8.10</span>
|
||||||
<span class="item-title">FAQs</span>
|
<span class="item-title">FAQs</span>
|
||||||
</a>
|
</a>
|
||||||
</li> </ul>
|
</li> </ul>
|
||||||
|
|||||||
|
After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 97 KiB |
|
After Width: | Height: | Size: 9.2 KiB |
|
After Width: | Height: | Size: 47 KiB |
|
After Width: | Height: | Size: 105 KiB |
|
After Width: | Height: | Size: 83 KiB |
|
After Width: | Height: | Size: 121 KiB |
|
After Width: | Height: | Size: 116 KiB |
|
After Width: | Height: | Size: 79 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 44 KiB |
|
After Width: | Height: | Size: 87 KiB |
|
After Width: | Height: | Size: 309 KiB |
|
After Width: | Height: | Size: 372 KiB |
|
After Width: | Height: | Size: 128 KiB |
|
After Width: | Height: | Size: 99 KiB |
|
After Width: | Height: | Size: 152 KiB |
|
After Width: | Height: | Size: 90 KiB |
|
After Width: | Height: | Size: 49 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 106 KiB |
|
After Width: | Height: | Size: 193 KiB |
|
After Width: | Height: | Size: 60 KiB |
@@ -23,7 +23,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/vr-payment/shopware-6/releases/tag/7.0.1/">
|
<a href="https://github.com/vr-payment/shopware-6/releases/tag/7.1.0/">
|
||||||
Source
|
Source
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="chapter-body">
|
<div class="chapter-body">
|
||||||
<div class="paragraph">
|
<div class="paragraph">
|
||||||
<p><strong>Shopware Version</strong>: 6.5.x or 6.6.x (voir <a href="#compatibility">tableau de compatibilité</a>).</p>
|
<p><strong>Shopware Version</strong>: 6.5.x, 6.6.x or 6.7.x (voir <a href="#compatibility">tableau de compatibilité</a>).</p>
|
||||||
</div><div class="paragraph">
|
</div><div class="paragraph">
|
||||||
<p><strong>PHP</strong>: Version minimale requise pour votre installation Shopware (e.g., 7.4+).</p>
|
<p><strong>PHP</strong>: Version minimale requise pour votre installation Shopware (e.g., 7.4+).</p>
|
||||||
</div><div class="paragraph">
|
</div><div class="paragraph">
|
||||||
@@ -71,22 +71,28 @@
|
|||||||
</colgroup>
|
</colgroup>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Shopware Version</strong></p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Version Shopware</strong></p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Plugin Version</strong></p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Version du Plugin</strong></p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>PHP Version</strong></p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Version PHP</strong></p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Support Until</strong></p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Support jusqu’à</strong></p></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="tableblock halign-left valign-top"><p class="tableblock">6.7.x</p></td>
|
||||||
|
<td class="tableblock halign-left valign-top"><p class="tableblock">7.x.x</p></td>
|
||||||
|
<td class="tableblock halign-left valign-top"><p class="tableblock">PHP 8.2 et 8.3</p></td>
|
||||||
|
<td class="tableblock halign-left valign-top"><p class="tableblock">En cours</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">6.6.x</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">6.6.x</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">6.x.x</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">6.x.x</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">PHP 8.2 and 8.3</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">PHP 8.2 et 8.3</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">En cours</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">Décembre 2025</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">6.5.x - Deprecated</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">6.5.x – Obsolète</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">5.x.x</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">5.x.x</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">PHP 8.2 and 8.3</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">PHP 8.2 et 8.3</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">October 2024</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">Octobre 2024</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table> </div>
|
</table> </div>
|
||||||
@@ -172,7 +178,7 @@ php bin/console plugin:install --activate --clearCache VRPaymentPayment</code></
|
|||||||
</div>
|
</div>
|
||||||
<div class="chapter-body">
|
<div class="chapter-body">
|
||||||
<div class="paragraph">
|
<div class="paragraph">
|
||||||
<p>Allez sur <a href="https://gateway.vr-payment.de/user/login/user/login">VR Payment</a> et créez un Compte si vous n’en avez pas déjà un</p>
|
<p>Allez sur hhttps://gateway.vr-payment.de/user/login[VR Payment] et créez un Compte si vous n’en avez pas déjà un</p>
|
||||||
</div><div class="admonitionblock tip">
|
</div><div class="admonitionblock tip">
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -705,10 +711,19 @@ La tokenisation n’est pas disponible pour les paiements par les invités.
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div> </div>
|
</div> </div>
|
||||||
|
</div> <div class="section" id="_paiements_récurrents">
|
||||||
|
<div class="section-title">
|
||||||
|
<h2>
|
||||||
|
<span class="title-number">8.7</span>Paiements récurrents </h2>
|
||||||
|
</div>
|
||||||
|
<div class="section-body">
|
||||||
|
<div class="paragraph">
|
||||||
|
<p>Shopware fournit le package "Shopware Commercial" avec des fonctionnalités supplémentaires, entre autres, les abonnements. Ce plugin prend en charge les paiements adaptés aux abonnements. Tant que le connecteur de la méthode de paiement prend en charge la tokenisation, il peut être utilisé pour les abonnements. Le paiement récurrent est entièrement géré par le plugin Shopware Commercial. Veuillez vous référer à leur documentation pour plus d’informations.</p>
|
||||||
|
</div> </div>
|
||||||
</div> <div class="section" id="_caractéristiques_pricinpales">
|
</div> <div class="section" id="_caractéristiques_pricinpales">
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<h2>
|
<h2>
|
||||||
<span class="title-number">8.7</span>Caractéristiques Pricinpales </h2>
|
<span class="title-number">8.8</span>Caractéristiques Pricinpales </h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="section-body">
|
<div class="section-body">
|
||||||
<div class="ulist">
|
<div class="ulist">
|
||||||
@@ -725,12 +740,15 @@ La tokenisation n’est pas disponible pour les paiements par les invités.
|
|||||||
<li>
|
<li>
|
||||||
<p><strong>Mises à jour automatiques</strong>: Les méthodes de paiement se synchronisent dynamiquement via l’API Wallee.</p>
|
<p><strong>Mises à jour automatiques</strong>: Les méthodes de paiement se synchronisent dynamiquement via l’API Wallee.</p>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><strong>Paiements récurrents</strong>: Effectuez des paiements récurrents avec les abonnements (Shopware Commercial) et VRPayment.</p>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div> </div>
|
</div> </div>
|
||||||
</div> <div class="section" id="_troubleshooting">
|
</div> <div class="section" id="_troubleshooting">
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<h2>
|
<h2>
|
||||||
<span class="title-number">8.8</span>Troubleshooting </h2>
|
<span class="title-number">8.9</span>Troubleshooting </h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="section-body">
|
<div class="section-body">
|
||||||
<div class="ulist">
|
<div class="ulist">
|
||||||
@@ -761,7 +779,7 @@ La tokenisation n’est pas disponible pour les paiements par les invités.
|
|||||||
</div> <div class="section" id="_faqs">
|
</div> <div class="section" id="_faqs">
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<h2>
|
<h2>
|
||||||
<span class="title-number">8.9</span>FAQs </h2>
|
<span class="title-number">8.10</span>FAQs </h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="section-body">
|
<div class="section-body">
|
||||||
<div class="paragraph">
|
<div class="paragraph">
|
||||||
@@ -954,18 +972,23 @@ A: Oui, le plugin prend en charge les portefeuilles comme Apple Pay.</p>
|
|||||||
<span class="item-title">Tokenisation</span>
|
<span class="item-title">Tokenisation</span>
|
||||||
</a>
|
</a>
|
||||||
</li> <li class="nav-level-2">
|
</li> <li class="nav-level-2">
|
||||||
<a href="#_caractéristiques_pricinpales">
|
<a href="#_paiements_récurrents">
|
||||||
<span class="item-number">8.7</span>
|
<span class="item-number">8.7</span>
|
||||||
|
<span class="item-title">Paiements récurrents</span>
|
||||||
|
</a>
|
||||||
|
</li> <li class="nav-level-2">
|
||||||
|
<a href="#_caractéristiques_pricinpales">
|
||||||
|
<span class="item-number">8.8</span>
|
||||||
<span class="item-title">Caractéristiques Pricinpales</span>
|
<span class="item-title">Caractéristiques Pricinpales</span>
|
||||||
</a>
|
</a>
|
||||||
</li> <li class="nav-level-2">
|
</li> <li class="nav-level-2">
|
||||||
<a href="#_troubleshooting">
|
<a href="#_troubleshooting">
|
||||||
<span class="item-number">8.8</span>
|
<span class="item-number">8.9</span>
|
||||||
<span class="item-title">Troubleshooting</span>
|
<span class="item-title">Troubleshooting</span>
|
||||||
</a>
|
</a>
|
||||||
</li> <li class="nav-level-2">
|
</li> <li class="nav-level-2">
|
||||||
<a href="#_faqs">
|
<a href="#_faqs">
|
||||||
<span class="item-number">8.9</span>
|
<span class="item-number">8.10</span>
|
||||||
<span class="item-title">FAQs</span>
|
<span class="item-title">FAQs</span>
|
||||||
</a>
|
</a>
|
||||||
</li> </ul>
|
</li> </ul>
|
||||||
|
|||||||
|
After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 97 KiB |
|
After Width: | Height: | Size: 9.2 KiB |
|
After Width: | Height: | Size: 47 KiB |
|
After Width: | Height: | Size: 105 KiB |
|
After Width: | Height: | Size: 83 KiB |
|
After Width: | Height: | Size: 121 KiB |
|
After Width: | Height: | Size: 116 KiB |
|
After Width: | Height: | Size: 79 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 44 KiB |
|
After Width: | Height: | Size: 87 KiB |
|
After Width: | Height: | Size: 309 KiB |
|
After Width: | Height: | Size: 372 KiB |
|
After Width: | Height: | Size: 128 KiB |
|
After Width: | Height: | Size: 99 KiB |
|
After Width: | Height: | Size: 152 KiB |
|
After Width: | Height: | Size: 90 KiB |
|
After Width: | Height: | Size: 49 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 106 KiB |
|
After Width: | Height: | Size: 193 KiB |
|
After Width: | Height: | Size: 60 KiB |
@@ -23,7 +23,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/vr-payment/shopware-6/releases/tag/7.0.1/">
|
<a href="https://github.com/vr-payment/shopware-6/releases/tag/7.1.0/">
|
||||||
Source
|
Source
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="chapter-body">
|
<div class="chapter-body">
|
||||||
<div class="paragraph">
|
<div class="paragraph">
|
||||||
<p>Versione di Shopware: 6.5.x o 6.6.x (vedere la <a href="#compatibility">tabella di compatibilità</a>).</p>
|
<p>Versione di Shopware: 6.5.x, 6.6.x o 6.7.x (vedere la <a href="#compatibility">tabella di compatibilità</a>).</p>
|
||||||
</div><div class="paragraph">
|
</div><div class="paragraph">
|
||||||
<p>PHP: Versione minima richiesta dalla vostra installazione di Shopware (ad es. 7.4+).</p>
|
<p>PHP: Versione minima richiesta dalla vostra installazione di Shopware (ad es. 7.4+).</p>
|
||||||
</div><div class="paragraph">
|
</div><div class="paragraph">
|
||||||
@@ -71,22 +71,28 @@
|
|||||||
</colgroup>
|
</colgroup>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Shopware Version</strong></p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Versione Shopware</strong></p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Plugin Version</strong></p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Versione Plugin</strong></p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>PHP Version</strong></p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Versione PHP</strong></p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Support Until</strong></p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Supporto fino a</strong></p></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="tableblock halign-left valign-top"><p class="tableblock">6.7.x</p></td>
|
||||||
|
<td class="tableblock halign-left valign-top"><p class="tableblock">7.x.x</p></td>
|
||||||
|
<td class="tableblock halign-left valign-top"><p class="tableblock">PHP 8.2 e 8.3</p></td>
|
||||||
|
<td class="tableblock halign-left valign-top"><p class="tableblock">In corso</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">6.6.x</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">6.6.x</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">6.x.x</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">6.x.x</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">PHP 8.2 and 8.3</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">PHP 8.2 e 8.3</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">Ongoing</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">Dicembre 2025</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">6.5.x - Deprecated</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">6.5.x – Deprecato</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">5.x.x</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">5.x.x</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">PHP 8.2 and 8.3</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">PHP 8.2 e 8.3</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">October 2024</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">Ottobre 2024</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table> </div>
|
</table> </div>
|
||||||
@@ -179,7 +185,7 @@ php bin/console plugin:install --activate --clearCache VRPaymentPayment</code></
|
|||||||
</div>
|
</div>
|
||||||
<div class="chapter-body">
|
<div class="chapter-body">
|
||||||
<div class="paragraph">
|
<div class="paragraph">
|
||||||
<p>Andate su <a href="https://gateway.vr-payment.de/user/login/user/login">VR Payment</a> e create un account se non ne avete già uno.</p>
|
<p>Andate su <a href="https://gateway.vr-payment.de/user/login">VR Payment</a> e create un account se non ne avete già uno.</p>
|
||||||
</div><div class="admonitionblock tip">
|
</div><div class="admonitionblock tip">
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -712,10 +718,19 @@ La tokenizzazione non è disponibile per i checkout degli ospiti.
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div> </div>
|
</div> </div>
|
||||||
|
</div> <div class="section" id="_pagamenti_ricorrenti">
|
||||||
|
<div class="section-title">
|
||||||
|
<h2>
|
||||||
|
<span class="title-number">8.7</span>Pagamenti ricorrenti </h2>
|
||||||
|
</div>
|
||||||
|
<div class="section-body">
|
||||||
|
<div class="paragraph">
|
||||||
|
<p>Shopware fornisce il pacchetto "Shopware Commercial" con funzionalità aggiuntive, tra cui gli abbonamenti. Questo plugin supporta l’esecuzione di pagamenti adatti per gli abbonamenti. Finché il connettore del metodo di pagamento supporta la tokenizzazione, può essere utilizzato per gli abbonamenti. Il pagamento ricorrente è completamente gestito dal plugin Shopware Commercial. Si prega di fare riferimento alla loro documentazione per maggiori informazioni.</p>
|
||||||
|
</div> </div>
|
||||||
</div> <div class="section" id="_key_features">
|
</div> <div class="section" id="_key_features">
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<h2>
|
<h2>
|
||||||
<span class="title-number">8.7</span>Key Features </h2>
|
<span class="title-number">8.8</span>Key Features </h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="section-body">
|
<div class="section-body">
|
||||||
<div class="ulist">
|
<div class="ulist">
|
||||||
@@ -732,12 +747,15 @@ La tokenizzazione non è disponibile per i checkout degli ospiti.
|
|||||||
<li>
|
<li>
|
||||||
<p><strong>Automatic Updates</strong>: I metodi di pagamento si sincronizzano dinamicamente tramite l’API VR Payment.</p>
|
<p><strong>Automatic Updates</strong>: I metodi di pagamento si sincronizzano dinamicamente tramite l’API VR Payment.</p>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><strong>Pagamenti ricorrenti</strong>: Effettua pagamenti ricorrenti con Abbonamenti (Shopware Commercial) e VRPayment.</p>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div> </div>
|
</div> </div>
|
||||||
</div> <div class="section" id="_risoluzione_dei_problemi">
|
</div> <div class="section" id="_risoluzione_dei_problemi">
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<h2>
|
<h2>
|
||||||
<span class="title-number">8.8</span>Risoluzione dei Problemi </h2>
|
<span class="title-number">8.9</span>Risoluzione dei Problemi </h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="section-body">
|
<div class="section-body">
|
||||||
<div class="ulist">
|
<div class="ulist">
|
||||||
@@ -768,7 +786,7 @@ La tokenizzazione non è disponibile per i checkout degli ospiti.
|
|||||||
</div> <div class="section" id="_faqs">
|
</div> <div class="section" id="_faqs">
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<h2>
|
<h2>
|
||||||
<span class="title-number">8.9</span>FAQs </h2>
|
<span class="title-number">8.10</span>FAQs </h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="section-body">
|
<div class="section-body">
|
||||||
<div class="paragraph">
|
<div class="paragraph">
|
||||||
@@ -965,18 +983,23 @@ La tokenizzazione non è disponibile per i checkout degli ospiti.
|
|||||||
<span class="item-title">Tokenization</span>
|
<span class="item-title">Tokenization</span>
|
||||||
</a>
|
</a>
|
||||||
</li> <li class="nav-level-2">
|
</li> <li class="nav-level-2">
|
||||||
<a href="#_key_features">
|
<a href="#_pagamenti_ricorrenti">
|
||||||
<span class="item-number">8.7</span>
|
<span class="item-number">8.7</span>
|
||||||
|
<span class="item-title">Pagamenti ricorrenti</span>
|
||||||
|
</a>
|
||||||
|
</li> <li class="nav-level-2">
|
||||||
|
<a href="#_key_features">
|
||||||
|
<span class="item-number">8.8</span>
|
||||||
<span class="item-title">Key Features</span>
|
<span class="item-title">Key Features</span>
|
||||||
</a>
|
</a>
|
||||||
</li> <li class="nav-level-2">
|
</li> <li class="nav-level-2">
|
||||||
<a href="#_risoluzione_dei_problemi">
|
<a href="#_risoluzione_dei_problemi">
|
||||||
<span class="item-number">8.8</span>
|
<span class="item-number">8.9</span>
|
||||||
<span class="item-title">Risoluzione dei Problemi</span>
|
<span class="item-title">Risoluzione dei Problemi</span>
|
||||||
</a>
|
</a>
|
||||||
</li> <li class="nav-level-2">
|
</li> <li class="nav-level-2">
|
||||||
<a href="#_faqs">
|
<a href="#_faqs">
|
||||||
<span class="item-number">8.9</span>
|
<span class="item-number">8.10</span>
|
||||||
<span class="item-title">FAQs</span>
|
<span class="item-title">FAQs</span>
|
||||||
</a>
|
</a>
|
||||||
</li> </ul>
|
</li> </ul>
|
||||||
|
|||||||
|
After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 97 KiB |
|
After Width: | Height: | Size: 9.2 KiB |
|
After Width: | Height: | Size: 47 KiB |
|
After Width: | Height: | Size: 105 KiB |
|
After Width: | Height: | Size: 83 KiB |
|
After Width: | Height: | Size: 121 KiB |
|
After Width: | Height: | Size: 116 KiB |