Ernesto
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Woo Search - Product Search for WooCommerce] Search resultsOk, so I found the solution for me. At one point, I added the following code and it was causing the issue:
`function aws_searchbox_markup( $markup ) {
$pattern = ‘/(<input type=”hidden” name=”type_aws” value=”true”>)/i’;
$markup = preg_replace( $pattern, ”, $markup );
return $markup;
}
add_filter(‘aws_searchbox_markup’, ‘aws_searchbox_markup’);Forum: Plugins
In reply to: [Advanced Woo Search - Product Search for WooCommerce] Search resultsHello, I use the Elementor Hello Theme and no modifications had been done in the Product Archive or Product Search Results templates. I bought the AWS Pro and I want to know that if I search products by category name, products within that category will appear on the results page.
Forum: Plugins
In reply to: [Advanced Woo Search - Product Search for WooCommerce] Search resultsSame problem here. Search results page doesn’t show results by category or product tags.
Sure. Im using Elementor Pro and the their Hello Theme. Right now I’m working in a local environment. The results page was created via the Elementor Theme Builder options (Product Archive).
How is the “type_aws=true” parameter impacting the results?
- This reply was modified 5 years, 11 months ago by Ernesto.
Just found the solution: https://ww.wp.xz.cn/support/topic/how-to-remove-type_aws-parameter-from-the-search-url/