Skip to content

Commit

Permalink
Release 1.0.56
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrowanwallee committed Aug 3, 2023
1 parent e068976 commit b354ee6
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 16 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ This repository contains the OpenCart PostFinance Checkout payment module that

## Documentation

* [English](https://plugin-documentation.postfinance-checkout.ch/pfpayments/opencart-2.3/1.0.55/docs/en/documentation.html)
* [English](https://plugin-documentation.postfinance-checkout.ch/pfpayments/opencart-2.3/1.0.56/docs/en/documentation.html)

## Support

Support queries can be issued on the [PostFinance Checkout support site](https://www.postfinance.ch/en/business/support.html).

## License

Please see the [license file](https://github.com/pfpayments/opencart-2.3/blob/1.0.55/LICENSE) for more information.
Please see the [license file](https://github.com/pfpayments/opencart-2.3/blob/1.0.56/LICENSE) for more information.
47 changes: 35 additions & 12 deletions docs/en/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>Documentation</h2> </div>
</a>
</li>
<li>
<a href="https://github.com/pfpayments/opencart-2.3/releases/tag/1.0.55/">
<a href="https://github.com/pfpayments/opencart-2.3/releases/tag/1.0.56/">
Source
</a>
</li>
Expand All @@ -49,7 +49,7 @@ <h1>
<div class="olist arabic">
<ol class="arabic">
<li>
<p><a href="https://github.com/pfpayments/opencart-2.3/releases/tag/1.0.55/">Download</a> the extension.</p>
<p><a href="https://github.com/pfpayments/opencart-2.3/releases/tag/1.0.56/">Download</a> the extension.</p>
</li>
<li>
<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>
Expand Down Expand Up @@ -379,10 +379,28 @@ <h1>
</li>
</ul>
</div> </div>
</div> <div class="chapter" id="_mail_sending_behaviours">
<div class="chapter-title">
<h1>
<span class="title-number">8</span>Mail sending behaviours </h1>
</div>
<div class="chapter-body">
<div class="paragraph">
<p>Opencart sends the order confirmation mail once the order has been created, but before the authorization took place.
This leads to customers receiving confirmation before the payment was taken.</p>
</div><div class="paragraph">
<p>To prevent order confirmations before authorization, set “processing status” in plugin configuration to “none” or “keine” (language dependent):
image::opencart_order_state_mapping.png[]</p>
</div><div class="paragraph">
<p>Then the order status will only be set once it is authorized, e.g. once the payment info is entered.</p>
</div><div class="paragraph">
<p>To fully prevent opencart emails for orders, activate opencart modification “prevent confirmation mails”,
in this case the portal can be configured to send order confirmations.</p>
</div> </div>
</div> <div class="chapter" id="_error_logging">
<div class="chapter-title">
<h1>
<span class="title-number">8</span>Error logging </h1>
<span class="title-number">9</span>Error logging </h1>
</div>
<div class="chapter-body">
<div class="paragraph">
Expand All @@ -401,13 +419,13 @@ <h1>
</div> <div class="chapter" id="_faq">
<div class="chapter-title">
<h1>
<span class="title-number">9</span>FAQ </h1>
<span class="title-number">10</span>FAQ </h1>
</div>
<div class="chapter-body">
<div class="section" id="_how_can_i_make_the_payment_methods_appear_in_the_checkout">
<div class="section-title">
<h2>
<span class="title-number">9.1</span>How can I make the payment methods appear in the checkout? </h2>
<span class="title-number">10.1</span>How can I make the payment methods appear in the checkout? </h2>
</div>
<div class="section-body">
<div class="paragraph">
Expand All @@ -419,7 +437,7 @@ <h2>
</div> <div class="section" id="_why_do_the_order_totals_in_opencart_and_whitelabelname_not_match">
<div class="section-title">
<h2>
<span class="title-number">9.2</span>Why do the order totals in OpenCart and PostFinance Checkout not match? </h2>
<span class="title-number">10.2</span>Why do the order totals in OpenCart and PostFinance Checkout not match? </h2>
</div>
<div class="section-body">
<div class="paragraph">
Expand All @@ -429,7 +447,7 @@ <h2>
</div> <div class="chapter" id="_support">
<div class="chapter-title">
<h1>
<span class="title-number">10</span>Support </h1>
<span class="title-number">11</span>Support </h1>
</div>
<div class="chapter-body">
<div class="paragraph">
Expand Down Expand Up @@ -529,30 +547,35 @@ <h1>
<span class="item-title">Third party support</span>
</a>
</li> <li class="nav-level-1">
<a href="#_error_logging">
<a href="#_mail_sending_behaviours">
<span class="item-number">8</span>
<span class="item-title">Mail sending behaviours</span>
</a>
</li> <li class="nav-level-1">
<a href="#_error_logging">
<span class="item-number">9</span>
<span class="item-title">Error logging</span>
</a>
</li> <li class="nav-level-1">
<a href="#_faq">
<span class="item-number">9</span>
<span class="item-number">10</span>
<span class="item-title">FAQ</span>
</a>
<ul class="nav">
<li class="nav-level-2">
<a href="#_how_can_i_make_the_payment_methods_appear_in_the_checkout">
<span class="item-number">9.1</span>
<span class="item-number">10.1</span>
<span class="item-title">How can I make the payment methods appear in the checkout?</span>
</a>
</li> <li class="nav-level-2">
<a href="#_why_do_the_order_totals_in_opencart_and_whitelabelname_not_match">
<span class="item-number">9.2</span>
<span class="item-number">10.2</span>
<span class="item-title">Why do the order totals in OpenCart and PostFinance Checkout not match?</span>
</a>
</li> </ul>
</li> <li class="nav-level-1">
<a href="#_support">
<span class="item-number">10</span>
<span class="item-number">11</span>
<span class="item-title">Support</span>
</a>
</li> </ul>
Expand Down
Binary file added docs/en/resource/opencart_order_state_mapping.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -271,14 +271,14 @@
<div class="form-group">
<label class="col-sm-2 control-label"><?php echo $entry_version; ?></label>
<div class="col-sm-10">
<p class="form-control-static">1.0.55</p>
<p class="form-control-static">1.0.56</p>
</div>
</div>

<div class="form-group">
<label class="col-sm-2 control-label"><?php echo $entry_date; ?></label>
<div class="col-sm-10">
<p class="form-control-static">2023/03/16 15:16:58</p>
<p class="form-control-static">2023/08/03 12:11:25</p>
</div>
</div>
</fieldset>
Expand Down

0 comments on commit b354ee6

Please sign in to comment.