Deactivate all the default price agent feed links and allow only custom price agent feed link

Is there a way to deactivate all the default price agent feed links and allow only my custom price agent feed link?

I have created/ overridden logic for my price agent feed. Now my customer don’t need to show the default GoogleShopping feed/ prisjakt feed and other feed links provided by default from accelerator.

What is the best way to do it?

Litium version: [7.4.0]

You could remove the plugins in Web.config so they’re not available,
https://docs.litium.com/documentation/get-started/web_config#plugins

<plugins>
	<types>
		<remove type="Litium.Web.Products.PriceAgents.PrisjaktPriceAgent, Litium.Web.Application"/>
	</types>
</plugins>
1 Like

it works :slight_smile: Thanks

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.