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.2</span>How can I send the product attributes to PostFinance Checkout? </h2>
375
+
</div>
376
+
<divclass="section-body">
377
+
<divclass="admonitionblock note">
378
+
<table>
379
+
<tr>
380
+
<tdclass="icon">
381
+
<divclass="title">Note</div>
382
+
</td>
383
+
<tdclass="content">
384
+
It is only possible to send the global product attributes to PostFinance Checkout, the custom product attributes are not supported.
385
+
</td>
386
+
</tr>
387
+
</table>
388
+
</div><divclass="paragraph">
389
+
<p>To send a product attribute to PostFinance Checkout edit the attribute in Products → Attributes, select the option <strong>Send attribute to PostFinance Checkout.</strong> and save.</p>
<p class="description">'.esc_html__( 'Should this product attribute be sent to PostFinance Checkout as line item attribute?', 'woo-postfinancecheckout' ).'</p>
<p class="description">'.esc_html__( 'Should this product attribute be sent to PostFinance Checkout as line item attribute?', 'woo-postfinancecheckout' ).'</p>
WooCommerce_PostFinanceCheckout::instance()->add_notice(__('There was an issue, while processing your order. Please try again or use another payment method.', 'woo-postfinancecheckout'), 'error');
338
+
WC()->session->set( 'postfinancecheckout_failure_message', __('There was an issue, while processing your order. Please try again or use another payment method.', 'woo-postfinancecheckout'));
339
339
$order = wc_get_order($order_id);
340
340
$order->update_status( 'failed' );
341
341
WC()->session->set('reload_checkout', true);
@@ -383,7 +383,7 @@ public function process_payment($order_id){
0 commit comments