migen22
Forum Replies Created
-
Forum: Plugins
In reply to: [Product Filter for WooCommerce by WBW] Error in simple paginationsorry for late reply, @woobewoo
This issue (pagination) happens with the filtered results.
Example: when I do filtering with “Bobby” brand, it has 2 pages of products. When I click the second page – page 2, instead of opening page 2 , it redirects me to the beginning page (before filtering) with over 69 pages .
Video: https://migenblog.com/wp-content/uploads/2024/11/20241111_132714.mp4
- This reply was modified 1 year, 7 months ago by migen22.
Thanks for your response.
I intend to find the product which has current price equal to the lowest price in 3 days. (current price = the lowest price in 3 days). then it will note in the custom field (for filtering later) if it meets requirements.
I usually to use ChatGPT/ Copilot to write simple code/script.
Can you give me some hints: such as how to retrieve the data of last days – day 1, day 2, day 3 … to compare with the current price (price of today) ?
Forum: Plugins
In reply to: [WooCommerce] I can’t do exact search with term which has 1 wordThanks for your quick response , sorry for my bad English may cause misunderstanding.
Yes, everything is ok on searching with keyword has 2 or more characters, such as “Hoodie with Logo”
Hoodie – 6 characters
with – 4 characters
Logo – 4 characters
what I say is the keyword such as “Spectra Q”
Spectra – 7 characters
Q – just 1 character
It will search “Spectra” with many relevant products and put products which have “Spectra Q” in title in the top of result . Is it right ?
- what I wonder if Woocommerce do phrase/exact search and display only products which have “Spectra Q” in title in the result.
https://migensearch.com/kids/?s=Spectra+Q&post_type=product&product_cat=
If I search “Spectra mini”, phrase/exact search is working well because “mini” has 4 characters.
Forum: Plugins
In reply to: [WooCommerce] I can’t do exact search with term which has 1 wordSorry for late reply, it’s holiday here in vietnam.
“Do you mind sharing more details about how you have the products set up so we can try to replicate this on our site to test?”
“Can you share some screenshots of how you set up the product so we can take a look?”
- I add products and use everything as default. I just only search title of products, not using attribute/variation.
“Are you using WooCommerce’s default search or do you use any plugins for that?”
- yes, I use everything as default.
“Can you please confirm your WooCommerce version for us?”
- 9.2.2 – I have just updated to 9.2.3
“From what I understand the S you mentioned is for Small, correct? So the S is an attribute/variation?”
- yes, The “S” is just a word in title of product. I mainly search title of products.
Here is my website: https://migensearch.com/kids/
example search : https://migensearch.com/kids/?s=Spectra+Q&post_type=product&product_cat=
result: I got some products has title which has “Spectra Q” words, and other relevant products which has only “Spectra” in title. What I want is that displaying only products has “Spectra Q” words in their titles in search result (3 first products), so visitor can compare price by sorting Low-High (not include relevant products). Is there anything I can do to get it ?