Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit 43915b2

Browse files
Release 1.0.56
1 parent 639d0fd commit 43915b2

File tree

4 files changed

+39
-16
lines changed

4 files changed

+39
-16
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ This repository contains the OpenCart wallee payment module that enables the sh
1313

1414
## Documentation
1515

16-
* [English](https://plugin-documentation.wallee.com/wallee-payment/opencart-2.0/1.0.55/docs/en/documentation.html)
16+
* [English](https://plugin-documentation.wallee.com/wallee-payment/opencart-2.0/1.0.56/docs/en/documentation.html)
1717

1818
## Support
1919

2020
Support queries can be issued on the [wallee support site](https://app-wallee.com/space/select?target=/support).
2121

2222
## License
2323

24-
Please see the [license file](https://github.com/wallee-payment/opencart-2.0/blob/1.0.55/LICENSE) for more information.
24+
Please see the [license file](https://github.com/wallee-payment/opencart-2.0/blob/1.0.56/LICENSE) for more information.

docs/en/documentation.html

Lines changed: 35 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h2>Documentation</h2> </div>
2222
</a>
2323
</li>
2424
<li>
25-
<a href="https://github.com/wallee-payment/opencart-2.0/releases/tag/1.0.55/">
25+
<a href="https://github.com/wallee-payment/opencart-2.0/releases/tag/1.0.56/">
2626
Source
2727
</a>
2828
</li>
@@ -49,7 +49,7 @@ <h1>
4949
<div class="olist arabic">
5050
<ol class="arabic">
5151
<li>
52-
<p><a href="https://github.com/wallee-payment/opencart-2.0/releases/tag/1.0.55/">Download</a> the extension.</p>
52+
<p><a href="https://github.com/wallee-payment/opencart-2.0/releases/tag/1.0.56/">Download</a> the extension.</p>
5353
</li>
5454
<li>
5555
<p>Extract the files and upload the content of the <code>Upload</code> directory into the root directory of your store using FTP/SSH.</p>
@@ -382,10 +382,28 @@ <h1>
382382
</li>
383383
</ul>
384384
</div> </div>
385+
</div> <div class="chapter" id="_mail_sending_behaviours">
386+
<div class="chapter-title">
387+
<h1>
388+
<span class="title-number">8</span>Mail sending behaviours </h1>
389+
</div>
390+
<div class="chapter-body">
391+
<div class="paragraph">
392+
<p>Opencart sends the order confirmation mail once the order has been created, but before the authorization took place.
393+
This leads to customers receiving confirmation before the payment was taken.</p>
394+
</div><div class="paragraph">
395+
<p>To prevent order confirmations before authorization, set “processing status” in plugin configuration to “none” or “keine” (language dependent):
396+
image::opencart_order_state_mapping.png[]</p>
397+
</div><div class="paragraph">
398+
<p>Then the order status will only be set once it is authorized, e.g. once the payment info is entered.</p>
399+
</div><div class="paragraph">
400+
<p>To fully prevent opencart emails for orders, activate opencart modification “prevent confirmation mails”,
401+
in this case the portal can be configured to send order confirmations.</p>
402+
</div> </div>
385403
</div> <div class="chapter" id="_error_logging">
386404
<div class="chapter-title">
387405
<h1>
388-
<span class="title-number">8</span>Error logging </h1>
406+
<span class="title-number">9</span>Error logging </h1>
389407
</div>
390408
<div class="chapter-body">
391409
<div class="paragraph">
@@ -404,13 +422,13 @@ <h1>
404422
</div> <div class="chapter" id="_faq">
405423
<div class="chapter-title">
406424
<h1>
407-
<span class="title-number">9</span>FAQ </h1>
425+
<span class="title-number">10</span>FAQ </h1>
408426
</div>
409427
<div class="chapter-body">
410428
<div class="section" id="_how_can_i_make_the_payment_methods_appear_in_the_checkout">
411429
<div class="section-title">
412430
<h2>
413-
<span class="title-number">9.1</span>How can I make the payment methods appear in the checkout? </h2>
431+
<span class="title-number">10.1</span>How can I make the payment methods appear in the checkout? </h2>
414432
</div>
415433
<div class="section-body">
416434
<div class="paragraph">
@@ -422,7 +440,7 @@ <h2>
422440
</div> <div class="section" id="_why_do_the_order_totals_in_opencart_and_whitelabelname_not_match">
423441
<div class="section-title">
424442
<h2>
425-
<span class="title-number">9.2</span>Why do the order totals in OpenCart and wallee not match? </h2>
443+
<span class="title-number">10.2</span>Why do the order totals in OpenCart and wallee not match? </h2>
426444
</div>
427445
<div class="section-body">
428446
<div class="paragraph">
@@ -432,7 +450,7 @@ <h2>
432450
</div> <div class="chapter" id="_support">
433451
<div class="chapter-title">
434452
<h1>
435-
<span class="title-number">10</span>Support </h1>
453+
<span class="title-number">11</span>Support </h1>
436454
</div>
437455
<div class="chapter-body">
438456
<div class="paragraph">
@@ -532,30 +550,35 @@ <h1>
532550
<span class="item-title">Third party support</span>
533551
</a>
534552
</li> <li class="nav-level-1">
535-
<a href="#_error_logging">
553+
<a href="#_mail_sending_behaviours">
536554
<span class="item-number">8</span>
555+
<span class="item-title">Mail sending behaviours</span>
556+
</a>
557+
</li> <li class="nav-level-1">
558+
<a href="#_error_logging">
559+
<span class="item-number">9</span>
537560
<span class="item-title">Error logging</span>
538561
</a>
539562
</li> <li class="nav-level-1">
540563
<a href="#_faq">
541-
<span class="item-number">9</span>
564+
<span class="item-number">10</span>
542565
<span class="item-title">FAQ</span>
543566
</a>
544567
<ul class="nav">
545568
<li class="nav-level-2">
546569
<a href="#_how_can_i_make_the_payment_methods_appear_in_the_checkout">
547-
<span class="item-number">9.1</span>
570+
<span class="item-number">10.1</span>
548571
<span class="item-title">How can I make the payment methods appear in the checkout?</span>
549572
</a>
550573
</li> <li class="nav-level-2">
551574
<a href="#_why_do_the_order_totals_in_opencart_and_whitelabelname_not_match">
552-
<span class="item-number">9.2</span>
575+
<span class="item-number">10.2</span>
553576
<span class="item-title">Why do the order totals in OpenCart and wallee not match?</span>
554577
</a>
555578
</li> </ul>
556579
</li> <li class="nav-level-1">
557580
<a href="#_support">
558-
<span class="item-number">10</span>
581+
<span class="item-number">11</span>
559582
<span class="item-title">Support</span>
560583
</a>
561584
</li> </ul>
22.4 KB
Loading

upload/admin/view/template/payment/wallee.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,14 +257,14 @@
257257
<div class="form-group">
258258
<label class="col-sm-2 control-label"><?php echo $entry_version; ?></label>
259259
<div class="col-sm-10">
260-
<p class="form-control-static">1.0.55</p>
260+
<p class="form-control-static">1.0.56</p>
261261
</div>
262262
</div>
263263

264264
<div class="form-group">
265265
<label class="col-sm-2 control-label"><?php echo $entry_date; ?></label>
266266
<div class="col-sm-10">
267-
<p class="form-control-static">2023/03/16 15:14:55</p>
267+
<p class="form-control-static">2023/08/03 12:09:43</p>
268268
</div>
269269
</div>
270270
</fieldset>

0 commit comments

Comments
 (0)