Search found 29 matches

by rvhelp2
24 Nov 2022, 12:05
Forum: TYPO3 extension
Topic: how can i find the jsonadmin endpoint in typo3
Replies: 8
Views: 5687

Re: how can i find the jsonadmin endpoint in typo3

How can i get the backend token in javascript?
by rvhelp2
18 Nov 2022, 09:41
Forum: TYPO3 extension
Topic: The product with ID "xy" may not be added directly to the shopping cart
Replies: 6
Views: 3446

Re: The product with ID "xy" may not be added directly to the shopping cart

For Article that are not variants. It worked before yes, but not with this version.
by rvhelp2
18 Nov 2022, 09:40
Forum: TYPO3 extension
Topic: ckeditor headings
Replies: 4
Views: 3086

Re: ckeditor headings

I tried, but in our case "heading" has no effect. I could add or remove other elements:

Image
by rvhelp2
18 Nov 2022, 09:35
Forum: TYPO3 extension
Topic: CSV Import removes Attributes
Replies: 2
Views: 2492

CSV Import removes Attributes

Wer are trying to import a CSV Product list. Just the Attribute "liefertyp" should be overrided. Other Attributes like "power" or "length" should not be removed. We tried with the "processor.product.listtypes" setting, but it has no effect. I assumed that only...
by rvhelp2
17 Nov 2022, 08:50
Forum: TYPO3 extension
Topic: The product with ID "xy" may not be added directly to the shopping cart
Replies: 6
Views: 3446

Re: The product with ID "xy" may not be added directly to the shopping cart

Yes, but at the time we cannot update to 2022.10 because than the statistic is missing orders (viewtopic.php?f=15&t=4847&p=18974&hilit ... ies#p18974).

The Porducts have at least one category assigned. I tried to add the product in the detail view.
by rvhelp2
16 Nov 2022, 17:23
Forum: TYPO3 extension
Topic: ckeditor headings
Replies: 4
Views: 3086

ckeditor headings

I tried to enable headings in the ckeditor.

Code: Select all

Aimeos.ckeditor.toolbar = [
    'heading', '|',
 ...
The "heading" entry has no effect. Do I have to install something additional first?

Thanks
by rvhelp2
10 Nov 2022, 07:57
Forum: TYPO3 extension
Topic: The product with ID "xy" may not be added directly to the shopping cart
Replies: 6
Views: 3446

Re: The product with ID "xy" may not be added directly to the shopping cart

Sorry, I meant 22.4.4. $product->getListItems( 'catalog' ) is empty -> for some reason there is no ["catalog"] part in the $product $prodIds is empty too public function addProduct( \Aimeos\MShop\Product\Item\Iface $product, float $quantity = 1, array $variant = [], array $config = [], arr...
by rvhelp2
09 Nov 2022, 17:14
Forum: TYPO3 extension
Topic: The product with ID "xy" may not be added directly to the shopping cart
Replies: 6
Views: 3446

The product with ID "xy" may not be added directly to the shopping cart

Hello, after updating to 21.4.4 we have the problem that products without variants can no longer be added to the cart. Do you know what could be the reason for this?
by rvhelp2
29 Oct 2022, 10:15
Forum: Help
Topic: Statistik missing old Orders
Replies: 11
Views: 12361

Re: Statistik missing old Orders

In my case latest orders sections at the top contains 10 orders. The heatmap and everything else are somehow limited to the last 25 orders:

Image
Image