Search found 153 matches

by Moritz
08 Mar 2019, 11:50
Forum: TYPO3 extension
Topic: CSV product import: Downloads
Replies: 6
Views: 2397

Re: CSV product import: Downloads

So I should store the download file into my secure upload folder? Is there any rule that I have to consider? Like the naming or folder structure? Can you tell me which of the following values should be filled for the import and where do I place the relativ download path? array( 'attribute' => array(...
by Moritz
27 Feb 2019, 13:49
Forum: TYPO3 extension
Topic: CSV product import: Downloads
Replies: 6
Views: 2397

CSV product import: Downloads

Hello,

Is there a possibility to attach download files to a product when importing a CSV?
For images I can use 'media.url' and the relative path to it.
I didn't find anything similar for download files...

Grettings

Moritz
by Moritz
20 Dec 2018, 09:55
Forum: TYPO3 extension
Topic: Order countries by name
Replies: 2
Views: 1102

Re: Order countries by name

Sorry, currently I don't have time to translate the page. But here is the sorted config for all countries in german. plugin.tx_aimeos.settings.client.html.checkout.standard.address.countries { 0 = AF # Afghanistan 1 = EG # Ägypten 2 = AX # Åland 3 = AL # Albanien 4 = DZ # Algerien 5 = AS # Amerikani...
by Moritz
19 Dec 2018, 12:37
Forum: TYPO3 extension
Topic: Order countries by name
Replies: 2
Views: 1102

Order countries by name

Hello,

is it possible to order the countries on the address checkout page by name?
Currently they are sorted by their country code.
In german simbabwe is the last one instead of cyprus:
ZW = "Simbabwe"
CY = "Zypern"

Greetings,
Moritz
by Moritz
14 Dec 2018, 06:56
Forum: TYPO3 extension
Topic: Access to products only by link
Replies: 4
Views: 1529

Re: Access to products only by link

Thank you! That solves my problem.
by Moritz
13 Dec 2018, 11:42
Forum: TYPO3 extension
Topic: Access to products only by link
Replies: 4
Views: 1529

Re: Access to products only by link

Thank you for answering!
Ahh, okay. That works for me.
But only when I create a new product without category.
When I edit an existing product and remove those categories it is still shown in lists and search result...
by Moritz
12 Dec 2018, 12:39
Forum: TYPO3 extension
Topic: Access to products only by link
Replies: 4
Views: 1529

Access to products only by link

Hello,

is it possible to have products that aren't shown anywhere in lists or search results but are accessible by it's link?

Best regards,
Moritz
by Moritz
04 Dec 2018, 17:00
Forum: TYPO3 extension
Topic: Add own JavaScript function to AimeosCatalogDetail.init()
Replies: 6
Views: 2344

Re: Add own JavaScript function to AimeosCatalogDetail.init(

Thank you for this example and your help! I've found another solution as well: setupYourMethod = function() { console.log( 'test' ); }; AimeosCatalogDetail.init = (function(fcn) { var self = this; return function() { fcn.call(AimeosCatalogDetail); self.setupYourMethod(); } })(AimeosCatalogDetail.ini...
by Moritz
03 Dec 2018, 13:33
Forum: TYPO3 extension
Topic: Add own JavaScript function to AimeosCatalogDetail.init()
Replies: 6
Views: 2344

Re: Add own JavaScript function to AimeosCatalogDetail.init(

Yes, my JS file is the last line inside my <body> Tag.
by Moritz
03 Dec 2018, 10:03
Forum: TYPO3 extension
Topic: Add own JavaScript function to AimeosCatalogDetail.init()
Replies: 6
Views: 2344

Re: Add own JavaScript function to AimeosCatalogDetail.init(

I only have the following code from your documentation:
js.png
js.png (8.81 KiB) Viewed 2335 times
And I get this error message:
exception.png
exception.png (55.88 KiB) Viewed 2335 times