Search found 8423 matches

by aimeos
23 Jan 2025, 09:41
Forum: TYPO3 extension
Topic: Categories instead of Products? (trying to add multiple products to category)
Replies: 5
Views: 12335

Re: Categories instead of Products? (trying to add multiple products to category)

The URL looks OK and should return categories. Is that the case in the response?
by aimeos
23 Jan 2025, 09:32
Forum: Help
Topic: Howto add extentions (instructions)
Replies: 2
Views: 37

Re: Howto add extentions (instructions)

This is very basic stuff when working with composer (getcomposer.org). Just run "composer update" to install the extensions. Afterwards, run "php artisan aimeos:setup" to update the database.
by aimeos
22 Jan 2025, 17:26
Forum: Help
Topic: Debug Templates
Replies: 1
Views: 62

Re: Debug Templates

You should change the TYPO3 debug settings:
https://docs.typo3.org/m/typo3/referenc ... figuration
by aimeos
21 Jan 2025, 12:55
Forum: TYPO3 extension
Topic: Getting an error when running the customer/email/account scheduler task
Replies: 6
Views: 145

Re: Getting an error when running the customer/email/account scheduler task

Reminder: This must be added to a project specific Aimeos extension. If it's done in the ./vendor/aimeos/aimeos-typo3/ directory, it will be overwritten with the next update.
by aimeos
21 Jan 2025, 10:59
Forum: Help
Topic: Multi-Shops - templates
Replies: 7
Views: 343

Re: Multi-Shops - templates

Not at the moment but it would be possible if we add a configuration option for that and add the theme name as second argument to all getTemplatePaths() calls here:
https://github.com/aimeos/aimeos-typo3/ ... er/Classes
by aimeos
21 Jan 2025, 10:47
Forum: TYPO3 extension
Topic: Getting an error when running the customer/email/account scheduler task
Replies: 6
Views: 145

Re: Getting an error when running the customer/email/account scheduler task

If you don't have a project specific Aimeos TYPO3 extension created and installed where you can add the e-mail address to the ./Resources/Private/Config/resource.php file, then add this to the TypoScript configuration field in your scheduler tasks: resource.email.from-email = test-email@test-email.c...
by aimeos
21 Jan 2025, 10:34
Forum: Help
Topic: How to add additional payment and delivery statuses
Replies: 1
Views: 131

Re: How to add additional payment and delivery statuses

Overwrite this template in your own project specific Aimeos extension: https://github.com/aimeos/ai-admin-jqadm/blob/master/templates/admin/jqadm/order/item.php Add your new values here (use values >= 100): https://github.com/aimeos/ai-admin-jqadm/blob/master/templates/admin/jqadm/order/item.php#L49...
by aimeos
20 Jan 2025, 10:08
Forum: Help
Topic: Can't redirect the 'default' page to the main page site.com
Replies: 9
Views: 479

Re: Can't redirect the 'default' page to the main page site.com

Like said, when you use sub-domain routing, your main site must be www.kitaidar.ru and your web site is only available by www.kitaidar.ru and NOT kitaidar.ru. Use domain based routing if you want to be free what domains your marketplace and stores are using.