Search found 140 matches

by cnoelker
17 Sep 2020, 11:23
Forum: TYPO3 extension
Topic: Limit of number of products in the cart?
Replies: 3
Views: 1702

Re: Limit of number of products in the cart?

I tried it out, today, and was not able to reproduce it, either. No problem to put more than 200 articles into the cart.
by cnoelker
16 Sep 2020, 11:01
Forum: TYPO3 extension
Topic: Limit of number of products in the cart?
Replies: 3
Views: 1702

Limit of number of products in the cart?

Hello,
a customer notified me that he was not able to put more than 200 products into the cart.
Is there some kind of limit?

Claudia
by cnoelker
10 Sep 2020, 11:36
Forum: TYPO3 extension
Topic: Additional options for product variants
Replies: 3
Views: 1711

Re: Additional options for product variants

Hi Sven, this is a special case, so I guess that the standard article detail template does not cover it. Actually, I didn't check the standard. However, if you enhance the standard article detail template with your own version and then do some programming to display the available options, then the f...
by cnoelker
07 Sep 2020, 09:57
Forum: TYPO3 extension
Topic: Checking stock on basket page
Replies: 2
Views: 1267

Re: Checking stock on basket page

Thank you, I got this working.
by cnoelker
04 Sep 2020, 12:37
Forum: TYPO3 extension
Topic: Additional options for product variants
Replies: 3
Views: 1711

Re: Additional options for product variants

Hi, you can achieve this by creating a configurable option for the product. First, create an attribute type "print", then create attributes of the type "print" and name them e.g. "simple print" and "3d print" and provide prices for these. Then, go to the produ...
by cnoelker
03 Sep 2020, 08:52
Forum: TYPO3 extension
Topic: Checking stock on basket page
Replies: 2
Views: 1267

Checking stock on basket page

Hello, I changed the catalog/stock/body-standard.php so that max attribute of the input field is set depending on the real stock. This works fine. If the stock is only 3, then the HTML input field makes sure that no higher value can be entered. Now, I noticed that the same check is not done on the b...
by cnoelker
22 Aug 2020, 09:46
Forum: TYPO3 extension
Topic: Replacing the body-standard template
Replies: 2
Views: 1229

Re: Replacing the body-standard template

Oh, two ".standard" in there! Thank you, I overlooked that one.
by cnoelker
21 Aug 2020, 14:16
Forum: TYPO3 extension
Topic: Replacing the body-standard template
Replies: 2
Views: 1229

Replacing the body-standard template

Hello, I need to replace the template-body of the basket. According to the documentation https://aimeos.org/docs/Configuration/Core/client/html/basket/standard/standard/template-body I set this in the TypoScript: plugin.tx_aimeos.settings.client.html.basket.standard.template-body = basket/standard/b...
by cnoelker
20 Aug 2020, 07:22
Forum: TYPO3 extension
Topic: Access to config parameters in mjml mails
Replies: 5
Views: 1936

Re: Access to config parameters in mjml mails

Thank you.
BTW, I don't really like to have to put configuration in this file, which varies depending on the system (development, test, production). After deployment of a new version of the extension, this file needs to be replaced automatically by the correct file for the system.
by cnoelker
19 Aug 2020, 08:03
Forum: TYPO3 extension
Topic: Access to config parameters in mjml mails
Replies: 5
Views: 1936

Re: Access to config parameters in mjml mails

The TS config field won't be used, when I call the task from the command line, if I remember correctly.

Which PHP config file should be used? config/client.php ?