Search found 140 matches

by cnoelker
13 Aug 2019, 10:23
Forum: TYPO3 extension
Topic: Translation of mshoplib
Replies: 10
Views: 3518

Re: Translation of mshoplib

Why doesn't this work then? plugin.tx_aimeos.settings.i18n.de.0 { domain = mshop/code string = product.stock.notenough trans = Menge wurde auf max. verfügbare Menge reduziert. } plugin.tx_aimeos.settings.i18n.en.0 { domain = mshop/code string = product.stock.notenough trans = Quantity was reduced to...
by cnoelker
13 Aug 2019, 07:41
Forum: TYPO3 extension
Topic: Translation of mshoplib
Replies: 10
Views: 3518

Re: Translation of mshoplib

Thank you. It works now for translating "Products out of stock", but not for "product.stock.notenough". Both are in the same file: Translation in en.po msgid "Products out of stock" msgstr "Some products are out of stock in the requested quantity." msgid "...
by cnoelker
12 Aug 2019, 19:06
Forum: TYPO3 extension
Topic: Mini Basket auto reload
Replies: 16
Views: 6539

Re: Mini Basket auto reload

No, I mean the output of the network request which you can see in the developer tools.
by cnoelker
12 Aug 2019, 18:09
Forum: TYPO3 extension
Topic: Mini Basket auto reload
Replies: 16
Views: 6539

Re: Mini Basket auto reload

I had to set this in TypoScript:
# set the page UID of JSONAPI
plugin.tx_aimeos.settings.client.jsonapi.url.target = 2

If your jsonapi plugin is on your page with ID 32, then this should not be necessary, though.

What is the response of accessing the jsonapi? It should be pure JSON, not a string.
by cnoelker
12 Aug 2019, 11:56
Forum: TYPO3 extension
Topic: Translation of mshoplib
Replies: 10
Views: 3518

Translation of mshoplib

Hello, I am able to provide my own translations for strings in the client domain. However, I did not yet find a way to translate the strings in the files in this directory: Libraries/aimeos/aimeos-core/lib/mshoplib/i18n/ I tried to create en.po and de.po files (and started msgfmt) in Resources/Priva...
by cnoelker
12 Aug 2019, 11:48
Forum: TYPO3 extension
Topic: Mini Basket auto reload
Replies: 16
Views: 6539

Re: Mini Basket auto reload

For debugging, it's best to use developer tools of your browser. Go to network and check the requests which are started. Check if the response of JsonApi controller is really JSON. I noticed that TYPO3 added an a tag with an ID before the JSON was sent as a string. We solved the problem by proving a...
by cnoelker
12 Aug 2019, 08:21
Forum: TYPO3 extension
Topic: Stock import CSV not available
Replies: 10
Views: 4246

Re: Stock import CSV not available

That's a good decision.
For me a bit too late. I did already change my import so that status update and stock update are done at the same time.
by cnoelker
10 Aug 2019, 10:02
Forum: TYPO3 extension
Topic: Stock import CSV not available
Replies: 10
Views: 4246

Re: Stock import CSV not available

How can I do this? On CLI, I start the import with
typo3cms aimeos:jobs product/import/csv default
I don't see a way to provide any parameters.
by cnoelker
10 Aug 2019, 10:01
Forum: TYPO3 extension
Topic: Responsive images
Replies: 3
Views: 1474

Re: Responsive images

I rather provide the images scaled already, because the results are better than the aimeos rescale().
Will the import be extended so that I can provide more than one preview image?
by cnoelker
09 Aug 2019, 13:44
Forum: TYPO3 extension
Topic: Stock import CSV not available
Replies: 10
Views: 4246

Re: Stock import CSV not available

For me, it was not duplicated. I was using product/import/csv to update the status of a select product and stock/import/csv to import the stock of default products.
The solution is to combine both into one import.