Is it possible to remove Litium standard campaigns from the list of avaliable campaigns?

Can i remove a campaign from the list of avaliable campaigns?

Litium version: 6.1

Yes, these need to be removed as plugins in the Web.config file:

Example:

<configuration>
   <litium>
      <foundation>
         <plugins>
            <types>
               <remove type="Litium.Foundation.Modules.ECommerce.Plugins.Campaigns.Actions.BuyXPayYAction, Litium.Studio"></remove>
               <remove type="Litium.Foundation.Modules.ECommerce.Plugins.Campaigns.Actions.FreeGiftAction, Litium.Studio"></remove>
            </types>
            ...
1 Like