Search found 8423 matches
- 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?
- 23 Jan 2025, 09:35
- Forum: Help
- Topic: How to transfer back money by PayPalExpress (not backend)?
- Replies: 3
- Views: 44
Re: How to transfer back money by PayPalExpress (not backend)?
Here you can see the API calls for a refund:
https://github.com/aimeos/ai-admin-jqad ... #L221-L255
https://github.com/aimeos/ai-admin-jqad ... #L221-L255
- 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.
- 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
https://docs.typo3.org/m/typo3/referenc ... figuration
- 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.
- 21 Jan 2025, 11:02
- 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
./Resources/Private/Config/resource.php
- 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
https://github.com/aimeos/aimeos-typo3/ ... er/Classes
- 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...
- 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...
- 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.