I have an issue of prices not appearing on search bar

Topic summary

  • Main issue: Item prices are not showing in the search bar results. Shopify support was unable to resolve it and suggested it may be a code-related problem.

  • Clarifications requested: A responder asked for the store URL to review visually and whether prices used to appear before (indicating a regression) or if the goal is to show prices but the current theme (store design template) doesn’t support that feature.

  • Current status: No fix or diagnosis yet. The discussion is awaiting the store link and confirmation of past behavior and theme capabilities.

  • Next steps/action items:
    • Provide the store link for inspection.
    • Specify if the issue is new or a desired feature not supported by the theme.
    • Determine if theme customization or code changes are needed.

Summarized with AI on February 20. AI used: gpt-5.

price of items don’t appear on search bar, shopify support couldn’t help as it may be a code issue! need help please thanks

1 Like

Please share your store link for a visual. Also was it ok before? Or do you just want the price to be but your theme doesn’t support?

Best

it used to be there before

hey @suly1 i think there is no problem in CSS there is problem in theme.liquid
file

2 Likes

As mustafa mentions, there a bug in the file that renders the predictive search. I believe the 0 value is hard coded rather than the product price.

In your theme code editor look for a file named or simar to predictive search then look for predictive-search-item__price with ctrl + f or cmd + f. Change the 0 value to {{ product.price }}

1 Like

i tried looking it up but couldn’t find anything with 0 OMR !.. can you assist ?

both in theme.js and theme.css

I can but will need access to your store for this since this seems a bug internally in liquid.

If you are ok with it, please dm me your Collab access code from settings —→ users and permissions.

Best

1 Like

sorry i don’t know how to dm you as im using this for the first time could you dm me something so i can reply to you with the code please, thank you

Hey Mustafa_Ali, I don’t know if it’s within your capabilities. But I was wondering, I’m new to all of this could you perhaps become my guide and help me?