.. include:: ../../Includes.txt .. _other_cart_extensions: ===================== Other cart extensions ===================== The following lists are incomplete. Have a look at https://github.com/extcode?tab=repositories&q=cart Not all extensions are compatible with the current version of this extension. Feel free to update them and open pull requests! Product Database / Product Storages =================================== Cart itself doesn't provide any product database or product storage. You can use your own product table or one of the given product extensions which are adapted for special use cases. ================ ================================================================================== ================================================================================= Extension Key Composer Package Github Repository ================ ================================================================================== ================================================================================= `cart_product` `extcode/cart-products `__ `github.com/extcode/cart_products `__ `cart_books` `extcode/cart-books `__ `github.com/extcode/cart_books `__ `cart_events` `extcode/cart-events `__ `github.com/extcode/cart_event `__ ================ ================================================================================== ================================================================================= For own product storages you have to implement the `\Extcode\Cart\Domain\Finisher\Cart\AddToCartFinisherInterface`. Please have a look at `Hooks <../../DeveloperManual/Hooks/Index.html>`__. Payment solutions ================= ==================== ================================================================================================ ================================================================================= Extension Key Composer Package Github Repository ==================== ================================================================================================ ================================================================================= `cart_product` `extcode/cart-paypal `__ `github.com/extcode/cart_paypal `__ `cart_books` `extcode/cart-payone `__ `github.com/extcode/cart_payone `__ `cart_girosolutiont` `extcode/cart-girosolution `__ `github.com/extcode/cart_paypal `__ ==================== ================================================================================================ =================================================================================