Created
June 22, 2021 10:22
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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