I'm trying to remove the price display from search results

bhupendra.doniwal
bhupendra.doniwal Posts: 54 🧑🏻‍🚀 - Cadet
edited November 13 in Spryker Development

Hi everyone,

I'm trying to remove the price display from search results. I attempted to remove the ProductPriceQueryExpanderPlugin from Pyz\Client\Catalog\CatalogDependencyProvider::createCatalogSearchQueryExpanderPlugins, but the changes don’t seem to reflect. Is there a specific command or step needed to apply these changes? Any insights would be greatly appreciated!

Comments

  • Salmanali Agharia
    Salmanali Agharia Posts: 12 🧑🏻‍🚀 - Cadet

    Hi @bhupendra.doniwal,

    You must delete the index and run the installation process again by executing below commands :-
    1) vendor/bin/console search:setup:sources
    2) vendor/bin/console search:setup:source-map
    3) vendor/bin/console publish:trigger-events -r product_abstract,product_concrete

    Let me know if it works or not.

    Thanks