jewebadmin
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Status not completed after Payment with PayPalIn the Code above is one more } than needed – it was wrong copied. On my site the code is correct and works in most of the cases….
Forum: Plugins
In reply to: [WooCommerce] Status not completed after Payment with PayPalThanks, but I have a code to autocomplete the order status to ‘complete’.
And at some orders that doesnt work.My code:
add_action( ‘woocommerce_thankyou’, ‘wc_auto_complete_paid_order’, 20, 1 );
function wc_auto_complete_paid_order( $order_id ) {
if ( ! $order_id )
return;
$order = wc_get_order( $order_id );
$order->update_status( ‘completed’ );
}
}Why does that not work in some cases when the customer pays with paypal?
Forum: Plugins
In reply to: [Page scroll to id] Only one highlighted element at a timeThank you, that works!
Forum: Plugins
In reply to: [Page scroll to id] Only one highlighted element at a timeIf I disable this option, the elements don’t get the class “.mPS2id-highlight”…so i can’t style this class.
Forum: Plugins
In reply to: [Page scroll to id] Only one highlighted element at a timeHi,
http://b9qd6i5.myraidbox.de/seminar/ausbildung-zum-nlp-master-3/
It is the fixed Menu after the Photo, what has to work with “page scroll to id”