You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="title-number">8.5</span>How can I add the value of a <strong>Date Of Birth</strong>of<strong>Gender</strong> input field from my checkout form to the PostFinance Checkout addresses? </h2>
433
+
<spanclass="title-number">8.5</span>How can I add the value of a <strong>Date Of Birth</strong>or<strong>Gender</strong> input field from my checkout form to the PostFinance Checkout addresses? </h2>
<p>For a custom billing date of birth input fiel to be used in the address the following conditions must be fulfilled:</p>
443
+
<p>For a custom billing date of birth input field to be used in the address the following conditions must be fulfilled:</p>
444
444
</div><divclass="olist arabic">
445
445
<olclass="arabic">
446
446
<li>
447
447
<p>The form field name has to be 'billing_date_of_birth' or '_billing_date_of_birth' or an action has to be registered for the filter 'wc_postfinancecheckout_billing_date_of_birth_field_name' which returns the field name.</p>
448
448
</li>
449
449
<li>
450
-
<p>The field must be submitted in the 'post_data' parameter in the <code>update_order_review</code> request.</p>
450
+
<p>The field must be submitted in the 'post_data' parameter in the <strong>update_order_review</strong> request.</p>
451
451
</li>
452
452
<li>
453
453
<p>The date must be saved on the order meta data with the key 'billing_date_of_birth' or '_billing_date_of_birth' or an action has to be registered for the filter 'wc_postfinancecheckout_billing_date_of_birth_order_meta_name' which returns the meta key.</p>
@@ -464,14 +464,14 @@ <h3>
464
464
</div>
465
465
<divclass="section-body">
466
466
<divclass="paragraph">
467
-
<p>For a custom billing gender input fiel to be used in the address the following conditions must be fulfilled:</p>
467
+
<p>For a custom billing gender input field to be used in the address the following conditions must be fulfilled:</p>
468
468
</div><divclass="olist arabic">
469
469
<olclass="arabic">
470
470
<li>
471
471
<p>The form field name has to be 'billing_gender' or '_billing_gender' or an action has to be registered for the filter 'wc_postfinancecheckout_billing_gender_field_name' which returns the field name.</p>
472
472
</li>
473
473
<li>
474
-
<p>The field must be submitted in the 'post_data' parameter in the <code>update_order_review</code> request.</p>
474
+
<p>The field must be submitted in the 'post_data' parameter in the <strong>update_order_review</strong> request.</p>
475
475
</li>
476
476
<li>
477
477
<p>The date must be saved on the order meta data with the key 'billing_gender' or '_billing_gender' or an action has to be registered for the filter 'wc_postfinancecheckout_billing_gender_order_meta_name' which returns the meta key.</p>
@@ -488,20 +488,20 @@ <h3>
488
488
</div>
489
489
<divclass="section-body">
490
490
<divclass="paragraph">
491
-
<p>For a custom shipping date of birth input fiel to be used in the address the following conditions must be fulfilled:</p>
491
+
<p>For a custom shipping date of birth input field to be used in the address the following conditions must be fulfilled:</p>
492
492
</div><divclass="olist arabic">
493
493
<olclass="arabic">
494
494
<li>
495
-
<p>The form field name has to be <strong>shipping_date_of_birth</strong> or <strong>_shipping_date_of_birth</strong> or an action has to be registered for the filter <strong>wc_postfinancecheckout_shipping_date_of_birth_field_name</strong> which returns the field name.</p>
495
+
<p>The form field name has to be 'shipping_date_of_birth' or '_shipping_date_of_birth' or an action has to be registered for the filter 'wc_postfinancecheckout_shipping_date_of_birth_field_name' which returns the field name.</p>
496
496
</li>
497
497
<li>
498
-
<p>The field must be submitted in the <strong>post_data</strong> parameter in the <strong>update_order_review</strong> request.</p>
498
+
<p>The field must be submitted in the 'post_data' parameter in the <strong>update_order_review</strong> request.</p>
499
499
</li>
500
500
<li>
501
-
<p>The date must be saved on the order meta data with the key <strong>shipping_date_of_birth</strong> or <strong>_shipping_date_of_birth</strong> or an action has to be registered for the filter <strong>wc_postfinancecheckout_shipping_date_of_birth_order_meta_name</strong> which returns the meta key.</p>
501
+
<p>The date must be saved on the order meta data with the key 'shipping_date_of_birth' or '_shipping_date_of_birth' or an action has to be registered for the filter 'wc_postfinancecheckout_shipping_date_of_birth_order_meta_name' which returns the meta key.</p>
502
502
</li>
503
503
<li>
504
-
<p>The value must be in one of the following formats <strong>d.m.Y</strong>, <strong>d-m-Y</strong>, <strong>m/d/Y</strong>, <strong>Y-m-d</strong>, <strong>Y/m/d</strong>, or an action has to be registered for the filter <strong>wc_postfinancecheckout_custom_date_of_birth_format</strong> which returns a custom date format. (For more information on the date format check the following link: <ahref="https://secure.php.net/manual/en/datetime.createfromformat.php">PHP DateTime Format</a>)</p>
504
+
<p>The value must be in one of the following formats 'd.m.Y', 'd-m-Y', 'm/d/Y', 'Y-m-d', 'Y/m/d', or an action has to be registered for the filter 'wc_postfinancecheckout_custom_date_of_birth_format' which returns a custom date format. (For more information on the date format check the following link: <ahref="https://secure.php.net/manual/en/datetime.createfromformat.php">PHP DateTime Format</a>)</p>
505
505
</li>
506
506
</ol>
507
507
</div></div>
@@ -512,14 +512,14 @@ <h3>
512
512
</div>
513
513
<divclass="section-body">
514
514
<divclass="paragraph">
515
-
<p>For a custom shipping gender input fiel to be used in the address the following conditions must be fulfilled:</p>
515
+
<p>For a custom shipping gender input field to be used in the address the following conditions must be fulfilled:</p>
516
516
</div><divclass="olist arabic">
517
517
<olclass="arabic">
518
518
<li>
519
519
<p>The form field name has to be 'shipping_gender' or '_shipping_gender' or an action has to be registered for the filter 'wc_postfinancecheckout_shipping_gender_field_name' which returns the field name.</p>
520
520
</li>
521
521
<li>
522
-
<p>The field must be submitted in the 'post_data' parameter in the <code>update_order_review</code> request.</p>
522
+
<p>The field must be submitted in the 'post_data' parameter in the <strong>update_order_review</strong> request.</p>
523
523
</li>
524
524
<li>
525
525
<p>The date must be saved on the order meta data with the key 'shipping_gender' or '_shipping_gender' or an action has to be registered for the filter 'wc_postfinancecheckout_shipping_gender_order_meta_name' which returns the meta key.</p>
@@ -658,9 +658,9 @@ <h1>
658
658
<spanclass="item-title">How can I translate the plugin?</span>
<spanclass="item-title">How can I add the value of a <strong>Date Of Birth</strong> of <strong>Gender</strong> input field from my checkout form to the PostFinance Checkout addresses?</span>
663
+
<spanclass="item-title">How can I add the value of a <strong>Date Of Birth</strong> or <strong>Gender</strong> input field from my checkout form to the PostFinance Checkout addresses?</span>
@@ -23,7 +23,7 @@ To use this extension, a PostFinance Checkout account is required. Sign up on [P
23
23
24
24
== Documentation ==
25
25
26
-
Additional documentation for this plugin is available [here](https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/1.1.14/docs/en/documentation.html).
26
+
Additional documentation for this plugin is available [here](https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/1.1.15/docs/en/documentation.html).
27
27
28
28
== Installation ==
29
29
@@ -52,8 +52,6 @@ Additional documentation for this plugin is available [here](https://plugin-docu
52
52
== Changelog ==
53
53
54
54
55
-
= 1.1.14 - November 21, 2018 =
55
+
= 1.1.15 - December 10, 2018 =
56
56
57
-
* Fixes - Improved available payment method caching.
58
-
* Fixes - Fixes Refund failure message not displayed.
59
-
* Feature - Added ability to use custom 'Date Of Birth' or 'Gender' field in checkout.
57
+
* Tweak - Improved email confirmation with Germanized Plugin
0 commit comments