Search found 54 matches

by loeffe1
28 Feb 2020, 08:36
Forum: TYPO3 extension
Topic: Update mini cart ajax problem
Replies: 6
Views: 7713

Re: Update mini cart ajax problem

Sorry for the late reply.
I have set the page of the json api in the content element settings, so that's not the cause of the problem.
by loeffe1
26 Feb 2020, 13:05
Forum: TYPO3 extension
Topic: Update mini cart ajax problem
Replies: 6
Views: 7713

Update mini cart ajax problem

My mini cart will not update when adding a product to the cart. The update function is being called (the modal window is displaying correctly) but it never reaches the line AimeosBasketMini.updateBasket(basket) . An error function added to the first ajax call will trigger, so for some reason this fi...
by loeffe1
21 Feb 2020, 11:01
Forum: Help
Topic: Action buttons in list view
Replies: 8
Views: 4298

Re: Action buttons in list view

Thanks for the super fast reply!

I am using the aimeos typo3 extension and had to uncomment the for each loop the product listing items is wrapped in and change $this->productItem-> to $productItem-> and now it seems to be working
by loeffe1
21 Feb 2020, 10:36
Forum: Help
Topic: Action buttons in list view
Replies: 8
Views: 4298

Re: Action buttons in list view

I am receiving a non-recoverable error when copying that partial to my list template. Could someone share the exact code they used in their list template to add the product actions?
Thanks