Skip to content

dutchdrops/shopware-6-abandoned-cart-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MailCampaigns - "Abandoned" cart plugin

This Shopware 6 plugin allows you to automatically mark carts as "abandoned" after a configured number of seconds. Currently, the "abandoned" carts are only available through the custom /abandoned-cart API endpoints.

Getting started

Composer

This plugin is currently only available as a Composer package and can be installed with the following command:

$ composer require "mailcampaigns/shopware-6-abandoned-cart-plugin"

Activate plugin

After installation, this plugin still needs to be activated. This can be done via the Admin panel (Extensions > My extensions) or by running the following command:

$ bin/console plugin:install --activate MailCampaignsAbandonedCart

Configuration

To determine when a cart can be considered "abandoned" you can configure this after activating the plugin. The value you enter is the number of seconds (default 3600) after a cart is created or updated.

Note: Abandoned carts are generated using scheduled tasks and therefore depend on the message queue.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%