add_filter( "wpo_skip_add_to_cart_item", function ( $skip, $item ) { if ( ! empty( $item["chained_item_of"] ) ) { $skip = true; } return $skip; }, 10, 2 );
Chained Products, by StoreApps Print
Created by: Alex Prokaev
Modified on: Tue, 24 Dec, 2019 at 4:51 PM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.