Search found 140 matches

by cnoelker
18 Dec 2019, 12:51
Forum: TYPO3 extension
Topic: Override class in Classes/Base/
Replies: 2
Views: 1400

Override class in Classes/Base/

Hello,
what is the correct way to override a class in Classes/Base/ , in the aimeos TYPO3 extension?
Claudia
by cnoelker
04 Nov 2019, 15:29
Forum: TYPO3 extension
Topic: Stock import CSV not available
Replies: 10
Views: 4376

Re: Stock import CSV not available

Hi, I moved back to the CSV import. So my CSV is simple, e.g. 4026708154934,10 4026708154935,0,2019-12-20 However, the '2019-12-20' is imported as the stock type, not the date when the item is available, again. Providing the date as the fourth value in the CSV did not work, either. So, I have to (ag...
by cnoelker
31 Oct 2019, 20:25
Forum: TYPO3 extension
Topic: basket-standard
Replies: 2
Views: 1380

Re: basket-standard

Thanks, then I will use some JavaScript magic and hide and show the content.
by cnoelker
30 Oct 2019, 20:07
Forum: TYPO3 extension
Topic: basket-standard
Replies: 2
Views: 1380

basket-standard

Hello, the same file client/html/templates/basket/standard/body-standard.php is used both for the basket in the popup (after placing an article into the basket) and also, if the user visits the basket page. I need to display different output for the two cases, e.g. for displaying an additional butto...
by cnoelker
03 Oct 2019, 11:02
Forum: Help
Topic: Remove all product data
Replies: 1
Views: 1248

Remove all product data

Hello, what's the best way to reset all product data, including prices an media? I would like to run an import with product data on a clean system, but without have to recreate any categories, attributes, etc. One way would be to truncate the related tables. I did already identify: mshop_catalog_lis...
by cnoelker
04 Sep 2019, 13:03
Forum: TYPO3 extension
Topic: Order ID versus Invoice ID
Replies: 1
Views: 1839

Order ID versus Invoice ID

I set the autoincrement value for the mshop_order table to a higher starting value. This works fine. When I am in the Admin interface and go to Order, then I see a list with the IDs from the mshop_order table. Fine. But when I click on one item, then the headline contains the $basket->getId(), which...
by cnoelker
19 Aug 2019, 13:21
Forum: TYPO3 extension
Topic: MJML
Replies: 20
Views: 12752

Re: MJML

Thank you, setting the from-name and other values works now.

The workaround works for me, too, because I extented my script to activate the scheduler task before it is called.
by cnoelker
19 Aug 2019, 11:52
Forum: TYPO3 extension
Topic: MJML
Replies: 20
Views: 12752

Re: MJML

The problem with this workaround: It works only once , because the job is deactivated after it was started. And if the job is deactivated, then you can't start it again. :? Then I would like to set the mail parameters, like this: plugin.tx_aimeos.settings.client.html.email.from-email = somemail@mydo...
by cnoelker
19 Aug 2019, 11:14
Forum: TYPO3 extension
Topic: MJML
Replies: 20
Views: 12752

Re: MJML

Okay, this is a workaround.
Please let me know when the problem is fixed.
by cnoelker
19 Aug 2019, 10:19
Forum: TYPO3 extension
Topic: MJML
Replies: 20
Views: 12752

Re: MJML

There are entries like this:
Error while trying to send payment e-mail for order ID "38" and status "5": View object not available

thrown in setView() in
Resources/Libraries/aimeos/aimeos-core/lib/mshoplib/src/MShop/Context/Item/Standard.php