Search found 78 matches
- 21 Feb 2025, 16:02
- Forum: TYPO3 extension
- Topic: Order ID in email subject instead of invoice no
- Replies: 7
- Views: 79963
Re: Order ID in email subject instead of invoice no
A little bit late...
The call of the method throws an error:
So, unfortunately, it is not working.
The call of the method throws an error:
Code: Select all
Too few arguments to function Aimeos\MShop\Order\Item\Base::{closure}(), 0 passed and exactly 1 expected
- 24 Jan 2025, 13:18
- Forum: TYPO3 extension
- Topic: Order ID in email subject instead of invoice no
- Replies: 7
- Views: 79963
Re: Order ID in email subject instead of invoice no
Ah, ok, thanks.
- 23 Jan 2025, 10:17
- Forum: TYPO3 extension
- Topic: Order ID in email subject instead of invoice no
- Replies: 7
- Views: 79963
Re: Order ID in email subject instead of invoice no
Unfortunately, the simple solution doesn't work for the future but only for the current (or past) order. If a user breaks up during the checkout, only the order number is incremented but not the invoice number. That's why we now have the same problem again. How can I implement your suggestion in my ...
- 19 Dec 2024, 06:50
- Forum: TYPO3 extension
- Topic: Order ID in email subject instead of invoice no
- Replies: 7
- Views: 79963
Re: Order ID in email subject instead of invoice no
That's simple indeed!
Thanks.
Thanks.
- 18 Dec 2024, 11:05
- Forum: TYPO3 extension
- Topic: Order ID in email subject instead of invoice no
- Replies: 7
- Views: 79963
Order ID in email subject instead of invoice no
Hi,
after the upgrade to 2024 the order email has the invoice no set in the email subject.
For easier handling we still need the order id instead.
How or where can that be set.
Aimeos: 24.10.2
TYPO3: 12.4.23
after the upgrade to 2024 the order email has the invoice no set in the email subject.
For easier handling we still need the order id instead.
How or where can that be set.
Aimeos: 24.10.2
TYPO3: 12.4.23
- 16 Dec 2024, 14:18
- Forum: TYPO3 extension
- Topic: Cannot add to basket after upgrade
- Replies: 17
- Views: 143987
Re: Cannot add to basket after upgrade
Hm, you're right!
After the upgrde I obviously re-created the site with a wrong term. Thus, a new site was generated.
Thanks for your help!
After the upgrde I obviously re-created the site with a wrong term. Thus, a new site was generated.
Thanks for your help!
- 16 Dec 2024, 13:44
- Forum: TYPO3 extension
- Topic: Cannot add to basket after upgrade
- Replies: 17
- Views: 143987
Re: Cannot add to basket after upgrade
These are the rows: INSERT INTO `mshop_product_list_type` (`id`, `siteid`, `domain`, `code`, `label`, `pos`, `status`, `mtime`, `ctime`, `editor`, `i18n`) VALUES (526, '63.', 'catalog', 'default', 'Standard', 0, 1, '2024-12-11 15:10:17', '2024-12-11 15:10:17', 'core', '{}'), (527, '63.', 'catalog', ...
- 13 Dec 2024, 06:40
- Forum: TYPO3 extension
- Topic: Cannot add to basket after upgrade
- Replies: 17
- Views: 143987
Re: Cannot add to basket after upgrade
Code: Select all
$this->get( 'categoryTypes', [] )
Code: Select all
object(Aimeos\Map)#49894 (2) { ["list":protected]=> array(0) { } ["sep":protected]=> string(1) "/" }
- 12 Dec 2024, 15:31
- Forum: TYPO3 extension
- Topic: Cannot add to basket after upgrade
- Replies: 17
- Views: 143987
Re: Cannot add to basket after upgrade
What else can I do to find the bug?
- 12 Dec 2024, 13:31
- Forum: TYPO3 extension
- Topic: Cannot add to basket after upgrade
- Replies: 17
- Views: 143987
Re: Cannot add to basket after upgrade
Browser console is empty.