Download the PHP package actualizer/quote-document without Composer

On this page you can find all versions of the php package actualizer/quote-document. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package quote-document

ActQuoteDocument - Shopware 6 Quote Document Plugin

This plugin adds a new document type "Quote" (German: "Angebot") to your Shopware 6 installation, complete with its own number range and customizable validity period.

Features

Requirements

Installation

Via Composer (recommended)

Manual Installation

  1. Copy the plugin folder to custom/plugins/ActQuoteDocument
  2. Run the following commands from your Shopware root directory:

Installation via Git (for development)

Configuration

Plugin Settings

Navigate to Extensions → My Extensions → Actualize: Quote Document (German: "Actualize: Angebotsdokument") in your admin panel:

Number Range

The plugin automatically creates a number range for quotes:

Text Customization

All texts can be customized via Shopware's text module system:

Usage

Creating a Quote

  1. Navigate to Orders → Orders
  2. Select an order
  3. Click on "Documents" tab
  4. Click "Create document"
  5. Select "Quote" as document type
  6. Generate the document

Customizing the Template

The quote template can be customized by overriding it in your own plugin or theme. Theme and plugin folders both live in custom/plugins/, so place the override at:

The template extends Shopware's base document template and inherits all standard features like:

Technical Details

Database Tables Affected

The plugin creates entries in the following tables:

Safety Features

Development

Extending the Plugin

The plugin follows Shopware 6 best practices and can be extended:

  1. Custom Fields: Add custom fields to the quote document
  2. Event Subscribers: Hook into the document generation process
  3. Template Extensions: Override blocks in the quote template
  4. Additional Configuration: Add more configuration options

Troubleshooting

Quote documents not showing

  1. Clear the cache: bin/console cache:clear
  2. Check if the plugin is activated
  3. Verify number range assignment in admin

Wrong language displayed

Ensure your admin user has the correct language selected and that the locale is properly configured in Shopware.

Custom styling not applied

When modifying templates, remember to:

  1. Clear the cache
  2. Compile the theme if using custom CSS

Support

For issues and feature requests, please use the GitHub issue tracker.

License

This plugin is licensed under the MIT License - see the LICENSE file for details.

Credits

Developed by Actualize


Made with ❤️ for the Shopware Community


All versions of quote-document with dependencies

PHP Build Version
Package Version
Requires shopware/core Version >=6.7 <6.8
php Version >=8.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package actualizer/quote-document contains the following files

Loading the files please wait ...