Skip to content

Easily export your shopping cart contents as a CSV file for logged-in customers with "Simple Cart Export" plugin for Shopware 6

Notifications You must be signed in to change notification settings

melasistema/shopware-cart-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Cart Export for Shopware

Easily export your shopping cart contents as a CSV file for logged-in customers!

Ideal for:

  • Small and medium-sized e-commerce stores with low to moderate traffic
  • Quick and convenient cart data export for analysis or record-keeping

Key Features:

  • Lightweight and Efficient: Streamlined code minimizes resource usage, making it perfect for lower-traffic stores.
  • No Database Alterations: No need to modify your Shopware database, ensuring a clean and hassle-free setup.
  • Simple Installation: Easy integration into your Shopware project.
  • Open-Source and Customizable: Modify the plugin's code to fit your specific needs.

Important Considerations:

  • This solution is best suited for stores with low to moderate cart activity. For high-traffic websites with frequent cart updates, exploring alternative methods is recommended.
  • The exported CSV file is saved to the plugin's designated directory within the Shopware project root. Be mindful of security implications for sensitive data on high-traffic stores.

Installation:

  1. Obtain the Plugin: Clone the repository using Git or download the plugin files directly.
  2. Place in Project: Copy the plugin files into the custom/plugins folder within your Shopware project's root directory.
  3. Activate the Plugin: Within the Shopware administration panel, go to Configuration > Plugin Management. Locate the "Simple Cart Export" plugin and activate it.
  4. Clear Cache: Ensure a clean slate by clearing the Shopware cache after plugin activation.
  5. Set Folder Name (Optional): Access the plugin configuration to define a custom folder name for storing exported CSV files.

Usage:

  • The export cart button is conveniently located within the off-canvas cart actions.
  • Additionally, you can integrate the export functionality into your theme's checkout pages using the provided Twig template: {% include "@MelasistemaCartExport/storefront/component/checkout/export-cart-button.html.twig" %}

License:

This plugin is distributed under the terms of the GPLv2 or later (GPL). Please refer to the LICENSE file for more details.

Additional Notes:

Install and activate the plugin and set the folder name

Export your cart using the added offcanvas cart button

About

Easily export your shopping cart contents as a CSV file for logged-in customers with "Simple Cart Export" plugin for Shopware 6

Topics

Resources

Stars

Watchers

Forks