Forum Replies Created
-
AuthorPosts
-
niumalta96
ParticipantYou cannot access this content.
niumalta96
ParticipantYou cannot access this content.
niumalta96
ParticipantYou cannot access this content.
niumalta96
ParticipantYou cannot access this content.
niumalta96
ParticipantYou cannot access this content.
niumalta96
ParticipantYou cannot access this content.
niumalta96
ParticipantThank you this solved my issue 🙂
niumalta96
ParticipantYou cannot access this content.
niumalta96
ParticipantYou cannot access this content.
niumalta96
ParticipantThank you for your help 🙂 This solved my search issue.
April 19, 2022 at 2:11 pm in reply to: Product Variations Searchable but Show only Parent Products as Results #37568niumalta96
ParticipantThank you Ernest. In the meantime our developers tried with the below and it seems they got the desired result. I will keep a note of your suggestion in case they notice any issues with our approach. Thank you!
add_filter( 'asp_pagepost_results', __CLASS__ . '::remove_variants_products', 1, 1 );public static function remove_variants_products( $pageposts ) { foreach ( $pageposts as $post_key => $pagepost ) { if( $pagepost->post_type == 'product_variation' ) { unset( $pageposts[$post_key] ); } } return $pageposts; }December 4, 2021 at 5:47 pm in reply to: Order in Search Page without Relevance when ordering by price #35872niumalta96
ParticipantThank you for your assistance. I can confirm that it is working fine now and moved the plugin to the live environment.
December 4, 2021 at 8:14 am in reply to: Order in Search Page without Relevance when ordering by price #35859niumalta96
ParticipantYou cannot access this content.
December 2, 2021 at 3:27 pm in reply to: Order in Search Page without Relevance when ordering by price #35845niumalta96
ParticipantYou cannot access this content.
November 9, 2021 at 3:31 pm in reply to: Search by SKU not outputting results with Index Table and '/' or '\' in SKU #35480niumalta96
ParticipantOK thanks we updated plugin and it got sorted after creating a new index
-
AuthorPosts