cart
cart copied to clipboard
Cart is a small but powerful extension which "solely" adds a shopping cart to your TYPO3 installation. The extension allows you to create coupons, products with or without variants, special prices.
There is some markup missing to make tables nice for mobile devices
i have a strange behaviour. i have installed latest cart version on 8.7.3 with introduction package. i have 2 products - 1 simple and 1 configurable product. for testing i...
I try to add a product image to the file 'ProductList.html'. My problem: the variable `{product.firstImage.originalResource.originalFile.uid}` remains empty. What do I miss? Thanks for your help! Hobokens
Hi, I have configured my TYPO3 8.7.0 for one language (German) only. When I change the country in the template 'billing.html' some labels change the language i.e. Versandart -> shipping...
In my opinion, a real MiniCart (or MiniBasket) should have more then the amount of total added products. To use this extension for "bigger" shops, it's required to have a...
Hi, there are some constants in the setup.txt, that don't have a counterpart in the constants.txt, e.g. {$plugin.tx_cart.settings.cart.pid} {$plugin.tx_cart.settings.cart.isNetCart} {$plugin.tx_cart.settings.order.pid}
I've created a new, according to the following pattern: XXXXXXXXXX0001, , but it is not displayed in the order summary.
We use some custom translations for our mails in Cart, which we defined in our setup.typoscript e.g. ``` plugin.tx_cart { _LOCAL_LANG { de { tx_cart.mail.salutation = Hallo } } }...