Title: ddc90's Replies | WordPress.org

---

# ddc90

  [  ](https://wordpress.org/support/users/ddc90/)

 *   [Profile](https://wordpress.org/support/users/ddc90/)
 *   [Topics Started](https://wordpress.org/support/users/ddc90/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ddc90/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ddc90/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ddc90/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ddc90/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ddc90/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] Moving ‘Pay with Link’ and ‘Google Pay’ Buttons in WooCommerce Checkout](https://wordpress.org/support/topic/moving-pay-with-link-and-google-pay-buttons-in-woocommerce-checkout/)
 *  [ddc90](https://wordpress.org/support/users/ddc90/)
 * (@ddc90)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/moving-pay-with-link-and-google-pay-buttons-in-woocommerce-checkout/#post-18403801)
 * Move ApplePay and GooglePay before “place order” button. Tested and working.
 * Paste it into functions.php
 *     ```wp-block-code
       add_action( 'wp_loaded', 'move_stripe_pay_buttons_to_payment_section_checkout' );function move_stripe_pay_buttons_to_payment_section_checkout() {    if ( class_exists( 'WC_Stripe_Express_Checkout_Element' ) ) {		remove_action( 'woocommerce_checkout_before_customer_details', [ WC_Stripe_Express_Checkout_Element::instance(), 'display_express_checkout_button_html' ], 1 );		add_action( 'woocommerce_review_order_before_payment', [ WC_Stripe_Express_Checkout_Element::instance(), 'display_express_checkout_button_html' ], 1 );    }}
       ```
   
    -  This reply was modified 1 year, 1 month ago by [ddc90](https://wordpress.org/support/users/ddc90/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Popup Builder - Create highly converting, mobile friendly marketing popups.] Display Rules are not working](https://wordpress.org/support/topic/display-rules-are-not-working/)
 *  [ddc90](https://wordpress.org/support/users/ddc90/)
 * (@ddc90)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/display-rules-are-not-working/#post-12593535)
 * I’m facing the same problem. I selected the rule “all products” but it is showing
   also in the shop search page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Organiser] WPML and EO : duplication bug](https://wordpress.org/support/topic/wpml-and-eo-duplication-bug/)
 *  [ddc90](https://wordpress.org/support/users/ddc90/)
 * (@ddc90)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/wpml-and-eo-duplication-bug/#post-5343176)
 * I have the same problem! (EO 2.9.1)

Viewing 3 replies - 1 through 3 (of 3 total)