Daniel Gohlke
Daniel Gohlke
Can you please send me the request of the "add to cart" action?
This is currently not possible. I try to add a proof of concept how to implement an own class. The problem is that shipping methods and payment methods do not...
Can you update your pull request, please?
Can you edit your Configuration so it is readable? Our configuration looks like this: ``` routeEnhancers: CartProducts: type: Extbase extension: CartProducts plugin: Products routes: - { routePath: '/{product_title}', _controller: 'Product::show',...
This is correct. A cart saves the generated order number. If you make another order with the same cart, it already has an order number. A possible solution is, to...
I think I have to add this to documentation. The finisher Pipeline of the Cart-Extension terminates here ``` plugin.tx_cart { finishers { order { 300 { class = Extcode\Cart\Domain\Finisher\Order\PaymentFinisher }...
I'll try to reproduce this in the next days.
Thank you for your feedback. I think there is everything in the view you need. Have a look at https://github.com/extcode/cart/blob/master/Classes/Controller/CartController.php#L253. The complete cart is assigned to the view. In contrast...
I'm not going to merge it like that. I see that this would be analogous to the available countries, but this is an avoidable breaking change. If this is to...
I'm sorry it's taken me so long to get around to looking at the pull request. Since this is also partly about adaptations of translations in the frontend, I unfortunately...