Helena
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Can’t find product searching by numberWoho! I found a plugin that works! 🥳
It’s Advanced Woo Search https://ww.wp.xz.cn/plugins/advanced-woo-search/
I will close this now and thank you for helping me 😍Forum: Plugins
In reply to: [WooCommerce] Can’t find product searching by numberHi!
Yes, the product ID 👍
Oh noooo 🥺 that was not nice to hear 😳😬🙈
But thank you for letting me know 👍😍
Hoping for someone that maybe can fix this in the future 😬😊💖Forum: Plugins
In reply to: [WooCommerce] Can’t find product searching by numberEdit
It’s not in the theme, I found some other themes with search function and they didn’t work either 🙁- This reply was modified 3 years, 7 months ago by Helena.
Forum: Plugins
In reply to: [WooCommerce] Can’t find product searching by numberThank you
I tried that but it didn’t help.
But I found a line that says:
<input type=”search” id=”woocommerce-product-search-field-0″ class=”search-field” placeholder=”Sök produkter…” value=”” name=”s” />
But I don’t know where I can change it. I think it would solve the problem to write “number” where it says “name”
But it looks like it’s in the storefront theme so maybe I can open a ticket there and ask for help?Forum: Plugins
In reply to: [WooCommerce] Can’t find product searching by numberCould it be something here?
/**
* The template for displaying search results pages.
*
* @package storefront
*/get_header(); ?>
<div id=”primary” class=”content-area”>
<main id=”main” class=”site-main” role=”main”><?php if ( have_posts() ) : ?>
<header class=”page-header”>
<h1 class=”page-title”>
<?php
/* translators: %s: search term */
printf( esc_attr__( ‘Search Results for: %s’, ‘storefront’ ), ‘<span>’ . get_search_query() . ‘</span>’ );
?>
</h1>
</header><!– .page-header –><?php
get_template_part( ‘loop’ );else :
get_template_part( ‘content’, ‘none’ );
endif;
?></main><!– #main –>
</div><!– #primary –><?php
do_action( ‘storefront_sidebar’ );
get_footer();Forum: Plugins
In reply to: [WooCommerce] Can’t find product searching by numberHi!
Thank you for responding 😊
I tried to look for a conflict but I got stuck when I switched to default WordPress themes. None of the others had the search function 🤔
So I wonder if there is something related to that?
I didn’t go further because I would like to hear here if that could be it.
If not I will try to do the next step in your “test for plugin”Forum: Plugins
In reply to: [WooCommerce] Adding Custom form to Product PageGreat, thank you! I will give it a try 😉
Forum: Plugins
In reply to: [WooCommerce] Adding Custom form to Product PageI was just searching for the same thing so I will follow this if that is ok