Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Remove other items from cart when auction product is added to cart
- add_filter( 'woocommerce_simple_auction_empty_cart', 'empty_cart_for_auction_payment' );
- function empty_cart_for_auction_payment( $variable ) {
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment