Giter Club home page Giter Club logo

cart_products's Introduction

Cart Products

Codacy Badge

Cart is a small but powerful extension which "solely" adds a shopping cart to your TYPO3 installation. Cart Products provides an own data storage for simple and configurable products. Products can be offered via a list and detail view and can be purchased via cart function of the Cart extension.

1. Features

2. Installation

2.1 Installation

Installation using Composer

The recommended way to install the extension is by using Composer. In your Composer based TYPO3 project root, just do composer require extcode/cart-products.

Installation as extension from TYPO3 Extension Repository (TER)

Download and install the extension with the extension manager module.

2.2 Update and Upgrade

Attention, Before updating to a new minor version or upgrading to a new major version, be sure to check the changelog section in the documentation. Sometimes minor versions also result in minor adjustments to own templates or configurations.

3. Administration

3.1 Compatibility and supported Versions

Cart Products TYPO3 PHP Support/Development
4.x.x 10.4, 11.5 7.2+ Features, Bugfixes, Security Updates
3.x.x 10.4 7.2 - 7.4 Bugfixes, Security Updates
2.x.x 9.5 7.2 - 7.4 Security Updates
1.x.x 8.7 7.0 - 7.4

If you need extended support for features and bug fixes outside of the currently supported versions, we are happy to offer paid services.

3.2. Changelog

Please have a look into the official extension documentation in changelog chapter

3.3. Release Management

News uses semantic versioning which basically means for you, that

  • bugfix updates (e.g. 1.0.0 => 1.0.1) just includes small bugfixes or security relevant stuff without breaking changes.
  • minor updates (e.g. 1.0.0 => 1.1.0) includes new features and smaller tasks without breaking changes.
  • major updates (e.g. 1.0.0 => 2.0.0) breaking changes wich can be refactorings, features or bugfixes.

4. Sponsoring

cart_products's People

Contributors

breakone avatar extcode avatar hhjse avatar jokumer avatar ohader avatar oliverbeck avatar prathers avatar tritum-steiger avatar tritumdg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

cart_products's Issues

Missing labels in v 1.0.2

  • Label for dropdown "cartproducts_productpartial" missing.
  • Label for detail-page field in plugin configuration missing

TYPO3 v8, cart_products v1.0.2

exclude stock and stock handling checkboxes from translation

Currently each language will have it's own stock handling. This isn't the default in most shops. Stock shouldn't translated by default.

Perhaps an backend option could restore the old behavior or some TCA Override in own site package. Need some more documentation.

Cant overwrite RootPaths

I am using the cart for Typo3 8.7. I cant overwrite the template/Partials/Layouts-RootPaths. When I set new Paths to my Extensionfolder the new Path to my files does not show up in the TS-Objetctbrowser.
Any idea to set this right, to use my own templates?

Broken ViewHelper in Backend/List.html

Fluid parse error in template Backend\Product_action_list_1b65905ee2668598b4639c775a7e5ea94deb48dd, line 1 at character 1. Error: Unknown Namespace: products (error code 0).

Wrong Viewhelper declaration in Resources/Private/BAckend//V8//Templates/Backend/Product/List.html
....
xmlns:cart="http://typo3.org/ns/Extcode/Cart/ViewHelpers"
data-namespace-typo3-fluid="true">
changed in
....
xmlns:cart="http://typo3.org/ns/Extcode/CartProducts/ViewHelpers"
data-namespace-typo3-fluid="true">

Cart Product not extendable

I want to update from cart 4.8 to cart 5.1 and cart_products 1.0.
We have extended the Extcode\Cart\Domain\Model\Cart\Product to add a company, so we can display different terms and conditions for different companies.

The Cart Product is currently created directly without the objectManager:

$cartProduct = new \Extcode\Cart\Domain\Model\Cart\Product(
'CartProducts',
$cartProductValues['productId'],
$productProduct->getSku(),
$productProduct->getTitle(),
$productProduct->getPrice(),
$this->taxClasses[$productProduct->getTaxClassId()],
$cartProductValues['quantity'],
$productProduct->getIsNetPrice(),
$newFeVariant
);

Is it possible to use the objectManager to initialize the product? As it was in 4.8?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.