Home › Forums › WoodMart support forum › Search Products
Search Products
- This topic has 9 replies, 3 voices, and was last updated 3 years, 9 months ago by Bogdan Donovan.
-
AuthorPosts
-
March 28, 2021 at 10:18 am #276945
thek1dParticipantHey there, i am using a role price plugin for woocommerce, and when a user searches a product on the top search bar, the price displayed its not according to the price asigned for him. Can you help me please?
March 28, 2021 at 4:04 pm #276990
Elise NoromitMemberHello,
Please make the full backup of your site as well as the Theme settings export and check the issue on the Storefront theme to detect if our theme causes the problem. Storefront is a free theme developed by WooСommerce.
Best Regards
March 28, 2021 at 6:28 pm #277014
thek1dParticipantI might have explained myself wrong.
Lets see. I have different prices for my products based on user roles.
For example Product A costs 2€ for User1 but it costs only 1€ for User2.
Now, when i am logged in as User2 and search that product, the live search on the search bar, give me the same price as if i was the User1. On the single produdct page, the page its displayed correctly. Ill attach some screens.Attachments:
You must be logged in to view attached files.March 28, 2021 at 8:59 pm #277055
Elise NoromitMemberHello,
First of all, let’s detect the problem: whether the plugins are not compatible with the theme, or it is not compatible with Woocommerce, for this purpose I suggest to switch to the Storefront and check it shows the prices properly on the Storefront. If the plugins work incorrectly on the Storefront, you will have to find another one, compatible.
Best Regards
March 28, 2021 at 9:14 pm #277059
thek1dParticipantThe Storefront theme doesnt have the live search function as woodmart (it doesnt show results as you type in) you need to type a word and hit enter. in both storefront and woodmart, if you search a word on the search form and hit enter, prices will be displayed correctly. The only problem is with prices displayed on live search.
March 29, 2021 at 8:11 am #277146
Elise NoromitMemberHello,
What result do you see when you search with the Storefront search? WoodMart search functionality is based on the default Woocommerce search.
Please provide the screens on the Storefront and on the WoodMart.
Best Regards
March 29, 2021 at 9:25 am #277169
thek1dParticipantThis is what i am trying to explain, the Storefront theme does not have the LIVE SEARCH functionality like the Woodmart does, and there is my problem. If i type in a word and press enter i get the right result and price, on both themes. Ill explain it again.
I have a product with a base price 10$. That same product has a different price for each users group (hence the role based price). If for example Im logged in with a Wholesale account, that product prices its 5$ instead of 10$. When i search that product IN THE LIVE SEARCH RESULT I STILL GET THE BASE PRICE OF 10$, but in the result page i get the right price wich is 5$.March 29, 2021 at 8:24 pm #277369
Elise NoromitMemberHello,
Please disable AJAX search in the Search element in the Header and check the issue again.
Best Regards
March 29, 2021 at 10:21 pm #277411
thek1dParticipantYeah, unfortunately we dont want to disable the ajax search, its a feature we like a lot.
Its there any chance we can at least disable the price from the ajax search? Display only the product?March 31, 2021 at 6:15 am #277743
Bogdan DonovanKeymasterHi,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.autocomplete-suggestion .suggestion-price { display: none; }
Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register