Title: Jim's Replies | WordPress.org

---

# Jim

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] WooCommerce Stripe Gateway Conflict with Flatsome theme](https://wordpress.org/support/topic/woocommerce-stripe-gateway-conflit-with-flatome-theme/)
 *  [Jim](https://wordpress.org/support/users/jimapp/)
 * (@jimapp)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/woocommerce-stripe-gateway-conflit-with-flatome-theme/#post-17868817)
 * [@gabbit](https://wordpress.org/support/users/gabbit/)
 * After inspection and debugging, we see that the plugin loads the `checkout.js`
   JavaScript file from WooCommerce on the cart page, which is initially not to 
   be expected as it is a file meant to be loaded on the checkout page.
 * The script includes `$( 'form.checkout_coupon' ).hide().on( 'submit', this.submit);`
   which will make the current reported behavior and targets the coupon form on 
   the cart.
 * One way to prevent the script from interfering in the meantime is to change a
   class name in the template `flatsome/woocommerce/cart/cart.php line 223`:
 * from:
   `<form class="checkout_coupon mb-0" method="post">`to:`<form class="ux-
   cart-coupon mb-0" method="post">`Best regards
    -  This reply was modified 1 year, 10 months ago by [Jim](https://wordpress.org/support/users/jimapp/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] WooCommerce Stripe Gateway Conflict with Flatsome theme](https://wordpress.org/support/topic/woocommerce-stripe-gateway-conflit-with-flatome-theme/)
 *  [Jim](https://wordpress.org/support/users/jimapp/)
 * (@jimapp)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/woocommerce-stripe-gateway-conflit-with-flatome-theme/#post-17868481)
 * [@gabbit](https://wordpress.org/support/users/gabbit/)
   You can try adding this
   CSS so it stays visible, since they hide it with JavaScript code as I mentioned
   above:
 * form.checkout_coupon {
   display: block !important;}
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] WooCommerce Stripe Gateway Conflict with Flatsome theme](https://wordpress.org/support/topic/woocommerce-stripe-gateway-conflit-with-flatome-theme/)
 *  [Jim](https://wordpress.org/support/users/jimapp/)
 * (@jimapp)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/woocommerce-stripe-gateway-conflit-with-flatome-theme/#post-17866323)
 * [@doublezed2](https://wordpress.org/support/users/doublezed2/) the plugin seems
   to hide the coupon form with JS by adding `display: none;` literally with `$('
   form.checkout_coupon' ).hide().on( 'submit', this.submit );`
    -  This reply was modified 1 year, 10 months ago by [Jim](https://wordpress.org/support/users/jimapp/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Wishlist] compatibility problem – YITH wishlist + Woocommerce 3.x (no probs w WC 2.x)](https://wordpress.org/support/topic/compatibility-problem-yith-wishlist-wocommerce-3-x-no-probs-w-wc-2-x/)
 *  [Jim](https://wordpress.org/support/users/jimapp/)
 * (@jimapp)
 * [9 years ago](https://wordpress.org/support/topic/compatibility-problem-yith-wishlist-wocommerce-3-x-no-probs-w-wc-2-x/#post-9063433)
 * Thank you lord !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Wishlist] compatibility problem – YITH wishlist + Woocommerce 3.x (no probs w WC 2.x)](https://wordpress.org/support/topic/compatibility-problem-yith-wishlist-wocommerce-3-x-no-probs-w-wc-2-x/)
 *  [Jim](https://wordpress.org/support/users/jimapp/)
 * (@jimapp)
 * [9 years ago](https://wordpress.org/support/topic/compatibility-problem-yith-wishlist-wocommerce-3-x-no-probs-w-wc-2-x/#post-9059767)
 * A great shame it takes so long to update queries :/ – I would say this is top
   priority
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Wishlist] YITH Wishlist Plugin not working](https://wordpress.org/support/topic/yith-wishlist-plugin-not-working/)
 *  [Jim](https://wordpress.org/support/users/jimapp/)
 * (@jimapp)
 * [9 years ago](https://wordpress.org/support/topic/yith-wishlist-plugin-not-working/#post-9040609)
 * Well since WC 3.0.x has moved the meta_key _visibility to the terms table the
   plugin does do a wrong query, and will only work for products that are created
   before 3.0.0
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Wishlist] compatibility problem – YITH wishlist + Woocommerce 3.x (no probs w WC 2.x)](https://wordpress.org/support/topic/compatibility-problem-yith-wishlist-wocommerce-3-x-no-probs-w-wc-2-x/)
 *  [Jim](https://wordpress.org/support/users/jimapp/)
 * (@jimapp)
 * [9 years ago](https://wordpress.org/support/topic/compatibility-problem-yith-wishlist-wocommerce-3-x-no-probs-w-wc-2-x/#post-9039099)
 * Well since WC 3.0.x has moved the meta_key _visibility to the terms table the
   plugin does do a wrong query, and will only work for products that are created
   before 3.0.0
 * Simple as that … and then they say it’s compatible , lolz

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