Skip to content
FULLTime eCommerce

Changelog – Cart Upload Pro (Product) for Shopware 6

2.1.3

  • Fix: Composer dependency ankitpokhrel/tus-php is now automatically resolved during plugin installation

2.1.2

  • Fixed all phpStan warnings from Shopware store code review
  • Replaced direct filesystem calls (mkdir, unlink, rename) with Flysystem
  • Replaced Context::createDefaultContext() with injected SalesChannelContext
  • Optimized N+1 database queries in order overview (batched queries)
  • Replaced deprecated EqualsFilter('id') with Criteria([$id])
  • Compressed plugin icon

2.1.1

  • Compact Uppy Dashboard: dynamic height (grows when files are selected)
  • Min/Max upload count displayed directly in the Dashboard
  • Updated README with full plugin documentation

2.1.0

  • Replaced Fine Uploader with Uppy + TUS — modern, professional upload widget
  • TUS protocol for resumable uploads (handles large files and interruptions)
  • Webcam support via @uppy/webcam — take photos directly
  • Image editor via @uppy/image-editor — crop and edit before uploading
  • Files are now stored per line item: uploads/cache/{cartToken}/{lineItemId}/
  • Final files moved to uploads/final/{qquuid}/ on order placement

2.0.4

  • Migrated to CartProcessorInterface for Shopware 6.7 compatibility
  • Fix: CustomFields are now correctly loaded from translated fields
  • Replaced deprecated CartDataCollectorInterface

2.0.3

  • Optimized template structure (uses lineItem.payload.customFields directly)
  • Improved performance through simplified upload state detection
  • UI styling for upload notice adjusted

2.0.2

  • Restored compatibility with SwagCustomizedProducts plugin
  • Improved LineItemEnricher for SwagCustomizedProducts template line items

2.0.1

  • Product CustomFields are correctly enriched into cart line items

2.0.0

  • Shopware 6.7 compatibility
  • Reworked upload handling

1.5.0

  • Added option for upload information on the product page

1.4.2

  • Upload information in shopping cart adjusted

1.4.1

  • Fixed warnings from static code analysis

1.4.0

  • Optimisations for guest customers

1.3.4

  • Added TranslatorInterface and LoggerInterface

1.3.3

  • Optimized error messages
  • Fixed upload path for subdir shops

1.3.2

  • Adjustments for Shopware 6.6

1.3.1

  • Replaced deprecated function for addLineItem
  • Info box on product page corrected
  • Restored compatibility with Custom Products

1.3.0

  • Admin order overview: New column with number of uploads

1.2.1

  • Fixed display of uploaded data in the order overview (customer area)

1.2.0

  • Plugin updated and refactored with Rector for Shopware 6.5

1.1.4

  • Added setting for adding identical products with different uploads

1.1.3

The listing of uploaded data has been added below the product name in the order overview.

The following snippet has been added for the title above the listing: futi-cu.account-order-item-detail-title

Order overview with upload data

1.0.6

Situation

There was a problem with special file types and the media management in Shopware. Prior to version 1.0.6, all uploaded data was copied into Shopware's media management. This media management is restricted by its own definition of allowed file types. As a result, completing an order with disallowed file types threw an error and the order could not be placed.

Solution

Copying uploads to the media management upon order completion has been removed. Uploads are now moved within the system from the cache folder to the final folder. The data for an order can still be viewed and downloaded in the admin under the order details.

If you want to delete old data, this must be done via FTP. Navigate to public/uploads/final.

The allowed file types can now again be defined as usual in the plugin settings.

Was this page helpful?

Support

Rented Plugins (Shopware Store)

For support with plugins rented from the Shopware Store, please open a support ticket in your Shopware account.

Create Shopware Ticket

General Inquiries

For general questions or purchase licenses, reach us by email.

Send Email
Changelog – Cart Upload Pro (Product) for Shopware 6 | FULLTime eCommerce