Skip to content

Instantly share code, notes, and snippets.

@agrogeek
Created June 22, 2021 10:22
Show Gist options
  • Save agrogeek/91c5cc1caa95918190e323e19fcef545 to your computer and use it in GitHub Desktop.
Save agrogeek/91c5cc1caa95918190e323e19fcef545 to your computer and use it in GitHub Desktop.
Fix bug open Side Cart Plugin (https://wordpress.org/support/plugin/side-cart-for-woocommerce/) with Pre Order Woocommerce plugin (https://codecanyon.net/item/wordpress-woocommerce-pre-order-plugin/20052905) - Wordpress, Woocommerce, Side Cart For Woocommerce plugin, WordPress WooCommerce Pre Order Plugin
// Fix bug open Side Cart Plugin (https://wordpress.org/support/plugin/side-cart-for-woocommerce/) with Pre Order Woocommerce plugin (https://codecanyon.net/item/wordpress-woocommerce-pre-order-plugin/20052905)
// add wfc_pslide_atc to single_add_to_cart_button
jQuery('.single_add_to_cart_button').addClass('wfc_pslide_atc');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment