How to show result page same as home page prod. listing style?

Hi, I use trade theme.

Search keyword with “bath”
[Result Page] → Doesn’t show “+ and -” button in each items.

+, - or “Choose option“ button doesn’t appear on the search results page. How do I make it appear in the search results?
I want to display the product list on the search results page in the same style as homepage.

PS) The Trade theme is a B2B theme. Unlike a standard theme like “Dawn”, it should display “+, -, Choose Option” buttons, similar to those on the homepage, rather than an “Add to Cart” button.

Regards,
James.

If there’s no settings from the customizer to add the choose options and the + - buttons then you will need to add code. You can use the code from the products page. You should look for card-product.liquid file. From there you might have to go to other files but you will find most help from this

Best

Hi @melkong ,
I am from Mageplaza - Shopify solution expert.

I have found a solution for your case by reviewing the source code of the Trade theme. I modified the main-search.liquid file so that it works as you expected (file path: /var/www/html/trade-theme/sections/main-search.liquid).

Therefore, please update your main-search.liquid file with the one provided in the link below:

Please let me know if it works as expected

Best regards!

Thank you for your reply. However, I replaced the entire content as you provided, but there was no change at all.

Hi @melkong ,
I have just updated the file in my Drive link. You may refer to it again.
Here is a screenshot of the result on my side.