UPS Promotional Credit Campaign Aug ’25 – Banner

Banner promoting UPS Promotional Credit Campaign on UPS x Woo Landing page

Product Icon

Save for Later for WooCommerce

When users want to buy later they can move products from cart to Save for Later list which they can move back to cart when ready to buy.

Fix Breaking of Search

WP search will not return any results when this plugin is active.

Our developer documented a fix here:


/**
* Distinct Functionality
*/
public static function distinct_post( $distinct ) {
if ( ( isset( $_REQUEST['s'] ) || isset( $_REQUEST['orderby'] ) ) && ( isset( $_REQUEST['post_type'] ) && sanitize_title( wp_unslash( $_REQUEST['post_type'] ) ) ) == self::$post_type ) {
return 'DISTINCT';
}
return $distinct;
}

Author

SooBahkDo

Current Status

Completed

Last updated: December 18, 2022

0 comments

Log in to comment on this feature request.