qenta-cee / woocommerce-qcs

Accept Credit Cards, PayPal and many other payment methods in your WooCommerce store
https://www.qenta.com
GNU General Public License v2.0
2 stars 1 forks source link

Thankyou page after payment - Order received text #41

Closed roms981 closed 6 years ago

roms981 commented 6 years ago

Please check if payment was made with Wirecard Checkout Seamless, before overriding the order received text for on-hold orders; i.e:

 if($order->get_payment_method() === "woocommerce_wcs"){

Other payment methods (bacs,...) may not require this addional text.

file: /woocommerce-wirecard-checkout-seamless/classes/class-wirecard-gateway.php function: public function thankyou_order_received_text( $var, $order ) { used by: Woocommerce thank you page /templates/checkout/thankyou.php

jakubpolomsky commented 6 years ago

Hello,

thank you for your input. We will implement this in the next planned release.