Skip to main navigation Skip to main content Skip to page footer

Installation

Install the extension using the extension manager or composer:

composer req codingms/shop-export

Usage

  1. Simply create a Shop Export dataset.
  2. Select whether you want to export products (e.g., because you want to compare stock quantities) or orders.
  3. Optionally, limit the datasets with product categories or product tags.
  4. After saving the preset dataset, you can start the export at any time using the Export button.
  5. If you want to send the export automatically at regular intervals, you can configure this on the Scheduler tab.

Exporting

Create a scheduler Task of type "execute console command" and execute "shop:export".

Optionally you can set a preset ID for which to do the export. If this is empty, all data for all presets will be exported.

You can also use the TYPO3 command line interface:

vendor/bin/typo3 shop:export
Shopping basket 0 Products

The Demo is build with*

EXT:bootstrap_package for site-package aka theme build on Bootsrap 5.

EXT:modules for user plugins like user-profile, registration, user-addresses, and more.

EXT:shop for the whole shop functionality.

EXT:questions for the FAQ page and FAQs attached in the product detail views.

EXT:glossaries for the glossaries and definitions.

EXT:fluid_fpdf for generating invoices, delivery-notes, product-sheets and more.

EXT:parsedown_extra for rendering the extension documentations from markdown to HTML.

* There are only build-in settings made using site-settings & TypoScript – no templates or other files were changed or overridden!